views:

69

answers:

1

I am new to opencv and good at matlab

i want to write equalent of below to opencv

[mm,nn]=size(binaryimage);

bwperim(binaryimage);

Please can any one help

+1  A: 

There is a library for these things: http://opencv.willowgarage.com/wiki/cvBlobsLib

AVB
ya i have reference manual of Opencv But is cvsize same as size in matlaband for perimeter i didnt find similar function
smile