ImagePro>Classification of objects - results


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ImagePro>Classification of objects - results



Hi;

 

RE: Classification of objects

 

I hope someone can offer some suggestions on how to do the following:

 

QUESTION:

1 - How do I display the results of the 5 different counts on a single image (for manual verification that no objects have been missed?)

2 – How can I store the results (counts obtained) with the image, for later review?  Is it possible to put the info (5 letters, 5 numbers) into the description of the image that the image database displays?

3 – In the report generator how can I display more than 2 images with different overlays automatically?

 

BACKGROUND

 

Images are being analyzed for 3 different types / classes of objects.

4 of the classes are automatically determined (via color, area, width, length)

Class 1 – 2 objects

Class 2 – 4 objects

Class 3 – 1 object

 

MACRO SHOWING HOW A SINGLE CLASS IS DETERMINED AND DISPLAYED.

 

Sub Tool_Monitoring()

 

' OPEN IMAGE

 

          ret = IpDocClose()

          ret = IpTemplateMode(1)

          ret = IpWsLoad("C:\btd\my documents\Images\tools1.bmp","bmp")

          ret = IpTemplateMode(0)

          ret = IpDocMaximize()

 

          ret = IpSegLoad("C:\IPWin4\tm-spanners.rge")

          ret = IpBlbLoadSetting("C:\IPWin4\tm - spanners.env")

          ret = IpBlbCount()

          ret = IpBlbUpdate(4)

         

          ret = IpBlbShowData(1)

          ret = IpBlbShowObjectWindow(1)

         

 

Barry T. DUDLEY

barryd@cat.co.za                                                       




Search this Archive