14Fermer16
onlymedLe 19/04/2008 à 19:14
Ah oui javais pas vu mais en si il y'avait des probleme de taille jpense que l'image serai decaler ...

euh je ne sais pas si ca ce qui est demander :
for (h = 0 ; h < length ; h++)
  for (w = 0 ; w < width ; w++)
  {

	
    MatriceImgROut[h][w] = 0 ;
    MatriceImgVOut[h][w] = 0 ;
    MatriceImgBOut[h][w] = 0 ;


MatriceImgROut[h][w] = MatriceImgR[h+2/2][w+2/2];
MatriceImgVOut[h][w] = MatriceImgV[h+2/2][w+2/2];
MatriceImgBOut[h][w] = MatriceImgB[h+2/2][w+2/2];
  }


// Le +2 car mon image sur les matrices est ( resultat la même image du depart ) 
00000
0xxx0
0xxx0
00000

// +1 peut etre ? image de droite ? (le morceau gauche  de l'image se deplace du coté droit )



e3NS