-
Please add the following basic math operations
- image_MIN( image * i, const int min_value) ==> Set any pixel below MIN_VALUE to MIN_VALUE
- image_MAX( image * i, const int MAX_VALUE) ===> Set any pixel above MAX_VALUE to MAX_VALUE
- image_MINMAX ( image * i, const in MIN_VALUE, const int MAX_VALUE ) ==> combination of image_MIN and image_MAX functions
- image_SUB_TO_ZERO ( image *i ...
2009-07-08 23:31:14 UTC by nobody
-
New feature suggestion:
Extract objects found in binary image. Each object is a connected set of black pixels not connected to another object.
An object contained within another object but not touching that object would be a seperate object.
Output format would be:
- A different image file for each object found (png, tiff, bmp, but not lossy jpeg)
- Pixels in the image file for an...
2009-05-14 16:40:11 UTC by nobody
-
Can the EM_INVALID found in the enumerated types be changed to something else.
It causes a conflict with Microsoft Visual Studio 2005 float.h include file. A google search for "EM_INVALID" shows it is in the boost C++ libraries as well.
Can this define be changed to not conflict with MS Visual Studio's float.h include file?
#define EM_INVALID _EM_INVALID.
2009-05-01 18:30:01 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the Fourier CVS repository, changing 11 files.
2006-10-16 04:10:18 UTC by nobody
-
emrecelebi registered the Fourier project.
2006-10-16 04:05:34 UTC by emrecelebi