top of page
White Structure

Demo

Here is a link to a zip file containing our final project demo. 

The files are summarized below.

Dependency

Please download the Image Processing Toolbox if you do not already have it installed on your version of Matlab.

01

Detector.m

  • Outputs Values for Asymmetry Index, Circularity, and Color Difference (ΔE) of an image which are each used for their respective ABC test

  • Outputs a statement of whether a potential melanoma was detected or not

DetectorOutput.png

Image Courtesy of: Ryan Downey

02

ImageSegmentation.m

Outputs images at various steps of the preprocessing and segmentation process, ending with a segmented RGB image

03

AsymmetryDemo.m

Outputs images throughout the process of finding the Asymmetry Index, ending with an Asymmetry Index value  and an image of the non overlapping area between the flipped and unflipped binarized melanoma.​

bottom of page