
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 | |
Definition at line 47 of file SalientRegionSegmenter.H.
contour index
Definition at line 69 of file SalientRegionSegmenter.H.
| float Segment::disVal |
distance between point and middle of segment
Definition at line 80 of file SalientRegionSegmenter.H.
| float Segment::lenVal |
length of the contour boundary
Definition at line 76 of file SalientRegionSegmenter.H.
original index
Definition at line 68 of file SalientRegionSegmenter.H.
| float Segment::pVal |
total priority value
Definition at line 75 of file SalientRegionSegmenter.H.
| float Segment::ratVal |
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.
| float Segment::simVal |
similarity with the closer side
Definition at line 77 of file SalientRegionSegmenter.H.
| float Segment::strength |
raw, un-normalized strength of the segment boundary
Definition at line 73 of file SalientRegionSegmenter.H.
| float Segment::strVal |
strength of boundary
Definition at line 78 of file SalientRegionSegmenter.H.
1.6.3