![]() |
| ||
| Gaussian Noise function for images How for me to create gaussian noise to be put into images where the gaussian noise have several level of noise. Eg) i can select 10% until 100% for the level of gaussian noise to be inserted into the images. |
| ||
| Re: Gaussian Noise function for images The easy way would be to use the OpenCV library which has special function for this. |
| ||
| Re: Gaussian Noise function for images Quote:
|
| ||
| Re: Gaussian Noise function for images Quote:
Quote:
|
| ||
| Re: Gaussian Noise function for images Quote:
|
| ||
| Re: Gaussian Noise function for images 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" |
| All times are GMT -4. The time now is 1:51 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC