Normalize line endings and whitespace

This commit is contained in:
OpenCV Buildbot
2012-10-17 03:18:30 +04:00
committed by Andrey Kamaev
parent 69020da607
commit 04384a71e4
1516 changed files with 258846 additions and 258162 deletions

2
modules/python/test/calchist.py Normal file → Executable file
View File

@@ -37,7 +37,7 @@ def hs_histogram(src):
cv.Rectangle(hist_img,
(h*scale, s*scale),
((h+1)*scale - 1, (s+1)*scale - 1),
cv.RGB(intensity, intensity, intensity),
cv.RGB(intensity, intensity, intensity),
cv.CV_FILLED)
return hist_img