EHarrisInterestPoints::DrawWithCurrentPen

This method is deprecated: Use the overload of EHarrisInterestPoints::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.

Draws the location of the corner points.

Namespace: Euresys::Open_eVision

[C++]

[[deprecated("Use the overload of EHarrisInterestPoints::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]]
void DrawWithCurrentPen(
   HDC graphicContext,
   float zoomX,
   float zoomY,
   float originX,
   float originY
) const

Parameters

graphicContext

Graphic context on which to draw.

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0 (default), the horizontal zooming factor is used instead, so as to provide isotropic zooming.

originX

Horizontal panning value expressed in pixels. By default, no panning occurs.

originY

Vertical panning value expressed in pixels. By default, no panning occurs.

Remarks

Drawing is done in the device context associated to the desired window.

EHarrisInterestPoints.DrawWithCurrentPen

This method is deprecated: Use the overload of EHarrisInterestPoints.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.

Draws the location of the corner points.

Namespace: Euresys.Open_eVision

[C#]

[Obsolete("Use the overload of EHarrisInterestPoints.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawWithCurrentPen(
   IntPtr graphicContext,
   float zoomX,
   float zoomY,
   float originX,
   float originY
)

Parameters

graphicContext

Graphic context on which to draw.

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0 (default), the horizontal zooming factor is used instead, so as to provide isotropic zooming.

originX

Horizontal panning value expressed in pixels. By default, no panning occurs.

originY

Vertical panning value expressed in pixels. By default, no panning occurs.

Remarks

Drawing is done in the device context associated to the desired window.

DrawWithCurrentPen

Sorry, this function does not exist in Python.