mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
11 lines
221 B
Python
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 |