| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvPoint2D64f |
opencv_core.cvPoint2D64f(double x,
double y)
constructs CvPoint2D64f structure.
|
opencv_core.CvPoint2D64f |
opencv_core.CvPoint2D64f.position(long position) |
opencv_core.CvPoint2D64f |
opencv_core.CvPoint2D64f.x(double x) |
opencv_core.CvPoint2D64f |
opencv_core.CvPoint2D64f.y(double y) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_calib3d.cvCalibrationMatrixValues(opencv_core.CvMat camera_matrix,
opencv_core.CvSize image_size,
double aperture_width,
double aperture_height,
org.bytedeco.javacpp.DoublePointer fovx,
org.bytedeco.javacpp.DoublePointer fovy,
org.bytedeco.javacpp.DoublePointer focal_length,
opencv_core.CvPoint2D64f principal_point,
org.bytedeco.javacpp.DoublePointer pixel_aspect_ratio) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.get(double[] pts) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.get(double[] pts,
int offset,
int length) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(double... pts) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(double[] pts,
int offset,
int length) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(double x,
double y) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(opencv_core.CvPoint2D64f o) |
abstract opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.x(double x) |
abstract opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.y(double y) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(byte shift,
opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint2D32f |
opencv_core.AbstractCvPoint2D32f.put(opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(opencv_core.CvPoint2D64f o) |
Copyright © 2018. All rights reserved.