Definition at line 1171 of file STL.h.
◆ thresholdImage()
Magick::thresholdImage::thresholdImage |
( |
const double | threshold_ | ) |
|
Definition at line 1088 of file STL.cpp.
1089 : _threshold( threshold_ )
1090{
1091}
◆ operator()()
void Magick::thresholdImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1092 of file STL.cpp.
1093{
1094 image_.threshold( _threshold );
1095}
◆ _threshold
double Magick::thresholdImage::_threshold |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp