EHarrisCornerDetector::Apply

Apply the Harris corner detector on an image/ROI.

Namespace: Euresys::Open_eVision

[C++]

void Apply(
   const EROIBW8& source,
   EHarrisInterestPoints& interestPoints
)

Parameters

source

The source image/ROI.

interestPoints

The container in which to store the interest points.

EHarrisCornerDetector.Apply

Apply the Harris corner detector on an image/ROI.

Namespace: Euresys.Open_eVision

[C#]

void Apply(
   Euresys.Open_eVision.EROIBW8 source,
   Euresys.Open_eVision.EHarrisInterestPoints interestPoints
)

Parameters

source

The source image/ROI.

interestPoints

The container in which to store the interest points.