Loading...
Searching...
No Matches
Magick::thresholdImage Class Reference

Public Member Functions

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

Private Attributes

double _threshold
 

Detailed Description

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}

Field 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:
  • /build/imagemagick-QyIi7c/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-QyIi7c/imagemagick-7.1.1.39+dfsg1/Magick++/lib/STL.cpp