Definition at line 1188 of file STL.h.
◆ thresholdImage()
| Magick::thresholdImage::thresholdImage |
( |
const double | threshold_ | ) |
|
Definition at line 1112 of file STL.cpp.
1113 : _threshold( threshold_ )
1114{
1115}
◆ operator()()
| void Magick::thresholdImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1116 of file STL.cpp.
1117{
1118 image_.threshold( _threshold );
1119}
◆ _threshold
| double Magick::thresholdImage::_threshold |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp