Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Features » ImageCorners_Deprecated
ImageCorners_Deprecated
Returns corners of an image.
Syntax
C++
C#
void avl::ImageCorners_Deprecated ( const avl::Image& inImage, avl::Point2D& outTopLeftCorner, avl::Point2D& outTopRightCorner, avl::Point2D& outBottomRightCorner, avl::Point2D& outBottomLeftCorner )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
outTopLeftCorner | Point2D& | ||
![]() |
outTopRightCorner | Point2D& | ||
![]() |
outBottomRightCorner | Point2D& | ||
![]() |
outBottomLeftCorner | Point2D& |


