Second Project Meeting (30 January 2012)

The second project meeting was held in the first day of the project week itself. In this meeting, we've talked about our studies and research regarding the ways on implementing this project in MATLAB.

Due to time constrain, we decided on just A4 sized paper for the main material in object detection, as the boundaries are easier to code and implement.

Website such as Mathworks proved to be very useful as it introduced us to the functions that we need for the object detection. But, it was still a bit complicated for us as our knowledge in programs and codings were insufficient.

However, we came across some functions called imread which calls up the image that we are going to use for the project. Then, another useful function which we were introduced to is the regionprops and this function basically sets the region size for our detection material. When it comes across materials that are similar to the dimension specified in an image, the code makes up a colored boundary around it.

No comments:

Post a Comment