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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ cvhaartraining.patch (application/octet-stream)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [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