![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for points 2d management. More...
Go to the source code of this file.
Classes | |
| struct | ipsdk::geom::Point2dData< T > |
| Lightweight structure used to store Point2d data. More... | |
| class | ipsdk::geom::Point2d< T > |
| Point class associated to cartesian 2d coordinates. More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::geom | |
| Namespace aggregating geometrical routines and classes. | |
Functions | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::normL2 (const Point2d< T > &pt) |
| compute point norm | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::normL2 (const Point2dData< T > &pt) |
| compute point norm | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::distance (const Point2d< T > &pt1, const Point2d< T > &pt2) |
| compute euclidian distance between two points | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::distance (const Point2dData< T > &pt1, const Point2dData< T > &pt2) |
| compute euclidian distance between two points | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::scalarProduct (const Point2d< T > &pt1, const Point2d< T > &pt2) |
| compute points scalar product | |
| template<typename T > | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::scalarProduct (const Point2dData< T > &pt1, const Point2dData< T > &pt2) |
| compute points scalar product | |
Utility functions for points 2d management.
1.8.14