Good afternoon everyone,
I state that I do not know if it is the right section for the post.
I am a university student and I have a project to be implemented. I have already written a version of the algorithm (SIFT) in Matlab and I have not had many problems.
I now have to implement this algorithm in LabVIEW. The purpose is to receive images from two stereoscopic cameras, to perform a matching between them obtaining the corresponding keypoints and, subsequently, via a display, reading the distance between the cameras and the object that is resumed.
The problem is that some functions of matlab are not compatible on labview. Fortunately I managed to find on the Internet a file (vi) with OpenCV libraries in devising the SIFT on both input images and also performs matching giving as an output result the two images with keypoints.
Now, however, I have no idea how to implement a display, moving the camera as you like, give me the distance, in real time, between camera and subject.
Do any of you have any ideas to solve this problem? I searched the internet but unfortunately I do not find anything that can help me.
Thank you all for availability.
https://decibel.ni.com/content/blogs/kl3m3n/2013/07/29/scale-invariant-feature-transform-source-code...