Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::thresholdImage Class Reference
Collaboration diagram for Magick::thresholdImage:

Public Member Functions

 thresholdImage (const double threshold_)
void operator() (Image &image_) const

Private Attributes

double _threshold

Detailed Description

Definition at line 1188 of file STL.h.

Constructor & Destructor Documentation

◆ thresholdImage()

Magick::thresholdImage::thresholdImage ( const double threshold_)

Definition at line 1112 of file STL.cpp.

1113 : _threshold( threshold_ )
1114{
1115}

Member Function Documentation

◆ operator()()

void Magick::thresholdImage::operator() ( Magick::Image & image_) const

Definition at line 1116 of file STL.cpp.

1117{
1118 image_.threshold( _threshold );
1119}

Member Data Documentation

◆ _threshold

double Magick::thresholdImage::_threshold
private

Definition at line 1196 of file STL.h.


The documentation for this class was generated from the following files:
  • ImageMagick-6/Magick++/lib/Magick++/STL.h
  • ImageMagick-6/Magick++/lib/STL.cpp