Uses of Class
adams.flow.transformer.locateobjects.AbstractObjectLocator
-
Packages that use AbstractObjectLocator Package Description adams.flow.transformer adams.flow.transformer.locateobjects adams.gui.tools -
-
Uses of AbstractObjectLocator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractObjectLocator Modifier and Type Field Description protected AbstractObjectLocator
LocateObjects. m_Locator
the algorithm to use.Methods in adams.flow.transformer that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocator
LocateObjects. getLocator()
Returns the scheme to use for locating the objects.Methods in adams.flow.transformer with parameters of type AbstractObjectLocator Modifier and Type Method Description void
LocateObjects. setLocator(AbstractObjectLocator value)
Sets the scheme for locating the objects. -
Uses of AbstractObjectLocator in adams.flow.transformer.locateobjects
Subclasses of AbstractObjectLocator in adams.flow.transformer.locateobjects Modifier and Type Class Description class
AbstractMetaObjectLocator
Ancestor for object locators that enhance a base locator.class
BinaryContours
Uses the BoofCV contour-finding algorithm to locate objects.class
CannyBinary
Uses the BoofCV canny binary algorithm to locate objects.class
CannyEdges
Uses the BoofCV canny edges algorithm to locate objects.class
ChangeCanvasSize
Places the located objects obtained from the base locator on a canvas of specified size at the specified position.class
CroppedLocator
Uses the defined crop algorithm to first crop the image before locating objects.class
PassThrough
Dummy, just forwards container with input image.class
SizeFilter
Allows filtering the located objects based on the min/max width/height.class
XScreenMaskLocator
Using the XScreenMask, this locator masks out the background plate (similar to a green screening process)then proceeds to find blobs in the resultant image.Fields in adams.flow.transformer.locateobjects declared as AbstractObjectLocator Modifier and Type Field Description protected AbstractObjectLocator
AbstractMetaObjectLocator. m_Locator
the base locator.Methods in adams.flow.transformer.locateobjects that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocator
AbstractMetaObjectLocator. getLocator()
Returns the base locator.Methods in adams.flow.transformer.locateobjects with parameters of type AbstractObjectLocator Modifier and Type Method Description void
AbstractMetaObjectLocator. setLocator(AbstractObjectLocator value)
Sets the base locator. -
Uses of AbstractObjectLocator in adams.gui.tools
Fields in adams.gui.tools declared as AbstractObjectLocator Modifier and Type Field Description protected AbstractObjectLocator
ImageProcessorPanel. m_LastObjectLocatorOriginal
the last object locator in use (original).protected AbstractObjectLocator
ImageProcessorPanel. m_LastObjectLocatorProcessed
the last object locator in use (processed).Methods in adams.gui.tools that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocator
ImageProcessorPanel. selectObjectLocator(AbstractObjectLocator last)
Displays a dialog for the user to configure an object locator and then returns it.Methods in adams.gui.tools with parameters of type AbstractObjectLocator Modifier and Type Method Description void
ImageProcessorSubPanel. locateObjects(boolean original, AbstractObjectLocator locator)
Uses the specified object locator.AbstractObjectLocator
ImageProcessorPanel. selectObjectLocator(AbstractObjectLocator last)
Displays a dialog for the user to configure an object locator and then returns it.
-