11-27-2007 03:11 PM
11-27-2007 03:23 PM
11-28-2007 10:57 AM
11-29-2007 07:33 PM
12-03-2007 01:25 PM
03-04-2010 04:21 PM
GN wrote:
..I also have no problem converting the binary mask to a 16 bit image in which each particle has its own unique label. I then use this labeling image .. -GN
How do you do that labeling i.e. How to assign all pixels in any given particle to a distinct value?
Thanks for any tips.
03-04-2010 04:35 PM
Figured it out, quick drop (^ctrl space) is my friend: "IMAQ Label" will do the labeling!
Sorry for disturbing.
03-04-2010 06:40 PM
iRish wrote:
..Assuming that your 16-bit greyscale mask is done correctly, this means that every pixel within a particle shares the same value, and every particle will have its own unique16-bit value.
.
Based on the excellent ideas put forward in this thread on particle analysis in both morphology metrics and intensity statistics I have made a VI (attached) which generalizes further :
a) It is working for any shape of particle, even hollow ones or particles inside other particles (It uses first pixelX,Y to probe label of particle rather than centre of mass which fails for certain shapes)
b) It returns morphologic measurements (any results of "IMAQ particle analysis") defined by the caller together with the intensity statistics returned by "IMAQ quantify".
Hope its of use. Let me know of any errors or improvements you find.
Henning
03-05-2010 06:17 AM
I forgot to include a tester harness. Attached please find a faily simple one in which you manually create your image and particle mask - pixel by pixel to play with various configurations. There are surely smarter ways, but this was what I arrived at in my iterations.
Let us know of any errors or improvements.
Henning