Home Image-Pro Plus Automation with Macros
Options

How to get density values at single points

(Originally posted by briere on 4/18/2006)

I'd like to write a macro which gets the density profiles at selected points in an image sequence. What are the functions to use in order to get the density values at a point selected with the mouse ?
Thanks for your help

Comments

  • Options

    (Originally posted by YuriG on 4/19/2006)

    You can use IpDocClick to get the mouse click position and then get intensity from that coordinate using profile (look at the sample on IpDocClick help page) or IpDocGetLine or IpDocGetArea. Help pages for each macro command include examples (Help | Macro language).

Sign In or Register to comment.