|
Hi
I have pictures with many object (up to 5000) which
I export into excel for further analysis. In that analysis, most of the objects
are filtered out. Now I would like to colour the remaining objects in Image-Pro
plus (version 4.5.1.25). Is there a way to do that?
(Possible approach: make an array with
all "trash-objects", hide theses objects in the picture with all
objects coloured one by one by a macro? E. g.:
.....
For i = 0 to
#TrashObjects
ret =
IpBlbHideObject(Array(i), 0, 0)
Next i
......
Didn't work, so far!)
many thanks!
Georg
|