Uses of Interface
boofcv.misc.BoofLambdas.ProcessIndex
Packages that use BoofLambdas.ProcessIndex
Package
Description
-
Uses of BoofLambdas.ProcessIndex in boofcv.alg.geo
Methods in boofcv.alg.geo with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionstatic voidMultiViewOps.sceneToCloud3(SceneStructureMetric scene, double tol, BoofLambdas.ProcessIndex<Point3D_F64> func) Converts the points in the scene into a 3D point cloud.static voidMultiViewOps.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
Methods in boofcv.alg.scene.vocabtree with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionintHierarchicalVocabularyTree.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
Methods in boofcv.misc with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionstatic <T> voidBoofMiscOps.forIdx(List<T> list, BoofLambdas.ProcessIndex<T> func) -
Uses of BoofLambdas.ProcessIndex in boofcv.struct
Methods in boofcv.struct with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionvoidPackedArray.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
Methods in boofcv.struct.feature with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionvoidPackedTupleArray_B.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) voidPackedTupleArray_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) voidPackedTupleArray_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) voidPackedTupleArray_S8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) voidPackedTupleArray_U8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) voidPackedTupleBigArray_B.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) voidPackedTupleBigArray_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) voidPackedTupleBigArray_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) voidPackedTupleBigArray_S8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) voidPackedTupleBigArray_U8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) -
Uses of BoofLambdas.ProcessIndex in boofcv.struct.packed
Methods in boofcv.struct.packed with parameters of type BoofLambdas.ProcessIndexModifier and TypeMethodDescriptionvoidPackedArrayPoint2D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F32> op) voidPackedArrayPoint2D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F64> op) voidPackedArrayPoint2D_I16.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_I16> op) voidPackedArrayPoint2D_I32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_I32> op) voidPackedArrayPoint3D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F32> op) voidPackedArrayPoint3D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F64> op) voidPackedArrayPoint4D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F32> op) voidPackedArrayPoint4D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F64> op) voidPackedBigArrayPoint2D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F32> op) voidPackedBigArrayPoint2D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point2D_F64> op) voidPackedBigArrayPoint3D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F32> op) voidPackedBigArrayPoint3D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point3D_F64> op) voidPackedBigArrayPoint4D_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F32> op) voidPackedBigArrayPoint4D_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<Point4D_F64> op)