J'ai un problème avec cette fonction
je l'utilise dans une boucle les 11 premier fois elle ne pose aucun problème et au 12 ème passage il me sort cette erreur que je ne comprend pas :
Je cherche a trouvé la distance entre 1 point et le centre d'une tache??? Improper assignment with rectangular empty matrix.
Error in ==> C:\MATLAB6p5\toolbox\matlab\elmat\sub2ind.m
On line 25 ==> mn(i) = min(varargin{i}(: ));
Error in ==> C:\MATLAB6p5\toolbox\images\images\bwselect.m
On line 58 ==> seed_indices = sub2ind(size(BW), r(: ), c(: ));
Error in ==> C:\Documents and Settings\...\MainP.M
On line 201 ==> Imbin_Light_Point1 = bwselect(Imbin_Light_Point,VecImbin_Light_Point_X(index_dist),VecImbin_Light_Point_Y(index_dist));
Voici le code
ci : coordonné du point
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
VecImbin_Light_Point_.. : coordonné de la tache
quelqu'un a t il une idée ?
Merci d'avance .

 

 
		
		 
         
 

 
			
			



 [bwselect] Improper assignment with rectangular empty matrix.
 [bwselect] Improper assignment with rectangular empty matrix.
				 Répondre avec citation
  Répondre avec citation
Partager