Package boofcv.factory.scene
Class ClassifierAndSource
java.lang.Object
org.ddogleg.struct.Tuple2<ImageClassifier<Planar<GrayF32>>,List<String>>
boofcv.factory.scene.ClassifierAndSource
Contains a classifier and where to download its models. Each string in source is
an address where the model can be downloaded from. If one fails then another
should be attempted.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.ddogleg.struct.Tuple2
getCheckD0, getCheckD1, getD0, getD1, setD0, setD1
-
Constructor Details
-
ClassifierAndSource
public ClassifierAndSource()
-
-
Method Details
-
getClassifier
-
getSource
-