Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/1jaffry1/detect-brain-tumors-opencv2
- Owner: 1Jaffry1
- Created: 2024-11-06T22:18:08.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2024-11-06T22:45:03.000Z (11 days ago)
- Last Synced: 2024-11-06T23:28:44.498Z (11 days ago)
- Topics: detection, image-processing, opencv, python, python3, tumor-detection, vision
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.