| 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_contrib.SpinImageModel.getSpinNormal(long index) |
opencv_core.Point3f |
opencv_contrib.SpinImageModel.getSpinVertex(long index) |
opencv_core.Point3f |
opencv_contrib.Mesh3D.normals() |
opencv_core.Point3f |
opencv_core.Point3f.position(int position) |
opencv_core.Point3f |
opencv_core.Point3f.put(opencv_core.Point3f pt) |
opencv_core.Point3f |
opencv_contrib.Mesh3D.vtx() |
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 |
|---|---|
void |
opencv_contrib.Octree.buildTree(opencv_core.Point3f points) |
void |
opencv_contrib.Octree.buildTree(opencv_core.Point3f points,
int maxLevels,
int minPoints) |
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
|
void |
opencv_contrib.Octree.getPointsWithinSphere(opencv_core.Point3f center,
float radius,
opencv_core.Point3f points) |
opencv_contrib.Mesh3D |
opencv_contrib.Mesh3D.normals(opencv_core.Point3f normals) |
opencv_core.Point3f |
opencv_core.Point3f.put(opencv_core.Point3f pt) |
opencv_contrib.Mesh3D |
opencv_contrib.Mesh3D.vtx(opencv_core.Point3f vtx) |
| Constructor and Description |
|---|
opencv_contrib.Mesh3D(opencv_core.Point3f vtx) |
opencv_contrib.Octree(opencv_core.Point3f points) |
opencv_contrib.Octree(opencv_core.Point3f points,
int maxLevels,
int minPoints) |
opencv_core.Point3f(opencv_core.Point3f pt) |
Copyright © 2014. All Rights Reserved.