Search found 2 matches
- 2011-07-26T11:52:10-07:00
- Forum: MagickWand
- Topic: Adaptive Threshold and margin
- Replies: 1
- Views: 14560
Adaptive Threshold and margin
Hi, I'm using MagickAdaptiveThresholdImage to apply an adaptive threshold on an image I have containing handwritten text. This works well for the text itself, but I'm having a problem like the one explained here(http://homepages.inf.ed.ac.uk/rbf/HIPR2/adpthrsh.htm) where the margin--that is, white ...
- 2011-07-25T17:10:42-07:00
- Forum: Users
- Topic: MagickCommandGenesis Problem
- Replies: 4
- Views: 11366
MagickCommandGenesis Problem
Hello, I'm trying to execute a command similar to "convert -threshold 90%" on my Linux box with a C program, compiled using gcc. I'm using the following code: #include <wand/MagickWand.h> ... MagickCommandGenesis(wand->image_info,...) and getting the error " error: dereferencing pointer to ...