Difference between revisions of "User:Level zero/patches"

From BRL-CAD
(Updates in Patch Information)
(Patch Detail : implements bwcrop as a function, improved to handle image of any other depth and formats)
 
Line 1: Line 1:
 
=GSOC 13=
 
=GSOC 13=
 +
* Addition of Crop function
 +
:: https://sourceforge.net/p/brlcad/patches/201/
 
* Doxygen comments for icv.h
 
* Doxygen comments for icv.h
 
:: https://sourceforge.net/p/brlcad/patches/200
 
:: https://sourceforge.net/p/brlcad/patches/200
Line 5: Line 7:
 
:: https://sourceforge.net/p/brlcad/patches/197 has load functions seperate in each file
 
:: 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/199 has depth functions.
:: https://sourceforge.net/p/brlcad/patches/198 has crop function.
+
:: https://sourceforge.net/p/brlcad/patches/198 has rect function.
* Crop Patch  
+
* Rect Patch  
 
:: https://sourceforge.net/p/brlcad/patches/196
 
:: https://sourceforge.net/p/brlcad/patches/196
 
* Addition of structures of ICV
 
* Addition of structures of ICV

Latest revision as of 18:54, 21 June 2013

GSOC 13[edit]

  • Addition of Crop function
https://sourceforge.net/p/brlcad/patches/201/
  • Doxygen comments for icv.h
https://sourceforge.net/p/brlcad/patches/200
  • 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
https://sourceforge.net/p/brlcad/patches/196
  • Addition of structures of ICV
https://sourceforge.net/p/brlcad/patches/192/
  • Addition of utilities in convert. (LARGE PATCH)
https://sourceforge.net/p/brlcad/patches/188/

This Contains

  1. addition of load functionality which is part of fileformat.c
  2. pix-bw converted to icv_depth_3to1 which is part of file convert.c
  3. bw-pix converted to icv_depth_1to3 which is part of file convert.c
  4. 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
http://sourceforge.net/p/brlcad/patches/178/
http://sourceforge.net/p/brlcad/patches/176/
http://sourceforge.net/p/brlcad/patches/171/
  • Code Reduction in bwhisteq

http://sourceforge.net/p/brlcad/patches/187/