ECannyEdgeDetector::Apply

Apply the Canny edge detector on an image/ROI.

Namespace: Euresys::Open_eVision

[C++]

void Apply(
   const EROIBW8& source,
   EROIBW8& result
)

Parameters

source

The source image/ROI.

result

The output image/ROI.

Remarks

The output ROI must have the same size than the input ROI.

ECannyEdgeDetector.Apply

Apply the Canny edge detector on an image/ROI.

Namespace: Euresys.Open_eVision

[C#]

void Apply(
   Euresys.Open_eVision.EROIBW8 source,
   Euresys.Open_eVision.EROIBW8 result
)

Parameters

source

The source image/ROI.

result

The output image/ROI.

Remarks

The output ROI must have the same size than the input ROI.