IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP::em2d::SegmentationParameters Class Reference

Class to provide all the parameters to the segmentation function. More...

#include <IMP/em2d/image_processing.h>

Detailed Description

Class to provide all the parameters to the segmentation function.

Definition at line 21 of file image_processing.h.

Public Member Functions

 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
 

Public Attributes

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: