Last active
August 29, 2015 14:11
-
-
Save krishnan793/7c18a21fdbec365c7f75 to your computer and use it in GitHub Desktop.
Linear Transformation or Negative of an Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A=imread('401566.jpg'); %Change 401566.jpg with your image file | |
A=rgb2gray(A); | |
imshow(255-A); %(L-1)-r;L=256(8 bit gray scale) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment