フィルターのクリア

cant find solution to this problem "Undefined function 'minboundrect' for input arguments of type 'double'."

8 ビュー (過去 30 日間)
while trying to classify shapes in an image using boundingbox technique... iam getting this error "Undefined function 'minboundrect' for input arguments of type 'double'." please help me out...

採用された回答

Stephen23
Stephen23 2015 年 4 月 22 日
編集済み: Stephen23 2015 年 4 月 22 日
The function minboundrect is not an inbuilt MATLAB function. If:
  • you wrote it yourself
  • Someone gave it to you
  • you found it on the internet
then you will need to place the Mfile somewhere on the MATLAB search path (e.g. the current directory).
There is a minboundrect listed here, perhaps this is the function that you are wanting?:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by