understanding the letter recognition sample of OpenCV
Hi all,
I try to understand the letter recognition sample of OpenCV and i'm stuck on this line
int cls_label = responses.at<int>(i) - 'A';
Can somebody explain what this line means ? more precisely what this 'A' is doing here ?
Thank you !
Ok. I think that the image samples are only 'A'