| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvPoint3D64f |
opencv_core.cvPoint3D64f(double x,
double y,
double z)
constructs CvPoint3D64f structure.
|
opencv_core.CvPoint3D64f |
opencv_core.CvPoint3D64f.position(long position) |
opencv_core.CvPoint3D64f |
opencv_core.CvPoint3D64f.x(double x) |
opencv_core.CvPoint3D64f |
opencv_core.CvPoint3D64f.y(double y) |
opencv_core.CvPoint3D64f |
opencv_core.CvPoint3D64f.z(double z) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_calib3d.cvDecomposeProjectionMatrix(opencv_core.CvMat projMatr,
opencv_core.CvMat calibMatr,
opencv_core.CvMat rotMatr,
opencv_core.CvMat posVect,
opencv_core.CvMat rotMatrX,
opencv_core.CvMat rotMatrY,
opencv_core.CvMat rotMatrZ,
opencv_core.CvPoint3D64f eulerAngles) |
static void |
opencv_calib3d.cvRQDecomp3x3(opencv_core.CvMat matrixM,
opencv_core.CvMat matrixR,
opencv_core.CvMat matrixQ,
opencv_core.CvMat matrixQx,
opencv_core.CvMat matrixQy,
opencv_core.CvMat matrixQz,
opencv_core.CvPoint3D64f eulerAngles) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.get(double[] pts) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.get(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(double... pts) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(double x,
double y,
double z) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(opencv_core.CvPoint2D64f o) |
abstract opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.x(double x) |
abstract opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.y(double y) |
abstract opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.z(double z) |
Copyright © 2018. All rights reserved.