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

Public Member Functions

 segmentImage (const double clusterThreshold_=1.0, const double smoothingThreshold_=1.5)
 
void operator() (Image &image_) const
 

Private Attributes

double _clusterThreshold
 
double _smoothingThreshold
 

Detailed Description

Definition at line 1004 of file STL.h.

Constructor & Destructor Documentation

◆ segmentImage()

Magick::segmentImage::segmentImage ( const double clusterThreshold_ = 1.0,
const double smoothingThreshold_ = 1.5 )

Definition at line 966 of file STL.cpp.

968 : _clusterThreshold( clusterThreshold_ ),
969 _smoothingThreshold( smoothingThreshold_ )
970{
971}

Member Function Documentation

◆ operator()()

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

Definition at line 972 of file STL.cpp.

973{
974 image_.segment( _clusterThreshold, _smoothingThreshold );
975}

Member Data Documentation

◆ _clusterThreshold

double Magick::segmentImage::_clusterThreshold
private

Definition at line 1013 of file STL.h.

◆ _smoothingThreshold

double Magick::segmentImage::_smoothingThreshold
private

Definition at line 1014 of file STL.h.


The documentation for this class was generated from the following files: