05-11-2017 09:40 AM
Hi,everybody!Does NI Vison have some function about image stitching? It's best you show me some examples.The Images have been snapped by three cameras. Best Regards!
05-11-2017
10:33 AM
- last edited on
06-17-2025
09:37 AM
by
Content Cleaner
I have stitched two threads below together 🙂
https://forums.ni.com/t5/Example-Code/Image-Stitching-a-Video-Stream/ta-p/3996144
-AK2DM
05-18-2017 02:34 AM
The answer is yes because I am doing this frequently. Use the IMAQ ImageToImage 2 function. You need to create a large image first. Size it and copy sub-images into this with the appropriate offsets.
Regards
Simon
05-18-2017 10:05 AM
Simply pasting images next to each other is quite easy, as described. If you are trying to match image details and combine them into a single seamless image, the tools are not there. That requires tools for matching details, distorting the images, and merging the images. I use a program that came with my camera (Canon) to do things like that. I am not aware of tools to do this automatically.
Bruce