| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.CvPOSITObject |
opencv_calib3d.cvCreatePOSITObject(float[] points,
int point_count) |
static opencv_calib3d.CvPOSITObject |
opencv_calib3d.cvCreatePOSITObject(FloatBuffer points,
int point_count) |
static opencv_calib3d.CvPOSITObject |
opencv_calib3d.cvCreatePOSITObject(opencv_core.CvPoint3D32f points,
int point_count) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
float[] image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
float[] rotation_matrix,
float[] translation_vector) |
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
FloatBuffer image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
FloatBuffer rotation_matrix,
FloatBuffer translation_vector) |
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
opencv_core.CvPoint2D32f image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
org.bytedeco.javacpp.FloatPointer rotation_matrix,
org.bytedeco.javacpp.FloatPointer translation_vector) |
static void |
opencv_calib3d.cvReleasePOSITObject(opencv_calib3d.CvPOSITObject posit_object) |
| 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.