Files
scikit-image/scikits/image/opencv/opencv_constants.py
T

11 lines
221 B
Python

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