Template class for 2D points specified by its coordinates x and y.
More...
Template class for 2D points specified by its coordinates x and y.
C++: cv::Point_<_Tp> Class Template Reference
- See also
- https://docs.opencv.org/4.10.0/db/d4e/classcv_1_1Point__.html
◆ Point() [1/5]
OpenCVForUnity.CoreModule.Point.Point |
( |
double | x, |
|
|
double | y ) |
◆ Point() [2/5]
OpenCVForUnity.CoreModule.Point.Point |
( |
| ) |
|
◆ Point() [3/5]
OpenCVForUnity.CoreModule.Point.Point |
( |
double[] | vals | ) |
|
◆ Point() [4/5]
OpenCVForUnity.CoreModule.Point.Point |
( |
in Vec2d | vals | ) |
|
◆ Point() [5/5]
OpenCVForUnity.CoreModule.Point.Point |
( |
in(double x, double y) | vals | ) |
|
◆ clone()
Point OpenCVForUnity.CoreModule.Point.clone |
( |
| ) |
|
◆ cloneAsValueTuple()
double double y OpenCVForUnity.CoreModule.Point.cloneAsValueTuple |
( |
| ) |
|
◆ cloneAsVec2d()
Vec2d OpenCVForUnity.CoreModule.Point.cloneAsVec2d |
( |
| ) |
|
◆ dot() [1/3]
double OpenCVForUnity.CoreModule.Point.dot |
( |
in Vec2d | p | ) |
|
◆ dot() [2/3]
double OpenCVForUnity.CoreModule.Point.dot |
( |
in(double x, double y) | p | ) |
|
◆ dot() [3/3]
double OpenCVForUnity.CoreModule.Point.dot |
( |
Point | p | ) |
|
◆ Equals() [1/2]
override bool OpenCVForUnity.CoreModule.Point.Equals |
( |
Object | obj | ) |
|
◆ Equals() [2/2]
bool OpenCVForUnity.CoreModule.Point.Equals |
( |
Point | a | ) |
|
◆ GetHashCode()
override int OpenCVForUnity.CoreModule.Point.GetHashCode |
( |
| ) |
|
◆ inside() [1/3]
bool OpenCVForUnity.CoreModule.Point.inside |
( |
in Vec4i | r | ) |
|
checks whether the point is inside the specified rectangle
◆ inside() [2/3]
bool OpenCVForUnity.CoreModule.Point.inside |
( |
in(int x, int y, int width, int height) | r | ) |
|
checks whether the point is inside the specified rectangle
◆ inside() [3/3]
bool OpenCVForUnity.CoreModule.Point.inside |
( |
Rect | r | ) |
|
checks whether the point is inside the specified rectangle
◆ operator()
static OpenCVForUnity.CoreModule.Point.operator |
( |
double | x, |
|
|
double | y ) |
|
explicitstatic |
◆ operator Point()
◆ operator Vec2d()
◆ operator!=()
static bool OpenCVForUnity.CoreModule.Point.operator!= |
( |
Point | a, |
|
|
Point | b ) |
|
static |
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator+()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator/()
◆ operator==()
◆ set() [1/3]
void OpenCVForUnity.CoreModule.Point.set |
( |
double[] | vals | ) |
|
◆ set() [2/3]
void OpenCVForUnity.CoreModule.Point.set |
( |
in Vec2d | vals | ) |
|
◆ set() [3/3]
void OpenCVForUnity.CoreModule.Point.set |
( |
in(double x, double y) | vals | ) |
|
◆ ToString()
override string OpenCVForUnity.CoreModule.Point.ToString |
( |
| ) |
|
◆ ToValueTuple()
double double y OpenCVForUnity.CoreModule.Point.ToValueTuple |
( |
| ) |
|
◆ ToVec2d()
Vec2d OpenCVForUnity.CoreModule.Point.ToVec2d |
( |
| ) |
|
double OpenCVForUnity.CoreModule.Point.x |
x coordinate of the point
double OpenCVForUnity.CoreModule.Point.y |
y coordinate of the point
The documentation for this class was generated from the following files:
- OpenCVForUnity/Assets/OpenCVForUnity/org/opencv/core/Point.cs
- OpenCVForUnity/Assets/OpenCVForUnity/org/opencv/core/Point_Ex.cs