Back to FabImage Library website
You are here: Start » Function Reference » Image Features » ImageCorners_Deprecated
ImageCorners_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Returns corners of an image.
Syntax
C++
void fil::ImageCorners_Deprecated ( const fil::Image& inImage, fil::Point2D& outTopLeftCorner, fil::Point2D& outTopRightCorner, fil::Point2D& outBottomRightCorner, fil::Point2D& outBottomLeftCorner )