IMP  2.0.1
The Integrative Modeling Platform
IMP::em2d::SegmentationParameters Class Reference

Class to provide all the parameters to the segmentation function.

#include <IMP/em2d/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
 

Detailed Description

Definition at line 23 of file image_processing.h.


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