Closed mangoocmt closed 6 years ago
No, regularization parameter, as stated in the paper for producing more stable ASEF filters has not been implemented. However, an epsilon parameter eps is used to preprocess image by taking reference from the OpenCV implementation:
eps
https://github.com/opencv/opencv/blob/master/samples/python/mosse.py
Thank you very much.
No, regularization parameter, as stated in the paper for producing more stable ASEF filters has not been implemented. However, an epsilon parameter
eps
is used to preprocess image by taking reference from the OpenCV implementation:https://github.com/opencv/opencv/blob/master/samples/python/mosse.py