EHarrisInterestPoints Class
Container class for the results of the Harris corner detector.
Remarks
The EHarrisCornerDetector
class stores its results in this container.
Namespace: Euresys::Open_eVision
License(s): EasyImage
Constructors
Constructs a container for the results of a Harris corner detector.
Properties
The number of corner points in the container.
Methods
Draws the location of the corner points.
Draws the location of a specific corner point.
This method is deprecated: Use the overload of EHarrisInterestPoints::DrawCorner
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
This method is deprecated: Use the overload of EHarrisInterestPoints::Draw
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
Returns the cornerness measure of a corner point.
Returns the magnitude of the gradient at a corner point.
Returns the orientation of the gradient at a corner point.
Returns the gradient along the X-axis of a corner point.
Returns the gradient along the Y-axis of a corner point.
Returns the coordinates of a corner point.
Returns the abscissa of a corner point.
Returns the ordinate of a corner point.
EHarrisInterestPoints Class
Container class for the results of the Harris corner detector.
Remarks
The EHarrisCornerDetector
class stores its results in this container.
Namespace: Euresys.Open_eVision
License(s): EasyImage
Constructors
Constructs a container for the results of a Harris corner detector.
Properties
The number of corner points in the container.
Methods
Draws the location of the corner points.
Draws the location of a specific corner point.
This method is deprecated: Use the overload of EHarrisInterestPoints.DrawCorner
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
This method is deprecated: Use the overload of EHarrisInterestPoints.Draw
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
Returns the cornerness measure of a corner point.
Returns the magnitude of the gradient at a corner point.
Returns the orientation of the gradient at a corner point.
Returns the gradient along the X-axis of a corner point.
Returns the gradient along the Y-axis of a corner point.
Returns the coordinates of a corner point.
Returns the abscissa of a corner point.
Returns the ordinate of a corner point.
EHarrisInterestPoints Class
Container class for the results of the Harris corner detector.
Remarks
The EHarrisCornerDetector
class stores its results in this container.
Module: open_evision
License(s): EasyImage
Constructors
Constructs a container for the results of a Harris corner detector.
Properties
The number of corner points in the container.
Methods
Constructs a container for the results of a Harris corner detector.
Draws the location of the corner points.
Draws the location of a specific corner point.
Returns the cornerness measure of a corner point.
Returns the magnitude of the gradient at a corner point.
Returns the orientation of the gradient at a corner point.
Returns the gradient along the X-axis of a corner point.
Returns the gradient along the Y-axis of a corner point.
Returns the coordinates of a corner point.
Returns the abscissa of a corner point.
Returns the ordinate of a corner point.