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 ObjectFinder
ObjectAnnotationsToImageSegmentationLayers. m_Finder
the object finder to use.Methods in adams.data.conversion that return ObjectFinder Modifier and Type Method Description ObjectFinder
ObjectAnnotationsToImageSegmentationLayers. 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 void
ObjectAnnotationsToImageSegmentationLayers. 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 ObjectFinder
FixObjects. m_Finder
the object finder to use.protected ObjectFinder
ObjectAnnotationsMask. m_Finder
the object finder to use.Methods in adams.data.image.transformer that return ObjectFinder Modifier and Type Method Description ObjectFinder
FixObjects. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ObjectAnnotationsMask. 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 void
FixObjects. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ObjectAnnotationsMask. 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 ObjectFinder
Objects. m_Finder
the object finder to use.Methods in adams.data.image.transformer.subimages that return ObjectFinder Modifier and Type Method Description ObjectFinder
Objects. 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 void
Objects. 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 ObjectFinder
ObjectLocationsSpreadSheetWriter. m_Finder
the row finder to apply before extracting the objects.protected ObjectFinder
OpexObjectLocationsWriter. m_Finder
the object finder to use.protected ObjectFinder
ViaAnnotationsReportWriter. m_Finder
the object finder to use.protected ObjectFinder
YoloAnnotationsReportWriter. m_Finder
the object finder to use.Methods in adams.data.io.output that return ObjectFinder Modifier and Type Method Description ObjectFinder
ObjectLocationsSpreadSheetWriter. getFinder()
Returns the row finder to use for selecting a subset before extracting object locations.ObjectFinder
OpexObjectLocationsWriter. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ViaAnnotationsReportWriter. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
YoloAnnotationsReportWriter. 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 void
ObjectLocationsSpreadSheetWriter. setFinder(ObjectFinder value)
Sets the row finder to use for selecting a subset before extracting object locations.void
OpexObjectLocationsWriter. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ViaAnnotationsReportWriter. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
YoloAnnotationsReportWriter. 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 ObjectFinder
AttachOverlappingMetaData. m_Finder
the object finder to use.Methods in adams.data.objectfilter that return ObjectFinder Modifier and Type Method Description ObjectFinder
AttachOverlappingMetaData. 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 void
AttachOverlappingMetaData. 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 class
AbstractMetaObjectFinder
Ancestor for object finders that use a base finder.class
AbstractObjectFinder
Ancestor for finders that locate objects in the report of an image.class
AllFinder
Returns all indices.class
ByMetaDataNumericValue
Returns indices of objects which numeric meta-data value match the min/max.class
ByMetaDataStringValue
Outputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.class
HasMetaDataValue
Outputs the indices of objects where the specified meta-data key is present.class
Invert
Inverts the indices of the base object finder.class
MultiObjectFinder
Applies multiple object finding algorithms to the data.
The indices can be either joined or intersected.class
NullFinder
Finds no indices.class
ObjectsInPolygon
Locates the objects that fall into the defined polygon.
Partial hits can be considered as well.class
ObjectsInRegion
Locates the objects that fall into the defined region.
Partial hits can be considered as well.class
PolygonPoints
Returns the indices of objects which polygons satisfy specified min/max for number of points.class
Size
Applies 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_Finders
the row finders to use.protected ObjectFinder
AbstractMetaObjectFinder. m_ObjectFinder
the ObjectFinder to apply.Methods in adams.data.objectfinder that return ObjectFinder Modifier and Type Method Description protected ObjectFinder
AbstractMetaObjectFinder. getDefaultObjectFinder()
Returns the default finder to use.ObjectFinder[]
MultiObjectFinder. getFinders()
Returns the row finders in use.ObjectFinder
AbstractMetaObjectFinder. getObjectFinder()
Returns the object finder in use.Methods in adams.data.objectfinder with parameters of type ObjectFinder Modifier and Type Method Description void
MultiObjectFinder. setFinders(ObjectFinder[] value)
Sets the row finders to use.void
AbstractMetaObjectFinder. 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 Report
AbstractOverlappingObjectRemoval. 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 ObjectFinder
ChangeImageObjectPrefix. m_Finder
the object finder to use.protected ObjectFinder
DeleteOverlappingImageObjects. m_Finder
the object finder to use.protected ObjectFinder
DetermineOverlappingAreas. m_Finder
the object finder to use.protected ObjectFinder
DetermineOverlappingObjects. m_Finder
the object finder to use.protected ObjectFinder
GetImageObjectIndices. m_Finder
the object finder to use.protected ObjectFinder
GetImageObjects. m_Finder
the object finder to use.protected ObjectFinder
ImageObjectFilter. m_Finder
the object finder to use.protected ObjectFinder
ImageObjectOverlap. m_Finder
the object finder to use.protected ObjectFinder
ImageObjectOverlapMatrix. m_Finder
the object finder to use.protected ObjectFinder
IntersectOverUnion. m_Finder
the object finder to use.protected ObjectFinder
RemoveOverlappingImageObjects. m_Finder
the object finder to use.Methods in adams.flow.transformer that return ObjectFinder Modifier and Type Method Description ObjectFinder
ChangeImageObjectPrefix. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
DeleteOverlappingImageObjects. getFinder()
Returns object finder for locating the objects.ObjectFinder
DetermineOverlappingAreas. getFinder()
Returns object finder for locating the objects.ObjectFinder
DetermineOverlappingObjects. getFinder()
Returns object finder for locating the objects.ObjectFinder
GetImageObjectIndices. getFinder()
Returns the object finder in use.ObjectFinder
GetImageObjects. getFinder()
Returns the object finder in use.ObjectFinder
ImageObjectFilter. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ImageObjectOverlap. getFinder()
Returns object finder for locating the objects.ObjectFinder
ImageObjectOverlapMatrix. getFinder()
Returns object finder for locating the objects.ObjectFinder
IntersectOverUnion. getFinder()
Returns object finder for locating the objects.ObjectFinder
RemoveOverlappingImageObjects. getFinder()
Returns object finder for locating the objects.Methods in adams.flow.transformer with parameters of type ObjectFinder Modifier and Type Method Description void
ChangeImageObjectPrefix. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
DeleteOverlappingImageObjects. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
DetermineOverlappingAreas. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
DetermineOverlappingObjects. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
GetImageObjectIndices. setFinder(ObjectFinder value)
Sets the object finder to use.void
GetImageObjects. setFinder(ObjectFinder value)
Sets the object finder to use.void
ImageObjectFilter. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ImageObjectOverlap. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
ImageObjectOverlapMatrix. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
IntersectOverUnion. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.void
RemoveOverlappingImageObjects. 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 ObjectFinder
RandomRegions. m_Finder
the object finder to use.protected ObjectFinder
SimpleBlockFill. m_Finder
the object finder to use.Methods in adams.flow.transformer.negativeregions that return ObjectFinder Modifier and Type Method Description ObjectFinder
RandomRegions. getFinder()
Returns the object finder in use.ObjectFinder
SimpleBlockFill. getFinder()
Returns the object finder in use.Methods in adams.flow.transformer.negativeregions with parameters of type ObjectFinder Modifier and Type Method Description void
RandomRegions. setFinder(ObjectFinder value)
Sets the object finder to use.void
SimpleBlockFill. 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 ObjectFinder
CocoAnnotationsHandler. m_Finder
the object finder to use.protected ObjectFinder
DeepLabCutCSVHandler. m_Finder
the object finder to use.protected ObjectFinder
ObjectCentersFromReport. m_Finder
the object finder to use.protected ObjectFinder
ObjectLocationsFromReport. m_Finder
the object finder to use.protected ObjectFinder
ObjectLocationsFromSpreadSheet. m_Finder
the object finder to use.protected ObjectFinder
PointsFromReportHandler. m_Finder
the object finder to use.protected ObjectFinder
YoloAnnotationsHandler. m_Finder
the object finder to use.Methods in adams.gui.tools.previewbrowser that return ObjectFinder Modifier and Type Method Description ObjectFinder
CocoAnnotationsHandler. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
DeepLabCutCSVHandler. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ObjectCentersFromReport. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ObjectLocationsFromReport. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
ObjectLocationsFromSpreadSheet. getFinder()
Returns the finder to use for locating the objects.ObjectFinder
PointsFromReportHandler. 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 void
CocoAnnotationsHandler. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
DeepLabCutCSVHandler. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ObjectCentersFromReport. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ObjectLocationsFromReport. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
ObjectLocationsFromSpreadSheet. setFinder(ObjectFinder value)
Sets the finder to use for locating the objects.void
PointsFromReportHandler. 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 ObjectFinder
Filter. m_Finder
the object finder to use.protected ObjectFinder
OverlapRemoval. m_Finder
the object finder to use.Methods in adams.gui.visualization.object.objectannotations.cleaning that return ObjectFinder Modifier and Type Method Description ObjectFinder
Filter. getFinder()
Returns the finder to use for filtering the annotations.ObjectFinder
OverlapRemoval. 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 void
Filter. setFinder(ObjectFinder value)
Sets the finder to use for filtering the annotations.void
OverlapRemoval. setFinder(ObjectFinder value)
Sets the object finder for locating the objects.
-