ColourLocator

constructor(@NonNull regionOfInterest: ImageRegion, @NonNull targetRange: ColorRange, @NonNull generationMode: ColorBlobLocatorProcessor.ContourMode)

Construct a new ColourLocator with minimum settings.

Parameters

regionOfInterest

the area of interest on which to perform blob detection

targetRange

the colour range to filter for

generationMode

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