Colour Locator
constructor(@NonNull regionOfInterest: ImageRegion, @NonNull targetRange: ColorRange, @NonNull generationMode: ColorBlobLocatorProcessor.ContourMode)
Construct a new ColourLocator with minimum settings.
Parameters
region Of Interest
the area of interest on which to perform blob detection
target Range
the colour range to filter for
generation Mode
the type of data that will be reported by this processor
constructor(@NonNull builder: (ColorBlobLocatorProcessor.Builder) -> ColorBlobLocatorProcessor.Builder)
Construct a new ColourLocator with extra and required settings supplied at your own discretion.
Parameters
builder
the builder which you will supply your own colour blob locator settings