Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Question for the IMAQ learn camera model vi

Dear experts.

 

I have one quick and short question. I'm using the IMAQ learn camera model.vi. What does mean by "image" input line?

 

I guess camera calibration results will be saved in the "Calibration Template Image" and the only information for camera calibration is "Reference Points". Is it right? 

 

However, I'm not sure what is the "image" input?

 

Thanks

0 Kudos
Message 1 of 4
(4,520 Views)

Hello chulminy,

 

the "input image" is the image of the calibration grid. This is the same image, from where the "reference points" needed for calibration are extracted. At least, that is the input I am using.

 

It is also possible to leave this input unwired, the calibration will still be performed.

 

Take a look at the "Perspective calibration example.vi". The "IMAQ Learn distortion model" is used basically the same as "IMAQ Learn camera model". (the camera model learns the optical characteristics also - principal point and focal length).

 

Hope this helps.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
Message 2 of 4
(4,509 Views)

Hi K,

there must be a reason for the input of "image", I assume the image input will be used to fine tune the results, but need NI developers to confirm.

 

Regards

T

0 Kudos
Message 3 of 4
(3,464 Views)

@HighTech wrote:

Hi K,

there must be a reason for the input of "image", I assume the image input will be used to fine tune the results, but need NI developers to confirm.

 

Regards

T


Hello,

 

looking at the function call, I see that the "image" input is declared as a "void *Thumbnail Image". Judging by the name, this is a reduced image of the original, though I don't know what is the purpose of it. Probably to recognize the image easier if you store it on a HDD.

 

If you find out anything further about this, please post it here.

 

Regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 4 of 4
(3,446 Views)