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
i --> refer to the i th sample
j --> refer to the j th feature
therefore feature.value_at_sample_pixels[i] refers to the value of the jth feature at ith sample
OpenCV-Trackers/Boosting/Boosting.py
Line 96 in 9a8f6f5
OpenCV-Trackers/Boosting/Boosting.py
Line 100 in 9a8f6f5
It shoud be feature.mu_minus+=feature.value_at_sample_pixels[ j ]
The text was updated successfully, but these errors were encountered: