EHarrisCornerDetector Class

Manages a complete context for the Harris corner detector.

Remarks

This implementation of the Harris corner detector operates exclusively on a grayscale BW8 images.

Namespace: Euresys::Open_eVision

License(s): EasyImage

Constructors

Properties

Sets the derivation scale.

Sets whether the gradient is normalized before the computation of the cornerness measure.

Sets whether the sub-pixel interpolation is enabled.

Threshold on the cornerness measure for a pixel to be considered as a corner.

Thresholding mode for the cornerness measure.

Methods

Apply the Harris corner detector on an image/ROI.

EHarrisCornerDetector Class

Manages a complete context for the Harris corner detector.

Remarks

This implementation of the Harris corner detector operates exclusively on a grayscale BW8 images.

Namespace: Euresys.Open_eVision

License(s): EasyImage

Constructors

Constructs a EHarrisCornerDetector object initialized to its default values.

Properties

Returns the current derivation scale.

Sets whether the gradient is normalized before the computation of the cornerness measure.

The integration scale.

Returns whether the sub-pixel interpolation is enabled.

Threshold on the cornerness measure for a pixel to be considered as a corner.

Thresholding mode for the cornerness measure.

Methods

Apply the Harris corner detector on an image/ROI.

EHarrisCornerDetector Class

Manages a complete context for the Harris corner detector.

Remarks

This implementation of the Harris corner detector operates exclusively on a grayscale BW8 images.

Module: open_evision

License(s): EasyImage

Constructors

Constructs a EHarrisCornerDetector object initialized to its default values.

Properties

Returns the current derivation scale.

Sets whether the gradient is normalized before the computation of the cornerness measure.

The integration scale.

Returns whether the sub-pixel interpolation is enabled.

Threshold on the cornerness measure for a pixel to be considered as a corner.

Thresholding mode for the cornerness measure.

Methods

Constructs a EHarrisCornerDetector object initialized to its default values.

Apply the Harris corner detector on an image/ROI.