mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
python: eliminate pylint warnings
Tested with: - pylint 1.9.1
This commit is contained in:
+1
-1
@@ -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