Uses of Interface
boofcv.misc.BoofLambdas.ProcessObject
-
Uses of BoofLambdas.ProcessObject in boofcv.alg.geo
Modifier and TypeMethodDescriptionboolean
MassageSingularValues.process
(DMatrixRMaj E, BoofLambdas.ProcessObject<DMatrixRMaj> massageSingular) Massages the input matrix with the user provided functionModifierConstructorDescriptionMassageSingularValues
(BoofLambdas.ProcessObject<DMatrixRMaj> massageSingular) MassageSingularValues
(SingularValueDecomposition_F64<DMatrixRMaj> svd, BoofLambdas.ProcessObject<DMatrixRMaj> massageSingular) -
Uses of BoofLambdas.ProcessObject in boofcv.alg.geo.f
Modifier and TypeFieldDescriptionprotected BoofLambdas.ProcessObject<DMatrixRMaj>
FundamentalLinear.opEssential
protected BoofLambdas.ProcessObject<DMatrixRMaj>
FundamentalLinear.opFundamental
-
Uses of BoofLambdas.ProcessObject in boofcv.alg.scene.vocabtree
Modifier and TypeMethodDescriptionvoid
HierarchicalVocabularyTree.traverseGraphDepthFirst
(BoofLambdas.ProcessObject<HierarchicalVocabularyTree.Node> op) Traverses every node in the graph (excluding the root) in a depth first manor. -
Uses of BoofLambdas.ProcessObject in boofcv.gui
Modifier and TypeMethodDescriptionstatic void
BoofSwingUtil.updateRecentItems
(JComponent owner, @Nullable JMenu menuRecent, BoofLambdas.ProcessObject<BoofSwingUtil.RecentFiles> function)