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 AbstractObjectLocatorLocateObjects. m_Locatorthe algorithm to use.Methods in adams.flow.transformer that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocatorLocateObjects. 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 voidLocateObjects. 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 classAbstractMetaObjectLocatorAncestor for object locators that enhance a base locator.classBinaryContoursUses the BoofCV contour-finding algorithm to locate objects.classCannyBinaryUses the BoofCV canny binary algorithm to locate objects.classCannyEdgesUses the BoofCV canny edges algorithm to locate objects.classChangeCanvasSizePlaces the located objects obtained from the base locator on a canvas of specified size at the specified position.classCroppedLocatorUses the defined crop algorithm to first crop the image before locating objects.classPassThroughDummy, just forwards container with input image.classSizeFilterAllows filtering the located objects based on the min/max width/height.classXScreenMaskLocatorUsing 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 AbstractObjectLocatorAbstractMetaObjectLocator. m_Locatorthe base locator.Methods in adams.flow.transformer.locateobjects that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocatorAbstractMetaObjectLocator. getLocator()Returns the base locator.Methods in adams.flow.transformer.locateobjects with parameters of type AbstractObjectLocator Modifier and Type Method Description voidAbstractMetaObjectLocator. 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 AbstractObjectLocatorImageProcessorPanel. m_LastObjectLocatorOriginalthe last object locator in use (original).protected AbstractObjectLocatorImageProcessorPanel. m_LastObjectLocatorProcessedthe last object locator in use (processed).Methods in adams.gui.tools that return AbstractObjectLocator Modifier and Type Method Description AbstractObjectLocatorImageProcessorPanel. 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 voidImageProcessorSubPanel. locateObjects(boolean original, AbstractObjectLocator locator)Uses the specified object locator.AbstractObjectLocatorImageProcessorPanel. selectObjectLocator(AbstractObjectLocator last)Displays a dialog for the user to configure an object locator and then returns it.
-