Commit d9a2385d authored by Kelvinrr's avatar Kelvinrr
Browse files

added docs for new matcher modules

parent 67545998
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
:mod:`matcher.feature` --- RST-BC Invariant template match algorithm
====================================================================

The :mod:`matcher.feature` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.feature
   :synopsis:
   :members:
+2 −0
Original line number Diff line number Diff line
@@ -8,3 +8,5 @@
   outlier_detector
   subpixel
   ciratefi
   feature
   naive_template
 No newline at end of file

docs/library/matcher/matcher.rst

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
:mod:`matcher.matcher` --- Matching Image Features
==================================================

The :mod:`matcher.matcher` module 

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.matcher
   :synopsis:
   :members:
+10 −0
Original line number Diff line number Diff line
:mod:`matcher.naive_template` --- RST-BC Invariant template match algorithm
====================================================================

The :mod:`matcher.naive_template` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.naive_template
   :synopsis:
   :members:
 No newline at end of file