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
)

Parameters

Name Type Default Description
inImage const Image& Input image
outTopLeftCorner Point2D&
outTopRightCorner Point2D&
outBottomRightCorner Point2D&
outBottomLeftCorner Point2D&