Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 978 Bytes

File metadata and controls

28 lines (16 loc) · 978 Bytes

Mammograms microcalcifications detection

Algorithm for mammograms microcalcifications detection using opencv-python.
This algorithm is an implementation based on the article by Michael Wirth¹, Matteo Fraschini² and Jennifer Lyon¹.

¹University of Guelph, Guelph Canada
²Dipartimento di Scienze Mediche - Università di Cagliari, Italy

How to run

Prerequisites

  • Python
  • Pip

Install dependencies

  1. pip install opencv-python

Run

  1. python src.py

License

The codebase is licensed under GPL v3.0.