| | |
Gaussian Noise function for images
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2006
Posts: 20
Reputation:
Solved Threads: 0
How to use tis OpenCV i had install it but it seems like consist of library file and i had install a OpenCV.exe but i seems like do not knw how to use it. Beside this, is there any others methods
•
•
•
•
How to use tis OpenCV i had install it but it seems like consist of library file and i had install a OpenCV.exe but i seems like do not knw how to use it.
Yes there are. But if you don't understand how to install OpenCV, I wouldn't start on them...
•
•
Join Date: Aug 2006
Posts: 20
Reputation:
Solved Threads: 0
I already install the opencv and see the sample but i need to copy paste in the dll files which i downloaded. But when i run the code using visual studio it seems like cannot run. What i need to do to run the code?? I nw just double click the code then open in visual studio. Izzit i need to create a new project and copy paste to code to let it run
•
•
Join Date: Jun 2007
Posts: 275
Reputation:
Solved Threads: 45
I'm pretty sure there's oodles of freely available guides available to tell you how to use openCV. Try http://www.google.com/search?hl=en&r...+visual-studio
Failing that, I found the following works for me:
Basically what you have to do is set up your project to include the following files:
"c:/Program Files/OpenCV/lib/cv.lib"
"c:/Program Files/OpenCV/lib/cvaux.lib"
"c:/Program Files/OpenCV/lib/cvcam.lib"
"c:/Program Files/OpenCV/lib/cxcore.lib"
"c:/Program Files/OpenCV/lib/cxts.lib"
"c:/Program Files/OpenCV/lib/highgui.lib"
"c:/Program Files/OpenCV/lib/trs.lib"
You'll probably need to specify include file paths:
C:\Program Files\OpenCV\cv\include
C:\Program Files\OpenCV\cvaux\include
C:\Program Files\OpenCV\cxcore\include
C:\Program Files\OpenCV\otherlibs\highgui
C:\Program Files\OpenCV\otherlibs\cvcam\include
You'll may need to specify library file paths:
C:\Program Files\OpenCV\lib
You will need to include some of the following header files:
#include "cv.h"
#include "cvaux.h"
#include "highgui.h"
Failing that, I found the following works for me:
Basically what you have to do is set up your project to include the following files:
"c:/Program Files/OpenCV/lib/cv.lib"
"c:/Program Files/OpenCV/lib/cvaux.lib"
"c:/Program Files/OpenCV/lib/cvcam.lib"
"c:/Program Files/OpenCV/lib/cxcore.lib"
"c:/Program Files/OpenCV/lib/cxts.lib"
"c:/Program Files/OpenCV/lib/highgui.lib"
"c:/Program Files/OpenCV/lib/trs.lib"
You'll probably need to specify include file paths:
C:\Program Files\OpenCV\cv\include
C:\Program Files\OpenCV\cvaux\include
C:\Program Files\OpenCV\cxcore\include
C:\Program Files\OpenCV\otherlibs\highgui
C:\Program Files\OpenCV\otherlibs\cvcam\include
You'll may need to specify library file paths:
C:\Program Files\OpenCV\lib
You will need to include some of the following header files:
#include "cv.h"
#include "cvaux.h"
#include "highgui.h"
Last edited by dougy83; Oct 3rd, 2008 at 6:24 am.
![]() |
Other Threads in the C++ Forum
- Previous Thread: how to identify which OS I am using
- Next Thread: Custom class vector iterator error
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count database delete deploy developer dll download dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph gui homeworkhelp iamthwee ifstream image input int java lib library linker list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings temperature template text text-file tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






