carolinepacheco / lbp-library

LBP Library - A Collection of LBP algorithms for background subtraction in videos.
MIT License
112 stars 38 forks source link

Segfault, indexing past the end of array #2

Open thinkoid opened 7 years ago

thinkoid commented 7 years ago

In OCLBP.cpp:94 there is a rogue write. For a 3x3 combination, iNeight is an 1x8 vector. The value past the end is used to index the write into filtData.

carolinepacheco commented 6 years ago

Hi @nikkoara , thank you for reporting this issue and sorry for my long feedback. I am looking at it, thanks