You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: