mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
python: eliminate pylint warnings
Tested with: - pylint 1.9.1
This commit is contained in:
@@ -18,7 +18,7 @@ src = cv.cvtColor(src, cv.COLOR_BGR2GRAY)
|
||||
## [Convert to grayscale]
|
||||
|
||||
## [Apply Histogram Equalization]
|
||||
dst = cv.equalizeHist(src);
|
||||
dst = cv.equalizeHist(src)
|
||||
## [Apply Histogram Equalization]
|
||||
|
||||
## [Display results]
|
||||
|
||||
Reference in New Issue
Block a user