why error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end while running mean shift algorithm
古いコメントを表示
while running mean shift algorithm error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end .
回答 (1 件)
madhan ravi
2018 年 12 月 4 日
0 投票
Generally it happens becuase the input argument that you passed into the function is less than 2.
P.S - I have no experience with mean shift algorithm.
カテゴリ
ヘルプ センター および File Exchange で Grid Lines, Tick Values, and Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!