Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Explain bwarea() function in matlab !!!

Last post 09 Apr 2008, 11:56 PM by imperialguy. 0 replies.
Sort Posts: Previous Next
  •  09 Apr 2008, 11:56 PM 13666

    Explain bwarea() function in matlab !!!

    Can anybody to me what exactly does the bwarea() function do in matlab.

    The help manual says the following:

    • Patterns with zero on pixels (area = 0)
    • Patterns with one on pixel (area = 1/4)
    • Patterns with two adjacent on pixels (area= 1/2)
    • Patterns with two diagonal on pixels (area= 3/4)
    • Patterns with three on pixels (area = 7/8)
    • Patterns with all four on pixels (area= 1)

    I don't quite get this. what does it mean "patterns" ????

View as RSS news feed in XML