LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Photoshop's Photomerge method for image stitching in Labview

Hello there,

 

I want to automatically stitch 10 overlaping images in a row (1D image stitching) within Lab View. For that purpose, I want to use Photoshop's image stitching algorithm "Photomerge".

 

So, I have made a VI (attachment: "OpenPhotomergeFunction") but it gives error 3005. In order to remove the error I have installed Photoshop's TypeLibrary.tbl and still I am receiving the same error i.e. error 3005. Just as a matter of fact I am using Photoshop CS6 trial version.

 

I need you guys to help me to fix my VI. 

Full error description is also provided in the attachment ("Photomerging_via_LabView_Problem")

 

Thanks in advance,

 

Zoran

Download All
0 Kudos
Message 1 of 2
(2,813 Views)

One thing you can try doing is not using an Automation Refnum, but instead configuring the Automation Open VI. To do that, right click on the Automation Open VI and go to Select ActiveX Class. From there, you can browse for the correct ActiveX class. If there was something wrong with your Automation Refnum that you passed to the Automation Open VI, this might fix it.

 

Brice Sorrells

Applications Engineer

National Instruments

www.ni.com/support

0 Kudos
Message 2 of 2
(2,775 Views)