Class CroppedLocator

  • All Implemented Interfaces:
    CleanUpHandler, Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, SizeOfHandler, Stoppable, Serializable

    public class CroppedLocator
    extends AbstractMetaObjectLocator
    Uses the defined crop algorithm to first crop the image before locating objects. The locations get adjusted to fit the original image.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -locator <adams.flow.transformer.locateobjects.AbstractObjectLocator> (property: locator)
        The base locator to use.
        default: adams.flow.transformer.locateobjects.PassThrough
     
    -crop <adams.data.image.transformer.crop.AbstractCropAlgorithm> (property: crop)
        The crop algorithm to apply to the image.
        default: adams.data.image.transformer.crop.NoCrop
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form