Does opencv have a function similar to size and bwperim in matlab?

Posted by shiva on Stack Overflow See other posts from Stack Overflow or by shiva
Published on 2010-03-24T06:49:52Z Indexed on 2010/03/24 6:53 UTC
Read the original article Hit count: 388

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

© Stack Overflow or respective owner

Related posts about matlab

Related posts about matlab-deployment