zhaorz / FlowOnTheGo

Fast, accurate optical flows on mobile GPUs.
http://richard-zhao.com/FlowOnTheGo/
29 stars 7 forks source link

Add pyramid pipeline. #9

Closed zhaorz closed 7 years ago

zhaorz commented 7 years ago

Use a single kernel for construct pyramids (except for the padding part). Uses the more accurate, row/col gradient filter. Still uses cv::Mat.