Skip to content

Commit

Permalink
histogram equilization
Browse files Browse the repository at this point in the history
  • Loading branch information
susantabiswas committed Nov 12, 2017
1 parent cfdcc61 commit aab547f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Day4/histogram_equ.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

img = cv2.imread('lenna.jpg', 0)
eq = cv2.equalizeHist( img )
cv2.imwrite('t1.jpg', eq)
result = np.hstack(( img, eq) )
cv2.imwrite('equliz.jpg', result)

0 comments on commit aab547f

Please sign in to comment.