Uses of Interface
boofcv.misc.BoofLambdas.ProcessIndex
Package
Description
-
Uses of BoofLambdas.ProcessIndex in boofcv.alg.geo
Modifier and TypeMethodDescriptionstatic void
MultiViewOps.sceneToCloud3
(SceneStructureMetric scene, double tol, BoofLambdas.ProcessIndex<Point3D_F64> func) Converts the points in the scene into a 3D point cloud.static void
MultiViewOps.sceneToCloudH
(SceneStructureMetric scene, BoofLambdas.ProcessIndex<Point4D_F64> func) Converts the points in the scene into a homogenous point cloud. -
Uses of BoofLambdas.ProcessIndex in boofcv.alg.scene.vocabtree
Modifier and TypeMethodDescriptionint
HierarchicalVocabularyTree.searchPathToLeaf
(Point point, BoofLambdas.ProcessIndex<HierarchicalVocabularyTree.Node> op) Traverses the tree to find the leaf node for the provided point. -
Uses of BoofLambdas.ProcessIndex in boofcv.misc
Modifier and TypeMethodDescriptionstatic <T> void
BoofMiscOps.forIdx
(List<T> list, BoofLambdas.ProcessIndex<T> func) -
Uses of BoofLambdas.ProcessIndex in boofcv.struct
Modifier and TypeMethodDescriptionvoid
PackedArray.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<T> op) Passes in each object and index within the specified range. -
Uses of BoofLambdas.ProcessIndex in boofcv.struct.feature
Modifier and TypeMethodDescriptionvoid
PackedTupleArray_B.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) void
PackedTupleArray_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) void
PackedTupleArray_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) void
PackedTupleArray_S8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) void
PackedTupleArray_U8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) void
PackedTupleBigArray_B.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) void
PackedTupleBigArray_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) void
PackedTupleBigArray_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) void
PackedTupleBigArray_S8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) void
PackedTupleBigArray_U8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) -
Uses of BoofLambdas.ProcessIndex in boofcv.struct.packed
Modifier and TypeMethodDescriptionvoid
PackedArrayPoint2D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F32> op) void
PackedArrayPoint2D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F64> op) void
PackedArrayPoint2D_I16.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_I16> op) void
PackedArrayPoint2D_I32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_I32> op) void
PackedArrayPoint3D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F32> op) void
PackedArrayPoint3D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F64> op) void
PackedArrayPoint4D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F32> op) void
PackedArrayPoint4D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F64> op) void
PackedBigArrayPoint2D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F32> op) void
PackedBigArrayPoint2D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F64> op) void
PackedBigArrayPoint3D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F32> op) void
PackedBigArrayPoint3D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F64> op) void
PackedBigArrayPoint4D_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F32> op) void
PackedBigArrayPoint4D_F64.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F64> op)