LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

openCV link to internet

I am doing some research in which I am analyzing an image in openCV. Based on whatI find, I would like somehow be directed to a link on the web. I am planning on putting together a database to search for this link based on my findings, but how would I get a browser to pop up and take me there? I am assuming i'd have to embed a scripting language or embed the openCV in some other web language.. pointer?! HELP!
0 Kudos
Message 1 of 2
(2,456 Views)

Hi,

 

I think, you have two absolutely independend tasks:

a) detect something on the image (with OpenCV or Vision, doesn't matter)

b) navigate to appropriate URL depends from what you have found.

 

For second task you can embed Web Browser into FP or get popup browser window as shown below:

 

 

regards, 

Andrey.

Message Edited by Andrey Dmitriev on 02-09-2009 05:22 PM
Download All
0 Kudos
Message 2 of 2
(2,445 Views)