Release Name: 2.5.10
Notes:
Changes:
* v2.5.1 : 5th of May 2006
* - Faster camCopy function (using memcpy)
* - Faster camSet function (using memset)
* - camConfig -> CamConfig.
*
* v2.5.2 : 9th of May 2006
* - camFillColor : Corrected bug (x,y outside frame)
* - camFillColor : static allocation for queues
*
* v2.5.3 : 17th of May 2006
* - Corrected bug in camLoadPGM function
* - Added Visual C++ Express project files
*
* v2.5.4 : 18th of May 2006
* - camFillColor : added tolerance parameter
* - fixed SWIG compilation with Visual C++ Express
*
* v2.5.5 : 23rd of June 2006
* - Added Scharr filter (to test)
* - Modified circular hough
*
* v2.5.6 : 28th of June 2006
* - Bug correction in camWarping(). Bad ROI maganement.
*
* v2.5.7 : 6th of July 2006
* - Small bug correction to camDrawCircle and camDrawEllipse : radius=0 was crashing
*
* v2.5.8 : 12th Of July 2006
* - Added C++/Ruby wrapping for Watershed functions
*
* v2.5.9 : 13th of July 2006
* - Main feature : Added bitmap font support
* - Better FXRuby GUI support (support for FXBMPImage, FXJPGImage...)
* - camRGB2YUV supports 4 channel images in input + ROI & mask support
* - Added mask and acc support to camHistogram
* - camInternalROIPolicyStruct -> CamInternal...
* - Corrected bugs in camRLEApplyLUT
* - introduced camellia_internals.h
* - Corrected small bug in camWarping
* - Brand new macros for supporting partially out of boundaries masks
*
* v2.5.10 : 30th of July 2006
* - Corrected dummy bug in camRLEEncodeColor, that made Visual C++ Express to break in debug mode
* - Bug correction in camScale function
* - 16->8 bits image copy now satures correctly
* - Corrected bug in camAbs (with 16-bits images)
* - Corrected bug in camHistogram (with 12-bits images)
* - camHistogram centers histogram for signed images
* - Bug correction in mask management in camDyadicArithm
|