Methods
| Modifier and Type |
Method and Description |
void |
buildOctree() |
void |
clearOctree() |
void |
computeNormals(float normalRadius) |
void |
computeNormals(float normalRadius,
int minNeighbors) |
void |
computeNormals(int[] subset,
float normalRadius) |
void |
computeNormals(int[] subset,
float normalRadius,
int minNeighbors) |
void |
computeNormals(IntBuffer subset,
float normalRadius) |
void |
computeNormals(IntBuffer subset,
float normalRadius,
int minNeighbors) |
void |
computeNormals(IntPointer subset,
float normalRadius) |
void |
computeNormals(IntPointer subset,
float normalRadius,
int minNeighbors) |
float |
estimateResolution() |
float |
estimateResolution(float tryRatio) |
opencv_core.Point3f |
normals() |
opencv_contrib.Mesh3D |
normals(opencv_core.Point3f normals) |
opencv_contrib.Octree |
octree() |
opencv_contrib.Mesh3D |
octree(opencv_contrib.Octree octree) |
opencv_contrib.Mesh3D |
position(int position) |
float |
resolution() |
opencv_contrib.Mesh3D |
resolution(float resolution) |
opencv_core.Point3f |
vtx() |
opencv_contrib.Mesh3D |
vtx(opencv_core.Point3f vtx) |
void |
writeAsVrml(BytePointer file) |
void |
writeAsVrml(BytePointer file,
opencv_core.Scalar colors) |
void |
writeAsVrml(String file) |
void |
writeAsVrml(String file,
opencv_core.Scalar colors) |