Open thinkoid opened 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.
Hi @nikkoara , thank you for reporting this issue and sorry for my long feedback. I am looking at it, thanks
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.