Commit bb3ac353 authored by Jay's avatar Jay
Browse files

Docos for cpu and cuda extraction methods

parent 7909edcf
Loading
Loading
Loading
Loading
+10 −0
Changes for docs/library/matcher/add_depth.rst: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
:mod:`matcher.add_depth` --- n-Image Punch Through
====================================================================

The :mod:`matcher.add_depth` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.add_depth
   :synopsis:
   :members:
+10 −0
Changes for docs/library/matcher/cpu_extractor.rst: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
:mod:`matcher.cpu_extractor` --- Extracting Features from Images
====================================================================

The :mod:`matcher.cpu_extractor` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.cpu_extractor
   :synopsis:
   :members:
+10 −0
Changes for docs/library/matcher/cpu_matcher.rst: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
:mod:`matcher.cpu_matcher` --- CPU Based n-Keypoint Matcher
===========================================================

The :mod:`matcher.cpu_matcher` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.cpu_matcher
   :synopsis:
   :members:
+10 −0
Changes for docs/library/matcher/cuda_extractor.rst: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
:mod:`matcher.cuda_extractor` --- GPU Based n-Feature Extractor
===============================================================

The :mod:`matcher.cuda_extractor` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.cuda_extractor
   :synopsis:
   :members:
+10 −0
Changes for docs/library/matcher/cuda_matcher.rst: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
:mod:`matcher.cuda_matcher` --- GPU Based n-Keypoint Matcher
============================================================

The :mod:`matcher.cuda_matcher` module

.. versionadded:: 0.1.0

.. automodule:: autocnet.matcher.cuda_matcher
   :synopsis:
   :members:
Loading