Skip to content

Commit 5f5839e

Browse files
authored
Update README.md
1 parent 5f3ecad commit 5f5839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image-Processing-Matlab
22
Implementation of some functions like resize, rotate, histogram equalisation, adaptive histogram equalisation, histogram matching, bit plane slicing and tie point reconstruction from the image processing toolbox in Matlab.
33

4-
* **adaHist(img, ksize, clip)**: Returns adaptive histogram equalised **img** with kernel size, **ksize** and contrast clipped at **clip**.
4+
* **adaHist(img, ksize, clip)**: Returns adaptive histogram equalised **img** with grid size, **ksize** and contrast clipped at **clip**.
55

66
* **bitPlanes(img, planes)**: Returns **img** reconstructed from planes in the **planes** list.
77

0 commit comments

Comments
 (0)