why error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end while running mean shift algorithm
Mostra commenti meno recenti
while running mean shift algorithm error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end .
Risposte (1)
madhan ravi
il 4 Dic 2018
0 voti
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.
Categorie
Scopri di più su Grid Lines, Tick Values, and Labels in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!