infinitenothing
-
Posts
371 -
Joined
-
Last visited
-
Days Won
16
Community Answers
-
infinitenothing's post in Image control and Image probe bug or normal behavior? was marked as the answer
It's been a while since I've used Vision but I remember seeing some weird things with the higher bit depth images. I remember that sometimes you had to explicitly set the bit depth of the image:
http://zone.ni.com/reference/en-XX/help/370281P-01/imaqvision/imaq_image_bit_depth/
What pixel values are in your image? Could they just be really low? I'm guessing the gradient or rainbow pallets aren't helping
-
infinitenothing's post in How to make a probe update itself was marked as the answer
Something like this but with better reference handling?
-
infinitenothing's post in How to calculate the maximum dimension of an irregular image in LabVIEW was marked as the answer
You need to convert your array to a list of coordinates and pass it to the linear fit function.