ClearImageNet Send comments on this topic.
Analyzing Images

To analyze image

  1. Create an ImageIO object

  2. Call Open method to delivery the image into a Bitmap

  3. Create an ImageEditor object referencing the bitmap

  4. Call the  ImageEditor image analysis methods.  Image objects and  line iterations can be handled:

    • Directly by returning an array and iterating through it,

OR

    • one by one, through the appropriate event handler.

 

NOTE:  Image modification and repair methods can be intermixed with image analysis methods to modify images in more flexible and sophisticated ways.