| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3f |
opencv_core.Point3f.cross(opencv_core.Point3f pt)
cross product of the 2 3D points
|
opencv_core.Point3f[] |
opencv_core.Point3fVector.get() |
opencv_core.Point3f |
opencv_core.Point3fVector.Iterator.get() |
opencv_core.Point3f |
opencv_core.Point3fVector.get(long i) |
opencv_core.Point3f |
opencv_core.Point3fVector.pop_back() |
opencv_core.Point3f |
opencv_core.Point3f.position(long position) |
opencv_core.Point3f |
opencv_core.Point3f.put(opencv_core.Point3f pt) |
opencv_core.Point3f |
opencv_core.Point3f.x(float x) |
opencv_core.Point3f |
opencv_core.Point3f.y(float y) |
opencv_core.Point3f |
opencv_core.Point3f.z(float z) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3f |
opencv_core.Point3f.cross(opencv_core.Point3f pt)
cross product of the 2 3D points
|
double |
opencv_core.Point3f.ddot(opencv_core.Point3f pt)
dot product computed in double-precision arithmetics
|
float |
opencv_core.Point3f.dot(opencv_core.Point3f pt)
dot product
|
opencv_core.Point3fVector.Iterator |
opencv_core.Point3fVector.insert(opencv_core.Point3fVector.Iterator pos,
opencv_core.Point3f value) |
opencv_core.Point3fVector |
opencv_core.Point3fVector.push_back(opencv_core.Point3f value) |
opencv_core.Point3fVector |
opencv_core.Point3fVector.put(long i,
opencv_core.Point3f value) |
opencv_core.Point3fVector |
opencv_core.Point3fVector.put(opencv_core.Point3f... array) |
opencv_core.Point3fVector |
opencv_core.Point3fVector.put(opencv_core.Point3f value) |
opencv_core.Point3f |
opencv_core.Point3f.put(opencv_core.Point3f pt) |
| Constructor and Description |
|---|
Mat(opencv_core.Point3f points) |
Point3f(opencv_core.Point3f pt) |
Point3fVector(opencv_core.Point3f... array) |
Point3fVector(opencv_core.Point3f value) |
Copyright © 2018. All rights reserved.