sagarVL / Tumor_detection_by_ML

0 stars 0 forks source link
classification deep-learning image-processing machine-learning

Skin Lesion Analysis Towards Melanoma Detection Tumor Detection

This repository contains the work of detection of cancerous skin cells on human body by image processing.

(Update 20/11/2020)


Resources Materials

https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients
https://en.wikipedia.org/wiki/Color_histogram

OpenCV Basic tutorials
https://opencv.org/
https://www.youtube.com/watch?v=WQeoO7MI0Bs (First timers)

OpenCV Application
https://www.learnopencv.com/shape-matching-using-hu-moments-c-python/
https://www.learnopencv.com/find-center-of-blob-centroid-using-opencv-cpp-python/
https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.html

Styling guide: www.python.org/dev/peps/pep-0008