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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ cvhaartraining.patch (application/octet-stream)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: ros-users
Onderwerp: [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