Uses of Interface
adams.data.objectfinder.ObjectFinder
-
-
Uses of ObjectFinder in adams.data.conversion
Fields in adams.data.conversion declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderObjectAnnotationsToImageSegmentationLayers. m_Finderthe object finder to use.Methods in adams.data.conversion that return ObjectFinder Modifier and Type Method Description ObjectFinderObjectAnnotationsToImageSegmentationLayers. getFinder()Returns the finder to use for locating the objects.Methods in adams.data.conversion with parameters of type ObjectFinder Modifier and Type Method Description voidObjectAnnotationsToImageSegmentationLayers. setFinder(ObjectFinder value)Sets the finder to use for locating the objects. -
Uses of ObjectFinder in adams.data.image.transformer
Fields in adams.data.image.transformer declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderFixObjects. m_Finderthe object finder to use.protected ObjectFinderObjectAnnotationsMask. m_Finderthe object finder to use.Methods in adams.data.image.transformer that return ObjectFinder Modifier and Type Method Description ObjectFinderFixObjects. getFinder()Returns the finder to use for locating the objects.ObjectFinderObjectAnnotationsMask. getFinder()Returns the finder to use for locating the objects.Methods in adams.data.image.transformer with parameters of type ObjectFinder Modifier and Type Method Description voidFixObjects. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidObjectAnnotationsMask. setFinder(ObjectFinder value)Sets the finder to use for locating the objects. -
Uses of ObjectFinder in adams.data.image.transformer.subimages
Fields in adams.data.image.transformer.subimages declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderObjects. m_Finderthe object finder to use.Methods in adams.data.image.transformer.subimages that return ObjectFinder Modifier and Type Method Description ObjectFinderObjects. getFinder()Returns the finder to use for locating the objects.Methods in adams.data.image.transformer.subimages with parameters of type ObjectFinder Modifier and Type Method Description voidObjects. setFinder(ObjectFinder value)Sets the finder to use for locating the objects. -
Uses of ObjectFinder in adams.data.io.output
Fields in adams.data.io.output declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderObjectLocationsSpreadSheetWriter. m_Finderthe row finder to apply before extracting the objects.protected ObjectFinderOpexObjectLocationsWriter. m_Finderthe object finder to use.protected ObjectFinderViaAnnotationsReportWriter. m_Finderthe object finder to use.protected ObjectFinderYoloAnnotationsReportWriter. m_Finderthe object finder to use.Methods in adams.data.io.output that return ObjectFinder Modifier and Type Method Description ObjectFinderObjectLocationsSpreadSheetWriter. getFinder()Returns the row finder to use for selecting a subset before extracting object locations.ObjectFinderOpexObjectLocationsWriter. getFinder()Returns the finder to use for locating the objects.ObjectFinderViaAnnotationsReportWriter. getFinder()Returns the finder to use for locating the objects.ObjectFinderYoloAnnotationsReportWriter. getFinder()Returns the finder to use for locating the objects.Methods in adams.data.io.output with parameters of type ObjectFinder Modifier and Type Method Description voidObjectLocationsSpreadSheetWriter. setFinder(ObjectFinder value)Sets the row finder to use for selecting a subset before extracting object locations.voidOpexObjectLocationsWriter. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidViaAnnotationsReportWriter. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidYoloAnnotationsReportWriter. setFinder(ObjectFinder value)Sets the finder to use for locating the objects. -
Uses of ObjectFinder in adams.data.objectfilter
Fields in adams.data.objectfilter declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderAttachOverlappingMetaData. m_Finderthe object finder to use.Methods in adams.data.objectfilter that return ObjectFinder Modifier and Type Method Description ObjectFinderAttachOverlappingMetaData. getFinder()Returns object finder for locating the objects in the storage report.Methods in adams.data.objectfilter with parameters of type ObjectFinder Modifier and Type Method Description voidAttachOverlappingMetaData. setFinder(ObjectFinder value)Sets the object finder for locating the objects in the storage report. -
Uses of ObjectFinder in adams.data.objectfinder
Classes in adams.data.objectfinder that implement ObjectFinder Modifier and Type Class Description classAbstractMetaObjectFinderAncestor for object finders that use a base finder.classAbstractObjectFinderAncestor for finders that locate objects in the report of an image.classAllFinderReturns all indices.classByMetaDataNumericValueReturns indices of objects which numeric meta-data value match the min/max.classByMetaDataStringValueOutputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.classHasMetaDataValueOutputs the indices of objects where the specified meta-data key is present.classInvertInverts the indices of the base object finder.classMultiObjectFinderApplies multiple object finding algorithms to the data.
The indices can be either joined or intersected.classNullFinderFinds no indices.classObjectsInPolygonLocates the objects that fall into the defined polygon.
Partial hits can be considered as well.classObjectsInRegionLocates the objects that fall into the defined region.
Partial hits can be considered as well.classPolygonPointsReturns the indices of objects which polygons satisfy specified min/max for number of points.classSizeApplies the minimum/maximum constraints to width/height (according to the chosen type).Fields in adams.data.objectfinder declared as ObjectFinder Modifier and Type Field Description protected ObjectFinder[]MultiObjectFinder. m_Findersthe row finders to use.protected ObjectFinderAbstractMetaObjectFinder. m_ObjectFinderthe ObjectFinder to apply.Methods in adams.data.objectfinder that return ObjectFinder Modifier and Type Method Description protected ObjectFinderAbstractMetaObjectFinder. getDefaultObjectFinder()Returns the default finder to use.ObjectFinder[]MultiObjectFinder. getFinders()Returns the row finders in use.ObjectFinderAbstractMetaObjectFinder. getObjectFinder()Returns the object finder in use.Methods in adams.data.objectfinder with parameters of type ObjectFinder Modifier and Type Method Description voidMultiObjectFinder. setFinders(ObjectFinder[] value)Sets the row finders to use.voidAbstractMetaObjectFinder. setObjectFinder(ObjectFinder value)Sets the object finder to use. -
Uses of ObjectFinder in adams.data.overlappingobjectremoval
Methods in adams.data.overlappingobjectremoval with parameters of type ObjectFinder Modifier and Type Method Description static ReportAbstractOverlappingObjectRemoval. remove(Report thisReport, Report otherReport, ObjectFinder finder, ObjectOverlap detection, OverlappingObjectRemoval removal)Removes overlapping objects between the two reports. -
Uses of ObjectFinder in adams.flow.transformer
Fields in adams.flow.transformer declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderChangeImageObjectPrefix. m_Finderthe object finder to use.protected ObjectFinderDeleteOverlappingImageObjects. m_Finderthe object finder to use.protected ObjectFinderDetermineOverlappingAreas. m_Finderthe object finder to use.protected ObjectFinderDetermineOverlappingObjects. m_Finderthe object finder to use.protected ObjectFinderGetImageObjectIndices. m_Finderthe object finder to use.protected ObjectFinderGetImageObjects. m_Finderthe object finder to use.protected ObjectFinderImageObjectFilter. m_Finderthe object finder to use.protected ObjectFinderImageObjectOverlap. m_Finderthe object finder to use.protected ObjectFinderImageObjectOverlapMatrix. m_Finderthe object finder to use.protected ObjectFinderIntersectOverUnion. m_Finderthe object finder to use.protected ObjectFinderRemoveOverlappingImageObjects. m_Finderthe object finder to use.Methods in adams.flow.transformer that return ObjectFinder Modifier and Type Method Description ObjectFinderChangeImageObjectPrefix. getFinder()Returns the finder to use for locating the objects.ObjectFinderDeleteOverlappingImageObjects. getFinder()Returns object finder for locating the objects.ObjectFinderDetermineOverlappingAreas. getFinder()Returns object finder for locating the objects.ObjectFinderDetermineOverlappingObjects. getFinder()Returns object finder for locating the objects.ObjectFinderGetImageObjectIndices. getFinder()Returns the object finder in use.ObjectFinderGetImageObjects. getFinder()Returns the object finder in use.ObjectFinderImageObjectFilter. getFinder()Returns the finder to use for locating the objects.ObjectFinderImageObjectOverlap. getFinder()Returns object finder for locating the objects.ObjectFinderImageObjectOverlapMatrix. getFinder()Returns object finder for locating the objects.ObjectFinderIntersectOverUnion. getFinder()Returns object finder for locating the objects.ObjectFinderRemoveOverlappingImageObjects. getFinder()Returns object finder for locating the objects.Methods in adams.flow.transformer with parameters of type ObjectFinder Modifier and Type Method Description voidChangeImageObjectPrefix. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidDeleteOverlappingImageObjects. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidDetermineOverlappingAreas. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidDetermineOverlappingObjects. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidGetImageObjectIndices. setFinder(ObjectFinder value)Sets the object finder to use.voidGetImageObjects. setFinder(ObjectFinder value)Sets the object finder to use.voidImageObjectFilter. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidImageObjectOverlap. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidImageObjectOverlapMatrix. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidIntersectOverUnion. setFinder(ObjectFinder value)Sets the object finder for locating the objects.voidRemoveOverlappingImageObjects. setFinder(ObjectFinder value)Sets the object finder for locating the objects. -
Uses of ObjectFinder in adams.flow.transformer.negativeregions
Fields in adams.flow.transformer.negativeregions declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderRandomRegions. m_Finderthe object finder to use.protected ObjectFinderSimpleBlockFill. m_Finderthe object finder to use.Methods in adams.flow.transformer.negativeregions that return ObjectFinder Modifier and Type Method Description ObjectFinderRandomRegions. getFinder()Returns the object finder in use.ObjectFinderSimpleBlockFill. getFinder()Returns the object finder in use.Methods in adams.flow.transformer.negativeregions with parameters of type ObjectFinder Modifier and Type Method Description voidRandomRegions. setFinder(ObjectFinder value)Sets the object finder to use.voidSimpleBlockFill. setFinder(ObjectFinder value)Sets the object finder to use. -
Uses of ObjectFinder in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderCocoAnnotationsHandler. m_Finderthe object finder to use.protected ObjectFinderDeepLabCutCSVHandler. m_Finderthe object finder to use.protected ObjectFinderObjectCentersFromReport. m_Finderthe object finder to use.protected ObjectFinderObjectLocationsFromReport. m_Finderthe object finder to use.protected ObjectFinderObjectLocationsFromSpreadSheet. m_Finderthe object finder to use.protected ObjectFinderPointsFromReportHandler. m_Finderthe object finder to use.protected ObjectFinderYoloAnnotationsHandler. m_Finderthe object finder to use.Methods in adams.gui.tools.previewbrowser that return ObjectFinder Modifier and Type Method Description ObjectFinderCocoAnnotationsHandler. getFinder()Returns the finder to use for locating the objects.ObjectFinderDeepLabCutCSVHandler. getFinder()Returns the finder to use for locating the objects.ObjectFinderObjectCentersFromReport. getFinder()Returns the finder to use for locating the objects.ObjectFinderObjectLocationsFromReport. getFinder()Returns the finder to use for locating the objects.ObjectFinderObjectLocationsFromSpreadSheet. getFinder()Returns the finder to use for locating the objects.ObjectFinderPointsFromReportHandler. getFinder()Returns the finder to use for locating the objects.Methods in adams.gui.tools.previewbrowser with parameters of type ObjectFinder Modifier and Type Method Description voidCocoAnnotationsHandler. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidDeepLabCutCSVHandler. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidObjectCentersFromReport. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidObjectLocationsFromReport. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidObjectLocationsFromSpreadSheet. setFinder(ObjectFinder value)Sets the finder to use for locating the objects.voidPointsFromReportHandler. setFinder(ObjectFinder value)Sets the finder to use for locating the objects. -
Uses of ObjectFinder in adams.gui.visualization.object.objectannotations.cleaning
Fields in adams.gui.visualization.object.objectannotations.cleaning declared as ObjectFinder Modifier and Type Field Description protected ObjectFinderFilter. m_Finderthe object finder to use.protected ObjectFinderOverlapRemoval. m_Finderthe object finder to use.Methods in adams.gui.visualization.object.objectannotations.cleaning that return ObjectFinder Modifier and Type Method Description ObjectFinderFilter. getFinder()Returns the finder to use for filtering the annotations.ObjectFinderOverlapRemoval. getFinder()Returns object finder for locating the objects.Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type ObjectFinder Modifier and Type Method Description voidFilter. setFinder(ObjectFinder value)Sets the finder to use for filtering the annotations.voidOverlapRemoval. setFinder(ObjectFinder value)Sets the object finder for locating the objects.
-