optical-flow-filter icon indicating copy to clipboard operation
optical-flow-filter copied to clipboard

where is the "flow magnitude" frame?

Open joyyang1215 opened this issue 8 years ago • 1 comments

How do I get the "flow magnitude(pixel)" as I could see in this following video? 300 Hz Real-time Optical Flow. ANU campus

joyyang1215 avatar Aug 21 '17 07:08 joyyang1215

In Python, you can use numpy.linalg.norm(flow, axis=2) to get the flow magnitude.

jadarve avatar May 24 '19 00:05 jadarve