Giter Site home page Giter Site logo

video_motion_tracker's Introduction

本程序输入参数为视频文件路径,输出video轨迹数据和gyro数据

video_motion_tracker.cpp
包涵主函数

get_video_frame.cpp
提取视频文件的每一帧,提取画面中的gyro水印数据
get_video_frame.h中:
#define EXTRACT_WATERMARKS 0 //是否提取水印数据

do_sift_ransac.cpp
对视频帧进行SIFT检测,求得video轨迹
do_sift_ransac.h
#define SAVE_SIFT_IMAGE 0  //保存SIFT匹配点连线图
#define DRAW_RESULT_NO_RANSAC 0  //保存未经过RANSAC去噪的连线图
#define SET_ROI 0  //设置不检查SIFT匹配点的区域
#define TEN_PIECE 1  //是否分10块检测SIFT

video_motion_tracker's People

Contributors

yijiesun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.