voidmaj_angle(intvecX,intvecY,intrayon,double*angle);//Met à jour l'angle selon la distance CentreCamera - Cible
intajust_pos(intpos,intref);
voidcontrole_moteur(double*angle);//Envoie les angles au moteur
intlimite_moteur(intval_pwm);//Verifie que les valeurs envoyees aux moteurs sont correctes
voidconfig(int*LowH,int*HighH,int*LowS,int*HighS,int*LowV,int*HighV);//Affiche le panneau de configuration de tracking avec les arguments comme valeur de base
voidaffichage_config(IplImage*frame,IplImage*HSV,IplImage*Binaire);//Affiche le flux vidéos et ses différent traitements
voidAffichage_Tracking(IplImage*frame,intposX,intposY,intwidth,intheight);//Dessine les informations de tracking sur frame
voidPosition_moy(IplImage*Binaire,int*posX,int*posY);//Effectue le baricentre des pixels d'une image binaire pour obtenir la postion de l'objet
voidtraitement(IplImage*frame,IplImage*HSV,IplImage*Binaire,intLowH,intHighH,intLowS,intHighS,intLowV,intHighV);//Effectue une binarisation de frame en fonction des bornes HSV
intimage_CV2SFML(IplImage*imcv,sf::ImageimFlux);//Construction de imsf (RGBA) à partir de imcv (BGR), avec alpha constant (=1)