Monday, 2 March 2015

week 3

Week 3
Summary of week's activities:
This week we were able to start our report and extend our set of shapes to include ellipse and hexagon
Testing the code, we were able to observe two problems;
methods extended to detect ellipse and hexagon

  • images with rough edges couldn't be detected properly
  • the program could neither detect very small images nor very large one
The former was solved with the use of a matlab built in function bwareaopen();
The link below shows the syntax and use for the bwareaopen() function.
http://uk.mathworks.com/help/images/ref/bwareaopen.html

The later couldn't be solved within the time slot and we resolved on doing more research on how to tackle the problem 

No comments:

Post a Comment