01-23-2006 10:51 AM
01-23-2006 11:34 AM
01-23-2006 11:44 AM
01-23-2006 12:47 PM
01-23-2006 03:03 PM
I suspect the image you have uses one of the compression options available for TIF images where multiple identical byte/pixel values are represented by one intensity value and a repeat count. The VIs I provided are relatively "dumb" in that they assume no compression - there is one byte in the file for every byte in the image. You can look at the TIF specs and see how this is built into the image files and modify the VIs accordingly but this effort is not going to be a quick fix I'm afraid.
FWIW, the Vision toolkit does open and display the file properly.
01-24-2006 09:50 AM - edited 01-24-2006 09:50 AM
Message Edited by Azazel on 01-24-2006 09:51 AM
01-24-2006 10:23 AM - edited 01-24-2006 10:23 AM
It turns out that I have IMAQ vision and I can load my .tif file pretty easily.
Well that certainly makes it easy...
I have image masks where I need to count the number of pixels based on a threshold value. I wrote a vi based off of an example I found but I can not get the program to actually count the pixels.
If you really want to count pixels and not blobs then why don't you try something like this:
Message Edited by Warren Massey on 01-24-2006 08:25 AM
04-21-2011 03:12 PM
I have this tif image, I cannot read it with Windows photo reader, Photoshop, IMAQ vi, or the one you enclosed here. Can you help?
04-21-2011 04:03 PM
IrfanView ( http://www.irfanview.com/ ) has no trouble opening/displaying/converting it.
It's not much to look at...
04-21-2011 04:20 PM
Thanks, it helps 50%, but do u know how to do it in Labview? Any subVI could help convert to the image you just showed? I really want to implement this function in labview to adapt with other of my image processing VIs. It is not convenient to use a 3rd-party software for convertion.