Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

can it simply be, your input image was not read ? (you have to change the image path before running it !)

can it simply be, your input image was not read ? (you have to change the image path before running it !)

lines 46 / 143

can it simply be, your input image was not read ? (you have to change the image path before running it !)

lines 46 76 / 143

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 !

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 !