BlackThresholdImage() use in c++ application
Posted: 2010-03-18T11:48:51-07:00
What is the correct way to access the function BlackThresholdImage() in a c++ application?
I'm starting to use Magick++, which does not appear to have this function. I can see the function in magick\threshold.cpp, but am unsure of the correct method of accessing this function.
Googling around has not enlightened me, the function does not appear to be in the image class, or in the magick:: namespace, so rather than start hacking it in, I figured it's worth asking in here.
Thanks in advance, Rich
I'm starting to use Magick++, which does not appear to have this function. I can see the function in magick\threshold.cpp, but am unsure of the correct method of accessing this function.
Googling around has not enlightened me, the function does not appear to be in the image class, or in the magick:: namespace, so rather than start hacking it in, I figured it's worth asking in here.
Thanks in advance, Rich