single person tracking from video sequence

后端 未结 4 1279
礼貌的吻别
礼貌的吻别 2021-01-03 04:25

As a part of my thesis work, I need to build a program for human tracking from video or image sequence like the KTH or IXMAS dataset with the assumptions:

  • Illu
4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-03 05:02

    One possible solution is to use feature points tracking algorithm. Look at this book: Laganiere Robert - OpenCV 2 Computer Vision Application Programming Cookbook - 2011 p. 266

    Full algorithm is already implemented in this book, using opencv.

提交回复
热议问题