public interface IProcessingAlgorithm
Represents a mechanism for image pre-processing, so that the image can be used for data extraction
void
process(OmrImage image, Rectangle area)
OmrImage
void process(OmrImage image, Rectangle area)
Processes an OmrImage with an image manipulation algorithm.
image
area
Copyright © 2014. All rights reserved.