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

Top Page
Attachments:
Message as email
+ (text/plain)
+ cvhaartraining.patch (application/octet-stream)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: [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