What is the difference between sparse and dense optical flow?

前端 未结 6 1354
猫巷女王i
猫巷女王i 2021-02-01 04:40

Lots of resources say that there are two types optical flow algorithms. And Lucas-Kanade is a sparse technique, but I can\'t find the meanings of sparse and dense? Can some one

6条回答
  •  青春惊慌失措
    2021-02-01 04:59

    Sparse optical flow gives you the flow vectors of some "interesting features" within the image.

    Dense optical flow attempts to give you the flow all over the image - up to a flow vector per pixel.

提交回复
热议问题