When I run "make check", I see:
# running tests
./test-seg-cuts ./data/testimages
terminate called after throwing an instance of 'char const*'
make: *** [check] Aborted
I'm a bit confused about what is meant to be happening here.
"data/testimages" is a directory, but test-seg-cuts.cc doesn't read in
argv[1].
Instead, it looks like it is trying to read a list of files to test (using:
stdio filelist("test-list", "r");
) however the test-list file doesn't appear to exist.
Is the idea that test-list would contain the list of each (graphics format)
file in data/testimages? Then the segmentation would be tried on each file?
Brad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ocropus" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ocropus?hl=en
-~----------~----~----~----~------~----~------~--~---