tsenst / RLOFLib

Robust Local Optical Flow (RLOF)

Home Page:http://www.nue.tu-berlin.de/menue/forschung/projekte/rlof/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem about SIMD in calcOpticalFlowSparseRLOF()

Shane922 opened this issue · comments

Hi, Im working with sparse optical flow and I found that since opencv4.3.0, SIMD parallelization is available when compiling with SSE4.1. But I don't know how to enable it, could you or anybody show me a simple demo about it? Thanks very much if anybody can help me!

Hi, Im working with sparse optical flow and I found that since opencv4.3.0, SIMD parallelization is available when compiling with SSE4.1. But I don't know how to enable it, could you or anybody show me a simple demo about it? Thanks very much if anybody can help me!

Hello, have you solved it now, can you give me some help?