using a chain code why does g = bound2im(b, M,N) always cause an undefined method or function
古いコメントを表示
using a chain code to get a scaled sequence of a image, but i seem to have an error always on the function bound2im saying ??? Undefined function or method 'bound2im' for input arguments of type 'double'. why is it saying this i am using MATLAB 7.11.0 r2010b please help
回答 (1 件)
Walter Roberson
2013 年 3 月 29 日
Functions boundaries, invmoments, bound2im are used from DIPUM Toolbox, which is available to the purchasers of 'Digital Image Processing Using Matlab' by Rafael C. Gonzalez, Richard E. Woods & Steven L. Eddins. Thanks to them. They will also need some nested functions which are all included in DIPUM toolbox & in the book.
4 件のコメント
Kbhatti86
2013 年 4 月 1 日
Walter Roberson
2013 年 4 月 1 日
That toolbox is the only one that I found that appears to have a function with that name. I do not know what the function is intended to do. You could consider finding a different implementation of whichever routine you found to extract chain codes.
For example, is the following of any value to you? http://www.mathworks.com/matlabcentral/fileexchange/29518-freeman-chain-code
Kbhatti86
2013 年 4 月 2 日
Walter Roberson
2013 年 4 月 2 日
Why not use the contribution #29518 to create the chain code?
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!