Adithya N
Newbie level 2
- Joined
- Jul 12, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 17
I am trying to track a coloured object.I have tracked it obtained its contour from a live camera feed using MATLAB.Now I am trying to find its area.To find the area should i use 'polyarea' function or let say I create a binary image such that only the object is white and the background is black.So in that case can i count the pixel of white pixels and then find the area of the coloured object from it??
Thank you
Thank you