January Week 5
- Paul Flowers
- Jan 29, 2018
- 1 min read
The team will soon have a few different threshold methods to test retinal images against. In doing so, we will need an evaluation metric to determine which one produced the best results. Therefore, we created the 'GetAccuracy' function. This function takes two input parameters, the groundtruth and a mask, then compares the two matrices to give us the accuracy of our mask.We will use this function in the upcoming weeks when it is applied to our different algorithms.