Normalize line endings and whitespace
This commit is contained in:

committed by
Andrey Kamaev

parent
69020da607
commit
04384a71e4
2
modules/python/test/calchist.py
Normal file → Executable file
2
modules/python/test/calchist.py
Normal file → Executable 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
|
||||
|
||||
|
Reference in New Issue
Block a user