1 | initial version |
Wierd and creepy, all I did, change getchar() for waitKey() and it worrks!. So main goes this way...
int main() { Mat left = imread("C:\Users\Fcastro\source\repos\pose\cbimages\0_degrees.pgm"); imshow("Left Image View", left); waitKey(); }
2 | No.2 Revision |
Wierd and creepy, all I did, change getchar() for waitKey() and it worrks!. So main goes this way...
int main()
{
Mat left =