Magick++ 7.1.2
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 1171 of file STL.h.

Constructor & Destructor Documentation

◆ thresholdImage()

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

Definition at line 1088 of file STL.cpp.

1089 : _threshold( threshold_ )
1090{
1091}

Member Function Documentation

◆ operator()()

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

Definition at line 1092 of file STL.cpp.

1093{
1094 image_.threshold( _threshold );
1095}

Member Data Documentation

◆ _threshold

double Magick::thresholdImage::_threshold
private

Definition at line 1179 of file STL.h.


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