| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvPoint3D32f |
opencv_core.cvPoint3D32f(double x,
double y,
double z)
constructs CvPoint3D32f structure.
|
opencv_core.CvPoint3D32f |
opencv_core.CvPoint3D32f.position(long position) |
opencv_core.CvPoint3D32f |
opencv_core.CvPoint3D32f.x(float x) |
opencv_core.CvPoint3D32f |
opencv_core.CvPoint3D32f.y(float y) |
opencv_core.CvPoint3D32f |
opencv_core.CvPoint3D32f.z(float z) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.CvPOSITObject |
opencv_calib3d.cvCreatePOSITObject(opencv_core.CvPoint3D32f points,
int point_count) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.get(double[] pts) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.get(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(double... pts) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(double x,
double y,
double z) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(opencv_core.CvPoint2D64f o) |
abstract opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.x(float x) |
abstract opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.y(float y) |
abstract opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.z(float z) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.CvPOSITObject |
opencv_calib3d.AbstractCvPOSITObject.create(opencv_core.CvPoint3D32f points,
int point_count)
Calls cvCreatePOSITObject(), and registers a deallocator.
|
Copyright © 2018. All rights reserved.