Static Public Attributes | List of all members
SampleExtractionMode Class Reference

Possible approaches to the sample extraction in the 'Add' methods of image list classes. More...

Inherits object.

Static Public Attributes

int OriginPosition = 1
 Position parameter is assumed to refer to the origin of the feature window. More...
 
int TopLeftCorner = 0
 Position parameter is assumed to refer to the top left corner of the feature window. More...
 

Detailed Description

Possible approaches to the sample extraction in the 'Add' methods of image list classes.

Member Data Documentation

◆ OriginPosition

int OriginPosition = 1
static

Position parameter is assumed to refer to the origin of the feature window.

◆ TopLeftCorner

int TopLeftCorner = 0
static

Position parameter is assumed to refer to the top left corner of the feature window.