Hi all,
I try to understand the letter recognition sample of OpenCV and i'm stuck on this [line](https://github.com/opencv/opencv/blob/master/samples/cpp/letter_recog.cpp#L389)
int cls_label = responses.at(i) - 'A';
Can somebody explain what this line means ? more precisely what this 'A' is doing here ?
Thank you !
↧