Uses of Class
fiftyone.mobile.detection.entities.RankedSignatureIndex

Packages that use RankedSignatureIndex
fiftyone.mobile.detection   
fiftyone.mobile.detection.factories   
 

Uses of RankedSignatureIndex in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection with type parameters of type RankedSignatureIndex
 ReadonlyList<RankedSignatureIndex> Dataset.rankedSignatureIndexes
          A list of signature indexes ordered in ascending order of rank.
 

Uses of RankedSignatureIndex in fiftyone.mobile.detection.factories
 

Methods in fiftyone.mobile.detection.factories that return RankedSignatureIndex
 RankedSignatureIndex RankedSignatureIndexFactory.create(Dataset dataSet, int index, BinaryReader reader)
          Creates a new instance of the ranked signature index from the source stream.