I built the .sln file by the instructions (mkdir - cmake - make) and I use VS to open and run Debug on the .sln file. The .exe been generated works perfectly fine, but when I test my code on Teaching Lab the output images are all 0.
I am a bit confused since I've double-checked my code by hand and it seems fine for me; I tried to multiply the final output by 255 and convert to int but it does not work...
I built the .sln file by the instructions (mkdir - cmake - make) and I use VS to open and run Debug on the .sln file. The .exe been generated works perfectly fine, but when I test my code on Teaching Lab the output images are all 0.
I am a bit confused since I've double-checked my code by hand and it seems fine for me; I tried to multiply the final output by 255 and convert to int but it does not work...