Skip to content

Releases: jwdinius/nmsac

v0.4.0

20 Feb 16:06
Compare
Choose a tag to compare

This release has the following breaking changes:

  • Interface to nmsac algorithm has removed the nmsac::ConfigNMSAC type. The required input is now json.

Notable non-breaking changes:

  • added max-clique based correspondences solver

v0.3.0

14 Sep 23:30
caf3b45
Compare
Choose a tag to compare
  • using CMAKE_BUILD_TYPE=Release after observing 2x speedup in QAP algorithm execution
  • increased code coverage by adding unit tests and modifying which lines are used in coverage report
  • fixed some issues with readme

v0.2.0

28 Jul 03:03
Compare
Choose a tag to compare
  • add unit test for svd when correspondences are passed
  • add python bindings for nmsac::main function and scripts to call the function from python3
  • make build libraries shared to avoid conflict with pybind11 (-fPIC)
  • clean-up and standardization of style across modules

initial public release

11 Jul 16:43
Compare
Choose a tag to compare
Pre-release

complete proof-of-concept including decent code coverage, still a lot of work to do