Okay, Now we have some basic idea of an Image, Let's do some Basic Point Operations on some images. Always remember to test these with low resolution images. Because, Larger images takes more time to process the image. For, Starters do with 512x512 is appropriate.
Basic Point Operations
Brightness - Increasing and reducing the image's Brightness
brightness.m
Contrast - Controlling the Contrast of an image
contrast.m
Threshold - Doing threshold operation with a specific Threshold value
threshold.m
Inverting - Inverting an image
invert.m
Do some changes in these and try it yourself for more understanding
#TRASHCODERS
Basic Point Operations
Brightness - Increasing and reducing the image's Brightness
brightness.m
Contrast - Controlling the Contrast of an image
contrast.m
Threshold - Doing threshold operation with a specific Threshold value
threshold.m
Inverting - Inverting an image
invert.m
Do some changes in these and try it yourself for more understanding
#TRASHCODERS
Comments
Post a Comment