Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::segmentImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::segmentImage:

Inheritance graph
[legend]
Collaboration diagram for Magick::segmentImage:

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

double _clusterThreshold
double _smoothingThreshold

Constructor & Destructor Documentation

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

Definition at line 760 of file STL.cpp.

References segmentImage().

Referenced by segmentImage().

00762 : _clusterThreshold( clusterThreshold_ ), 00763 _smoothingThreshold( smoothingThreshold_ ) 00764 { 00765 }

Here is the call graph for this function:

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


Member Function Documentation

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

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

Definition at line 766 of file STL.cpp.

References _clusterThreshold, _smoothingThreshold, operator()(), and Magick::Image::segment().

Referenced by operator()().

00767 { 00768 image_.segment( _clusterThreshold, _smoothingThreshold ); 00769 }

Here is the call graph for this function:


Field Documentation

double Magick::segmentImage::_clusterThreshold [private]
 

Definition at line 821 of file STL.h.

Referenced by operator()().

double Magick::segmentImage::_smoothingThreshold [private]
 

Definition at line 822 of file STL.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:48:20 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC