Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_core |
Modifier and Type | Method and Description |
---|---|
static Point3d |
opencv_calib3d.RQDecomp3x3(GpuMat src,
GpuMat mtxR,
GpuMat mtxQ) |
static Point3d |
opencv_calib3d.RQDecomp3x3(GpuMat src,
GpuMat mtxR,
GpuMat mtxQ,
GpuMat Qx,
GpuMat Qy,
GpuMat Qz) |
static Point3d |
opencv_calib3d.RQDecomp3x3(Mat src,
Mat mtxR,
Mat mtxQ) |
static Point3d |
opencv_calib3d.RQDecomp3x3(Mat src,
Mat mtxR,
Mat mtxQ,
Mat Qx,
Mat Qy,
Mat Qz)
\brief Computes an RQ decomposition of 3x3 matrices.
|
static Point3d |
opencv_calib3d.RQDecomp3x3(UMat src,
UMat mtxR,
UMat mtxQ) |
static Point3d |
opencv_calib3d.RQDecomp3x3(UMat src,
UMat mtxR,
UMat mtxQ,
UMat Qx,
UMat Qy,
UMat Qz) |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_core.write(FileStorage fs,
BytePointer name,
Point3d val) |
static void |
opencv_core.write(FileStorage fs,
Point3d value) |
static void |
opencv_core.write(FileStorage fs,
String name,
Point3d val) |
Modifier and Type | Method and Description |
---|---|
Point3d |
Point3d.cross(Point3d pt)
cross product of the 2 3D points
|
Point3d |
Point3d.getPointer(long i) |
Point3d |
Point3d.position(long position) |
Point3d |
Point3d.put(Point3d pt) |
Point3d |
Point3d.x(double setter) |
Point3d |
Point3d.y(double setter) |
Point3d |
Point3d.z(double setter) |
Modifier and Type | Method and Description |
---|---|
Point3d |
Point3d.cross(Point3d pt)
cross product of the 2 3D points
|
double |
Point3d.ddot(Point3d pt)
dot product computed in double-precision arithmetics
|
double |
Point3d.dot(Point3d pt)
dot product
|
Point3d |
Point3d.put(Point3d pt) |
Constructor and Description |
---|
Mat(Point3d points)
Calls
Mat(points, false) . |
Mat(Point3d points,
boolean copyData)
|
Point3d(Point3d pt) |
Copyright © 2024. All rights reserved.