1 | initial version |
can it simply be, your input image was not read ? (you have to change the image path before running it !)
2 | No.2 Revision |
can it simply be, your input image was not read ? (you have to change the image path before running it !)
lines 46 / 143
3 | No.3 Revision |
can it simply be, your input image was not read ? (you have to change the image path before running it !)
lines 46 76 / 143
4 | No.4 Revision |
can it simply be, your input image was not read ? (you have to change the image path before running it !)
lines 76 / 143
and ofc. you have to CHECK the outcome of each imread() call:
if (image.empty()) // FAIL !
5 | No.5 Revision |
can it simply be, your input image was not read ? (you .
you have to change the hardcoded image path in the code before running it !)this !
lines 76 / 143143 , it also should be like: "datasets/fingerprints/DB1_B/101_1.tif"
and ofc. you have to CHECK the outcome of each imread() call:
if (image.empty()) // FAIL !