05-22-2017 09:19 PM
Hi,All
In my project I use three cameras to acquire images and then stitch them to enchane the system's resolution(precision) because of the object is a bit large,I have used microsoft Image composite editor to stitch the images manually ,It works very well,but In my programm I must stitch images by code,I searched the internet to find how to program to stitch image by microsoft Image composite editor but I didn't find the solution.Does anyone have used this tools to stitch images by program?could you give me some directions?Thanks a lot!
05-23-2017 12:52 AM
Not familiar with the tool, here's similar post on it using Photoshop: http://forums.ni.com/t5/Machine-Vision/Image-stitching/m-p/860414
-Looks like it should be possible using LabVIEW Activex.
05-23-2017 01:48 AM
Thanks for your reply!in this post,the author mention that "Microsoft ICE has far away better image merging algorithm than Photoshop CS6",So,it's better if I can use Microsoft ICE to do it.
05-23-2017 02:46 AM
In the same post it was mentioned you can try using ActiveX(http://forums.ni.com/t5/Machine-Vision/Image-stitching/m-p/2057336/highlight/true#M36053) to interface Image Composite Editor.
05-23-2017 04:56 AM
uday:
Thanks for your help,I have just used potoshop cs6 to complete image stitching (call potoshop cs6 by LabVIEW ActiveX ),but it works not well.About microsoft image composite editor ,I have installed in my computer,but I found it didn't realize it's interface.It's method and attribute all shows IUnknown when I Open it's corresponding ActiveX Object Class.