cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Gaussian filter using gaussian formula i
Gaussian filter using gaussian formula in opencv
Jul 22, 2015 at 1:14pm UTC
sTsT
(2)
hello
can anyone tell me how i can blur the image using gaussian formula. i dont want to use gaussian blur operator which is provided by opencv.
thanks
Jul 22, 2015 at 3:24pm UTC
coder777
(8444)
You might take a look at the Ant-Grain Geometry:
http://www.antigrain.com/
It is an abandoned, but there is still something on sourceforge. Still it is actually worth a look.
Jul 22, 2015 at 5:32pm UTC
sTsT
(2)
what is this? didnt find anything
Jul 23, 2015 at 6:07am UTC
coder777
(8444)
What do you mean? You might search for agg.
There is next to no documentation, unfortunately, but it's fast and flexible.
There are a lot of examples. I recommend to download it and try those examples. See if you can do something with it.
The sourceforge site:
http://sourceforge.net/projects/agg/?source=directory
Topic archived. No new replies allowed.