Class to provide all the parameters to the segmentation function.  
 More...
#include <IMP/em2d/image_processing.h>
Class to provide all the parameters to the segmentation function. 
Definition at line 22 of file image_processing.h.
 | 
| 
  | SegmentationParameters (double apix, double diff_beta, unsigned int diff_timesteps, double fh_stddevs, const cv::Mat &kr, int background, int foreground) | 
|   | 
| 
void  | show (std::ostream &out=std::cout) const  | 
|   | 
 | 
| 
int  | binary_background | 
|   | 
| 
int  | binary_foreground | 
|   | 
| 
double  | diffusion_beta | 
|   | 
| 
double  | diffusion_timesteps | 
|   | 
| 
double  | fill_holes_stddevs | 
|   | 
| 
double  | image_pixel_size | 
|   | 
| 
cv::Mat  | opening_kernel | 
|   | 
| 
double  | remove_sizing_percentage | 
|   | 
| 
double  | threshold | 
|   | 
The documentation for this class was generated from the following file: