Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 611 Bytes

Image-Processing-Codes-

Theses are the implementation of some of the predefined functions in MATLAB.

Steps to use the functions locally

  • Clone the repository
    git clone https://github.com/AdityaShaha/Image-Processing-Codes-.git
    
  • Open the folder in MATLAB
  • Download all the Images in the folder
  • Name the images as Image_ImageNumber (i.e Image1)
  • If you want to change the Image names you have to change it in the code as imread('NewImagename');

To Contribute

  • Please feel free to open an issue if you find any bugs in the code or have any doubts in the implementation.