-
Quick start
-
API
-
Particle Analysis
Description
Returns the number of particles detected in a binary image and a 2D array of requested measurements about the particle. Type : polymorphic.
Input parameters
Image Src : class, type accepted U8.
Pixel Measurements : array, measurement parameters you can request for each particle. The parameters are returned as uncalibrated pixel measurements.
Output parameters
Dup Image Src : class
Particles Number : integer, indicates the number of particles detected in the image.
Particle Measurements : array, returns the requested pixel measurements from the detected particles. The array has one column for each measurement. requested in Pixel Measurements and one row for each particle detected.
Example
All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).