why error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end while running mean shift algorithm
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
while running mean shift algorithm error showing to line %*** Check input **** if nargin < 2 error('no bandwidth specified') end .
0 comentarios
Respuestas (1)
madhan ravi
el 4 de Dic. de 2018
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.
0 comentarios
Ver también
Categorías
Más información sobre Other Formats en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!