| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3i |
opencv_core.Point3i.cross(opencv_core.Point3i pt)
cross product of the 2 3D points
|
opencv_core.Point3i[] |
opencv_core.Point3iVector.get() |
opencv_core.Point3i |
opencv_core.Point3iVector.Iterator.get() |
opencv_core.Point3i |
opencv_core.Point3iVector.get(long i) |
opencv_core.Point3i |
opencv_core.DeviceInfo.maxGridSize()
maximum size of each dimension of a grid
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxSurface2DLayered()
maximum 2D layered surface dimensions
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxSurface3D()
maximum 3D surface dimensions
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxTexture2DLayered()
maximum 2D layered texture dimensions
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxTexture2DLinear()
maximum dimensions (width, height, pitch) for 2D textures bound to pitched memory
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxTexture3D()
maximum 3D texture dimensions
|
opencv_core.Point3i |
opencv_core.DeviceInfo.maxThreadsDim()
maximum size of each dimension of a block
|
opencv_core.Point3i |
opencv_core.Point3iVector.pop_back() |
opencv_core.Point3i |
opencv_core.Point3i.position(long position) |
opencv_core.Point3i |
opencv_core.Point3i.put(opencv_core.Point3i pt) |
opencv_core.Point3i |
opencv_core.Point3i.x(int x) |
opencv_core.Point3i |
opencv_core.Point3i.y(int y) |
opencv_core.Point3i |
opencv_core.Point3i.z(int z) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3i |
opencv_core.Point3i.cross(opencv_core.Point3i pt)
cross product of the 2 3D points
|
double |
opencv_core.Point3i.ddot(opencv_core.Point3i pt)
dot product computed in double-precision arithmetics
|
int |
opencv_core.Point3i.dot(opencv_core.Point3i pt)
dot product
|
opencv_core.Point3iVector.Iterator |
opencv_core.Point3iVector.insert(opencv_core.Point3iVector.Iterator pos,
opencv_core.Point3i value) |
opencv_core.Point3iVector |
opencv_core.Point3iVector.push_back(opencv_core.Point3i value) |
opencv_core.Point3iVector |
opencv_core.Point3iVector.put(long i,
opencv_core.Point3i value) |
opencv_core.Point3iVector |
opencv_core.Point3iVector.put(opencv_core.Point3i... array) |
opencv_core.Point3iVector |
opencv_core.Point3iVector.put(opencv_core.Point3i value) |
opencv_core.Point3i |
opencv_core.Point3i.put(opencv_core.Point3i pt) |
| Constructor and Description |
|---|
Mat(opencv_core.Point3i points) |
Point3i(opencv_core.Point3i pt) |
Point3iVector(opencv_core.Point3i... array) |
Point3iVector(opencv_core.Point3i value) |
Copyright © 2018. All rights reserved.