I am converting old OpenCV code to new C ++ api, and I'm not sure how this translates.
I have a line doing what is in the cvSmooth(src, dst, CV_MEDIAN, 3); header cvSmooth(src, dst, CV_MEDIAN, 3); , and I'm not sure if the "right" analog is in the new C ++ api.
What will it be?
c ++ opencv
zebra Jan 15 '12 at 3:40 2012-01-15 15:40
source share