Matlab GUIs for educational purposes showing how typical Computer Vision techniques work through GUIs. More information about the tool: Ruiz-Sarmiento, J. R., Moreno, F. A., Monroy, J., & Gonzalez-Jimenez, J. (2018, March). mVision, a toolbox for computer vision courses. In The 12th annual International Technology, Education and Development Conference (INTED2018).
Author: Jose Raul Ruiz Sarmiento
Contact: jotaraul@uma.es
License: GNU General Public License v3.0
- Smoothing:
- Averaged environment
- Gaussian filter
- Median filter
- Enhancement:
- Palette transformation
- Histogram equalization
- Edges:
- Sobel
- Drog
- Canny
- Segmentation:
- Hough (lines and circles)
- Region growing
- Description:
- Thinning
- Correlation
- Recognition:
- Bayesian classifier
- Add the "mVision" directory to your Matlab path.
- Launch the main GUI introducing "mVisionGUI" in the command window.
- Enjoy!