[ros-users] 2 fixes for cvhaartraining.cpp: segfault in icv…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ cvhaartraining.patch (application/octet-stream)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: ros-users
Emne: [ros-users] 2 fixes for cvhaartraining.cpp: segfault in icvGetNextFromBackgroundData and more natural icvCreateBackgroundData
See attached patch.

The difference in icvCreateBackgroundData: It now reads the file
containing the negative images line based. I.e. each line will be one
filename; i.e. it is split now only by newlines. Previously, it was
splitted by all space characters, so it was not possible to specify
filenames which contains spaces.

Cya,
Albert