Skip to content

Instantly share code, notes, and snippets.

@jack06215
Last active October 17, 2016 00:09
Show Gist options
  • Save jack06215/76b0ff9e9ec5ef5f3cfe882651df670c to your computer and use it in GitHub Desktop.
Save jack06215/76b0ff9e9ec5ef5f3cfe882651df670c to your computer and use it in GitHub Desktop.
[MEng logbook] 2016-10-14

Meeting with Qiang

Meeting Minutes

In the last meeting I firstly showed the video of tracking algorithm using FERN descriptor as well as two most recent descriptor, namely ORB and AKAZE. Followed by that, Qiang found two footages (1), (2) during the meeting and he asked me to try out these video or something similar to them using our developed algorithm and applied one of these feature-based tracking as a proof-of-concept as well as for the purpose of experiment for future investigation. But during the meeting I was trying to explain the process of FERN but I started to get confused and thereby did not explain it properly...so I will also need to revisit and come up with a better and clear explanation.

Things to do

  • Revisit FERN descriptor and summarise the overall training process.
  • Use the provided videos link as an input in order to examine the overall performance using our algorithm + current tracking technology.
  • Revisit the current MEng project and start improving the fixing up the minor / major issues.
  • DSP (See the sample)

Tutorial Resources (Continuing update)

Research Paper

Useful Resources

Programming Library Resources (Continuing update)

  • Theia Lirary

    A C++ library to provide SfM implementation, haven't personally try it yet but sounds interesting.

  • Matlab Computer Vision tool

    A set of useful computer vision functions by Peter Kovesi.

  • Dlib

    Lightweight library that provide machine learning and computer vision functions. I am currently using this as part of C++ implementation for master project.

Previous record

2016-09-06 2016-09-30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment