| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_calib3d.calibrationMatrixValues(opencv_core.Mat cameraMatrix,
opencv_core.Size imageSize,
double apertureWidth,
double apertureHeight,
double[] fovx,
double[] fovy,
double[] focalLength,
opencv_core.Point2d principalPoint,
double[] aspectRatio) |
static void |
opencv_calib3d.calibrationMatrixValues(opencv_core.Mat cameraMatrix,
opencv_core.Size imageSize,
double apertureWidth,
double apertureHeight,
DoubleBuffer fovx,
DoubleBuffer fovy,
DoubleBuffer focalLength,
opencv_core.Point2d principalPoint,
DoubleBuffer aspectRatio) |
static void |
opencv_calib3d.calibrationMatrixValues(opencv_core.Mat cameraMatrix,
opencv_core.Size imageSize,
double apertureWidth,
double apertureHeight,
DoublePointer fovx,
DoublePointer fovy,
DoublePointer focalLength,
opencv_core.Point2d principalPoint,
DoublePointer aspectRatio)
computes several useful camera characteristics from the camera matrix, camera frame resolution and the physical sensor size.
|
boolean |
opencv_core.Rectd.contains(opencv_core.Point2d pt)
checks whether the rectangle contains the point
|
double |
opencv_core.Point2d.cross(opencv_core.Point2d pt)
cross-product
|
double |
opencv_core.Point2d.ddot(opencv_core.Point2d pt)
dot product computed in double-precision arithmetics
|
double |
opencv_core.Point2d.dot(opencv_core.Point2d pt)
dot product
|
opencv_core.Point2dVectorVector |
opencv_core.Point2dVectorVector.put(long i,
long j,
opencv_core.Point2d value) |
opencv_core.Point2d |
opencv_core.Point2d.put(opencv_core.Point2d pt) |
opencv_core.Point2dVectorVector |
opencv_core.Point2dVectorVector.put(opencv_core.Point2d[]... array) |
| Constructor and Description |
|---|
opencv_core.Point2d(opencv_core.Point2d pt) |
opencv_core.Point2dVectorVector(opencv_core.Point2d[]... array) |
opencv_core.Point3d(opencv_core.Point2d pt) |
opencv_core.Rectd(opencv_core.Point2d pt1,
opencv_core.Point2d pt2) |
opencv_core.Rectd(opencv_core.Point2d org,
opencv_core.Size2d sz) |
opencv_core.Size2d(opencv_core.Point2d pt) |
Copyright © 2014. All Rights Reserved.