Package boofcv.alg.structure
Interface RefineMetricWorkingGraph.FilterInlierSet
- Enclosing class:
- RefineMetricWorkingGraph
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter for inlier sets. if it returns true it should be processed
-
Method Summary
Modifier and TypeMethodDescriptionboolean
keep
(SceneWorkingGraph.View view, SceneWorkingGraph.InlierInfo info)
-
Method Details
-
keep
-