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

https://github.com/iasminmartins/breast-nodule-segmentation

A MATLAB-based project for evaluating active contour segmentation methods in mammographic image analysis, focusing on preprocessing techniques and performance metrics.
https://github.com/iasminmartins/breast-nodule-segmentation

active-contour breast-cancer clahe image-processing level-set-method mammography matlab preprocessing-techniques segmentation wiener-filter

Last synced: 2 months ago
JSON representation

A MATLAB-based project for evaluating active contour segmentation methods in mammographic image analysis, focusing on preprocessing techniques and performance metrics.

Awesome Lists containing this project

README

        

# Breast Nodule Segmentation - Undergraduate Thesis

This repository contains the MATLAB scripts and analyses developed as part of my undergraduate thesis in Biomedical Engineering at the Federal University of Uberlândia (UFU). The thesis focuses on evaluating active contour segmentation methods and the influence of preprocessing techniques in mammographic image analysis.

đź“„ **Access the thesis:** [Evaluation of Active Contour and the Influence of Preprocessing in Breast Nodule Segmentation](https://repositorio.ufu.br/handle/123456789/43245)

## Repository Contents

- **Processing.m**: Implements the preprocessing techniques and segmentation methods. This includes Wiener filtering, wavelet denoising, CLAHE, and active contour segmentation using the Level-Set sparse field method.

- **Metrics.m**: Contains the functions for calculating and evaluating key metrics such as eccentricity, Hausdorff distance, and segmented area. This file is used to assess the performance of the segmentation results.