| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point2d |
opencv_core.Rectd.br()
the bottom-right corner
|
opencv_core.Point2d |
opencv_core.Point2dVector.get(long i) |
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.Mat src1,
opencv_core.Mat src2) |
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.Mat src1,
opencv_core.Mat src2,
opencv_core.Mat window,
DoubleBuffer response) |
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.Mat src1,
opencv_core.Mat src2,
opencv_core.Mat window,
DoublePointer response)
\brief The function is used to detect translational shifts that occur between two images.
|
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.UMat src1,
opencv_core.UMat src2) |
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.UMat src1,
opencv_core.UMat src2,
opencv_core.UMat window,
double[] response) |
static opencv_core.Point2d |
opencv_imgproc.phaseCorrelate(opencv_core.UMat src1,
opencv_core.UMat src2,
opencv_core.UMat window,
DoublePointer response) |
opencv_core.Point2d |
opencv_core.Point2d.position(long position) |
opencv_core.Point2d |
opencv_ml.EM.predict2(opencv_core.Mat sample,
opencv_core.Mat probs)
\brief Returns a likelihood logarithm value and an index of the most probable mixture component
for the given sample.
|
opencv_core.Point2d |
opencv_ml.EM.predict2(opencv_core.UMat sample,
opencv_core.UMat probs) |
opencv_core.Point2d |
opencv_core.Point2d.put(opencv_core.Point2d pt) |
opencv_core.Point2d |
opencv_core.Rectd.tl()
the top-left corner
|
opencv_core.Point2d |
opencv_core.Point2d.x(double x) |
opencv_core.Point2d |
opencv_core.Point2d.y(double y) |
| Modifier and Type | Method and Description |
|---|---|
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)
\brief Computes useful camera characteristics from the camera matrix.
|
static void |
opencv_calib3d.calibrationMatrixValues(opencv_core.UMat 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.UMat cameraMatrix,
opencv_core.Size imageSize,
double apertureWidth,
double apertureHeight,
DoublePointer fovx,
DoublePointer fovy,
DoublePointer focalLength,
opencv_core.Point2d principalPoint,
DoublePointer aspectRatio) |
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
|
static void |
opencv_imgproc.ellipse2Poly(opencv_core.Point2d center,
opencv_core.Size2d axes,
int angle,
int arcStart,
int arcEnd,
int delta,
opencv_core.Point2dVector pts)
\overload
|
static opencv_core.Mat |
opencv_calib3d.findEssentialMat(opencv_core.Mat points1,
opencv_core.Mat points2,
double focal,
opencv_core.Point2d pp,
int method,
double prob,
double threshold,
opencv_core.Mat mask)
\overload
|
static opencv_core.Mat |
opencv_calib3d.findEssentialMat(opencv_core.UMat points1,
opencv_core.UMat points2,
double focal,
opencv_core.Point2d pp,
int method,
double prob,
double threshold,
opencv_core.UMat mask) |
opencv_core.Point2dVector |
opencv_core.Point2dVector.put(long i,
opencv_core.Point2d value) |
opencv_core.Point2dVector |
opencv_core.Point2dVector.put(opencv_core.Point2d... array) |
opencv_core.Point2d |
opencv_core.Point2d.put(opencv_core.Point2d pt) |
static int |
opencv_calib3d.recoverPose(opencv_core.Mat E,
opencv_core.Mat points1,
opencv_core.Mat points2,
opencv_core.Mat R,
opencv_core.Mat t,
double focal,
opencv_core.Point2d pp,
opencv_core.Mat mask)
\overload
|
static int |
opencv_calib3d.recoverPose(opencv_core.UMat E,
opencv_core.UMat points1,
opencv_core.UMat points2,
opencv_core.UMat R,
opencv_core.UMat t,
double focal,
opencv_core.Point2d pp,
opencv_core.UMat mask) |
| Constructor and Description |
|---|
Point2d(opencv_core.Point2d pt) |
Point2dVector(opencv_core.Point2d... array) |
Point3d(opencv_core.Point2d pt) |
Rectd(opencv_core.Point2d pt1,
opencv_core.Point2d pt2) |
Rectd(opencv_core.Point2d org,
opencv_core.Size2d sz) |
Size2d(opencv_core.Point2d pt) |
Copyright © 2017. All rights reserved.