I am just starting to use NI Vision. I am using a non-supported
image header format (ICS). NI Vision makes a distinction between
conventional pixel measurments and measurements made in
calibrated real-world measurements. Since I am not using a
compatible image format (e.g., PNG or AIPD) nor doing any
spatial calibration, I want to deal only in conventional pixel
measurements. How do I communicate this fact to the NI
Particle Measurements Functions in my programs (VB or C)?
Do the particle measurement functions default to "conventional
pixel measurements" if they detect no useable calibration header
information associated with an image? I read in my images as
a binary array and then use imaqArraytoImage to create an
image in NI Vision. I use the IMAQ_IMAGE_I16 image type in
most cases. I then perform my own calibration routines.