Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have deploy image processing application in C++ .net. After developing application i found difficult to implement the exe file in other PC because it ask for openCV setup?
I want my application should execute in any PC?
Posted
Comments
Richard MacCutchan 23-Jan-15 4:14am    
Then you need to ensure that all the required OpenCV libraries are installed with your application.
chandanadhikari 23-Jan-15 7:44am    
my 5!
Surya Ravi 27-Feb-15 0:38am    
OpenCV application need env. Var. Is it mandatory to use env var for open cv. without using env var can i deploy my application. Because in client side i dont have permission for adding env var.
Surya Ravi 27-Feb-15 0:38am    
OpenCV application need env. Var. Is it mandatory to use env var for open cv. without using env var can i deploy my application. Because in client side i dont have permission for adding env var.
Richard MacCutchan 27-Feb-15 3:16am    
I don't know what you mean by "env var" (why do people think we can read their minds?). But if OpenCV has some prerequisites, then you need to ensure they are installed before trying to run your application.

1 solution

The first search result on google is Installation in Windows.

You better search and ask in the opencv forums. ;-)
 
Share this answer
 
Comments
Surya Ravi 27-Feb-15 0:38am    
OpenCV application need env. Var. Is it mandatory to use env var for open cv. without using env var can i deploy my application. Because in client side i dont have permission for adding env var.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900