05-30-2005 08:42 AM
05-30-2005
09:22 AM
- last edited on
11-16-2025
03:18 PM
by
Content Cleaner
You can use an event structure to detect a mouse click and its coordinates.
Since coords are given relative to the VI, you will need to find the top left corner of the image (using the position properties) and substract.
As for the calibration, you will have to code that according to your needs.
To learn more, I suggest you read the LabVIEW user manual. These things can be found there. Also, try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide.
05-31-2005 04:35 PM
04-29-2013 07:01 PM
I'm not sure if this is something new with newer versions of LabVIEW, but I just solved this problem using a property node for the image indicator. See images below. Super easy!
Cheers!
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
01-07-2015 10:08 AM - edited 01-07-2015 10:09 AM
Hi experts,
I apologize if I have posted this in the wrong place...
Following the above example, I have managed to get the image string as shown in the attached files.
Is there a way to extract the RGB values in data form to be fed to another block which converts the values into CMYK?
Regards,
Newbiwan
06-18-2015 08:15 PM
@newbiwan wrote:
Hi experts,
I apologize if I have posted this in the wrong place...
Following the above example, I have managed to get the image string as shown in the attached files.
Is there a way to extract the RGB values in data form to be fed to another block which converts the values into CMYK?
Regards,
Newbiwan
You can use the pixel locations from the string to pull that specific pixel from the image data and get the RGB value from that if you want.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'