############################################# # Constants (need a better place for these) ############################################ CV_BLUR_NO_SCALE = 0 CV_BLUR = 1 CV_GAUSSIAN = 2 CV_MEDIAN = 3 CV_BILATERAL = 4