Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1jaffry1/detect-brain-tumors-opencv2

A simple program to detect brain tumors from images using image processing
https://github.com/1jaffry1/detect-brain-tumors-opencv2

detection image-processing opencv python python3 tumor-detection vision

Last synced: 6 days ago
JSON representation

A simple program to detect brain tumors from images using image processing

Awesome Lists containing this project

README

        

# Detect-brain-tumors-openCV2
This program can detect brain tumors from images using image processing

# How to run
1. Install dependencies: NumPy and CV2:
`pip install numpy`
`pip install opencv-python`

2. Run the `detect-tumor.py` file after setting the src_path and the target path in `detect-tumor.py`. You dont have to change anything in `setup.py` or `contrast.py`.