Citation:
error C2143: syntax error : missing ')' before 'constant'
error C2143: syntax error : missing ';' before 'constant'
error C2059: syntax error : ')'
error C2143: syntax error : missing ';' before '{'
error C2447: '{' : missing function header (old-style formal list?)
et tous ces erreurs sont autour de ce ligne :
int matchingSSD(IplImage* outputImage, CvPoint *mainPoint, CvPoint *listSSD, int number_of_corners_A, int number_of_corners_B, CvPoint *listPoint1, CvPoint *listPoint2, IplImage* g1img, IplImage* g2img)
{
Merci en avance