Searched refs:adaptiveThreshold (Results 1 – 5 of 5) sorted by relevance
564 void adaptiveThreshold(const size_t width_,const size_t height_,
4 * Added adaptiveThreshold() method.
265 * lib/Image.cpp (adaptiveThreshold): New method.
39 image_.adaptiveThreshold( _width, _height, _offset ); in operator ()()
1769 void Magick::Image::adaptiveThreshold(const size_t width_,const size_t height_, in adaptiveThreshold() function in Magick::Image