NCV.hpp (Feature #1462)
Description
Around line 800 in file
/home/peij/Downloads/opencv-r6943/opencv/modules/gpu/src/nvidia/core/NCV.hpp .
change
printf("Error addressing matrix at [%d, %d]\n", x, y);
to
std::cout << "Error addressing matrix at << x << " " << y << " << std::endl;
Cheers
History
Updated by Anatoly Baksheev over 13 years ago
Hi jiapei100,
why isn't printf suitable?
- Status deleted (
Open)
Updated by Anton Obukhov over 13 years ago
Already fixed
- Status set to Done
- (deleted custom field) set to duplicate