Main Page | Alphabetical List | Class List | File List | Class Members | File Members

_OutputOptions Struct Reference

Holds all options on which where and how data should be output. More...

#include <Segmentation.h>

List of all members.

Public Attributes

FilesOptions files
bool shouldMarkSpots
 Turns on spots mass center and parent marking.

bool shouldShadeExtremeSpots
 Turns on post-segmentation shading of extreme large spots.


Detailed Description

Holds all options on which where and how data should be output.

Which and where data should be output by file is the information held on the record files. The rest of records are intended to supply the most user's suitable appearance of the segmentation.

See also:
FilesOptions, _FilesOptions.


Member Data Documentation

bool _OutputOptions::shouldMarkSpots
 

Turns on spots mass center and parent marking.

Setting values:

  • false : no special mark is done on the spots.
  • true :
    • the parent of each spot is marked as a yellow pixel.
    • the centroid of a spot is marked as a turquoise pixel.

Note:
The spots marking is always done as the last step before the image is written on a file or returned by the segmentation function.

bool _OutputOptions::shouldShadeExtremeSpots
 

Turns on post-segmentation shading of extreme large spots.

Setting values:

  • false : no shading of extreme spots is done.
  • true : extreme spots shading is done.

Shading consists on painting the spot in black ( i.e.$ (r,g,b) = (0,0,0) $ )

See also:
SegmentationParameters.minarea


The documentation for this struct was generated from the following file:
Generated on Wed Jul 14 17:25:05 2004 for Segmentation by doxygen 1.3.7