Skip to content

Instantly share code, notes, and snippets.

@Azhng
Last active April 11, 2016 18:12
Show Gist options
  • Save Azhng/c2ba72cd251160351cc4aaa105085ea4 to your computer and use it in GitHub Desktop.
Save Azhng/c2ba72cd251160351cc4aaa105085ea4 to your computer and use it in GitHub Desktop.
TODO list for CvEngine

TODO


Optimizing argument pasing

  • Minimize the construction of new Mat object

  • Minimize the copying of CvEngine. Pass-by-reference is preferred

  • Test if auto identifier can be used in lambda expression

Next development goal

  • Build Nodejs native module wrapper.

  • Unit test

  • Documentation

  • Demo codes in README.md

  • Build jni wrapper.

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