Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » ImageCharacteristicPoint
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Returns one of the 9 characteristic points of an image (corners or mid-points).
Syntax
C++
C#
void fil::ImageCharacteristicPoint ( const fil::Image& inImage, const fil::Anchor2D::Type inPointAnchor, fil::Point2D& outPoint )


