Segment Struct Reference

List of all members.

Public Member Functions

 Segment (const int inOrgIndex, const int inContourIndex, const int inSegStartIndex, const int inSegEndIndex)
bool operator< (const Segment &other)

Public Attributes

uint orgIndex
 original index
uint contourIndex
 contour index
uint segStartIndex
 segment start index
uint segEndIndex
 segment end index
float strength
 raw, un-normalized strength of the segment boundary
float pVal
 total priority value
float lenVal
 length of the contour boundary
float simVal
 similarity with the closer side
float strVal
 strength of boundary
float ratVal
 ratio of in:out
float disVal
 distance between point and middle of segment

Detailed Description

Definition at line 47 of file SalientRegionSegmenter.H.


Member Data Documentation

contour index

Definition at line 69 of file SalientRegionSegmenter.H.

distance between point and middle of segment

Definition at line 80 of file SalientRegionSegmenter.H.

length of the contour boundary

Definition at line 76 of file SalientRegionSegmenter.H.

original index

Definition at line 68 of file SalientRegionSegmenter.H.

total priority value

Definition at line 75 of file SalientRegionSegmenter.H.

ratio of in:out

Definition at line 79 of file SalientRegionSegmenter.H.

segment end index

Definition at line 71 of file SalientRegionSegmenter.H.

segment start index

Definition at line 70 of file SalientRegionSegmenter.H.

similarity with the closer side

Definition at line 77 of file SalientRegionSegmenter.H.

raw, un-normalized strength of the segment boundary

Definition at line 73 of file SalientRegionSegmenter.H.

strength of boundary

Definition at line 78 of file SalientRegionSegmenter.H.


The documentation for this struct was generated from the following file:
Generated on Sun May 8 08:43:47 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3