Matlab Commands
Matlab Commands
23. fspecial: Creates a predefined filter or kernel, such as Gaussian or average filter.
27. bwmorph: Performs morphological operations like thinning, thickening, skeletonization, etc.
28. corner: Detects corner features in an image.
29. vision.PeopleDetector: Detects people in an image using a trained machine learning model.
30. vision.CascadeObjectDetector: Detects objects like faces, eyes, or cars in an image using a
trained cascade classifier.
31. vision.BinaryFileReader: Reads binary files typically used in computer vision applications.
35. extractFeatures: Extracts features from image regions for object recognition.
Frequency Domain:
2. ifft2: Computes the 2-D inverse discrete Fourier transform (IDFT) of an image.
10. dct2: Computes the 2-D discrete cosine transform (DCT) of an image.
11. idct2: Computes the 2-D inverse discrete cosine transform (IDCT) of an image.
12. blkproc: Applies a function to each block of an image.
13. fspecial: Creates predefined filters for spatial domain operations, which can be transformed to
the frequency domain.