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
The overridden virtual function SparsePyrLKOpticalFlow::calc() accepts image pyramids as a possible input. However, there is currently no way to create and subsequently pass image pyramids as arguments because the member function SparsePyrLKOpticalFlow::buildImagePyramid() is protected. SparsePyrLKOpticalFlow::buildImagePyramid() should either be made public or made a free function such that the user can better manage system memory and compute resources and actually pass pyramids to SparsePyrLKOpticalFlow::calc().