Ask Your Question

BigBadIrbis's profile - activity

2013-04-20 07:23:34 -0600 received badge  Scholar (source)
2013-04-19 12:04:58 -0600 commented answer medianBlur doesn't work

Thanks! :) Now it works!

2013-04-19 11:23:53 -0600 commented answer medianBlur doesn't work

"medianBlur" identifier not found. i don't understand - maybe vs can use only imgproc_c.hpp? there is no anything abought medianBlur in imgproc_c.hpp. only in imgproc.hpp, but i included it, and medianBlur still not found. should i try to use imgproc_c from last version of opencv?

2013-04-19 09:46:56 -0600 commented answer medianBlur doesn't work

include "C:\opencv\include\opencv\imgproc.hpp" and there is:

//! smooths the image using median filter. CV_EXPORTS_W void medianBlur( InputArray src, OutputArray dst, int ksize ); But it doesn't work.

2013-04-18 12:48:53 -0600 asked a question medianBlur doesn't work

I'm using opencv 2.3.1 and visual studio 2008.Trying to use medianBlur, but here is error - "medianBlur" identifier not found. Why? Was it realized after 2.3.1?