User:Level zero/patches
From BRL-CAD
Revision as of 17:54, 21 June 2013 by Level zero (talk | contribs) (→Patch Detail : implements bwcrop as a function, improved to handle image of any other depth and formats)
GSOC 13
- Addition of Crop function
- Doxygen comments for icv.h
- Splitting of the patches
- https://sourceforge.net/p/brlcad/patches/197 has load functions seperate in each file
- https://sourceforge.net/p/brlcad/patches/199 has depth functions.
- https://sourceforge.net/p/brlcad/patches/198 has rect function.
- Rect Patch
- Addition of structures of ICV
- Addition of utilities in convert. (LARGE PATCH)
This Contains
- addition of load functionality which is part of fileformat.c
- pix-bw converted to icv_depth_3to1 which is part of file convert.c
- bw-pix converted to icv_depth_1to3 which is part of file convert.c
- A general image conversation function icv_convert which is also part of convert.c
Doxygen Comments are added for the functions where it is needed.
- Other versions of this patch are
- Code Reduction in bwhisteq