Feeds an image frame to the process.
public IImageFramesFeed FeedImage(
RasterImage image
)
image
The frame to process and extract data from
This object.
FeedImage does not extract data, it compiles a frame from the passed image for data extraction. Check for the status after calling this function, if IImageFramesFeed.Ready is true, then continue feeding frames.