I am working on my graduation project and was wondering if there is a way to work on a disease detection project or an image processing project without deep learning or machine learning i have been looking for quite a long time but came with nothing.
CodePudding user response:
Computer Vision and found some promising methods that I could use to find:
- SIFT
- SURF
- Template Matching
- Image Gradients
- Canny Edge Detection
- Histogram of Oriented Gradients
- Hough Line Transform
- Hough Circle Transform
- Gabor Filters
I experimented with all the methods using Python OpenCV.