This is a video, demonstrating the use of various functions of the Image Processing toolbox of MATLAB.
Important Functions:
1. a = imread('img.jpg');
2. imshow(a);
3. imcrop(a,[]);
4. imrotate(a,angle);
5. d = impixel(a);
Important Concepts:
1. Thresholding.
2. Filling Holes.
3. Removing Noise.
4. Dilate.
5. Erode.