Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Feb 5, 2018
1 parent fdf6f69 commit 6e23447
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 38 deletions.
10 changes: 5 additions & 5 deletions doc/manuals/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ Contents:

example_links/building_viame
example_links/example_capabilities
Core C++/Python Object Types <http://kwiver.readthedocs.io/en/latest/vital/architecture.html>
Core Pipelining Architecture <http://kwiver.readthedocs.io/en/latest/sprokit/architecture.html>
Basic Processing Nodes <http://kwiver.readthedocs.io/en/latest/arrows/architecture.html>
example_links/hello_world_pipeline
example_links/detector_pipelines
example_links/detector_training
example_links/detection_file_conversions
example_links/tracking_pipeline
example_links/detection_file_conversions
example_links/measurement_using_stereo
example_links/detector_training
example_links/image_and_video_search
example_links/using_detectors_in_cxx_code
example_links/visualizing_detections_in_gui
example_links/scoring_and_roc_generation
example_links/external_plugin_creation
Core C++/Python Object Types <http://kwiver.readthedocs.io/en/latest/vital/architecture.html>
Core Pipelining Architecture <http://kwiver.readthedocs.io/en/latest/sprokit/architecture.html>
Basic Processing Nodes <http://kwiver.readthedocs.io/en/latest/arrows/architecture.html>
KWIVER Manual <http://kwiver.readthedocs.io/en/latest/>


Expand Down
12 changes: 6 additions & 6 deletions examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ Measuring Fish Lengths Using Stereo
:align: center
:target: https://github.com/Kitware/VIAME/tree/dev/more-doc/examples/measurement_using_stereo

********************************************************
Image and Appearance Matching for Rapid Model Generation
********************************************************
*************************************************
Image and Video Search for Rapid Model Generation
*************************************************

.. image:: http://www.viametoolkit.org/wp-content/uploads/2018/01/search_ex.png
:scale: 50
:align: center
:target: https://github.com/Kitware/VIAME/tree/dev/more-doc/examples/image_and_video_search

****************************************
GUI Visualization and Annotation Support
****************************************
*************************************
GUIs for Visualization and Annotation
*************************************

.. image:: http://www.viametoolkit.org/wp-content/uploads/2018/02/annotation_example.png
:scale: 50
Expand Down
14 changes: 5 additions & 9 deletions examples/building_viame/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@
Building VIAME From Source
==========================

| See the platform-specific guides below, though the process is similar for each.
|
| This document corresponds to the example located online at:
|
| https://github.com/Kitware/VIAME/tree/master/examples/building_viame
|
| and also to the following directory in your VIAME installation:
|
| [viame-install]/examples/building_viame
See the platform-specific guides below, though the process is similar for each.
This document corresponds to the example located online at:
https://github.com/Kitware/VIAME/tree/master/examples/building_viame
and also to the following directory in your VIAME installation:
[viame-install]/examples/building_viame.


*****************
Expand Down
18 changes: 13 additions & 5 deletions examples/hello_world_pipeline/README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@

===================
New Module Creation
===================

Example c++ plugin
============================
New Module Creation Examples
============================

See the platform-specific guides below, though the process is similar for each.
This document corresponds to the example located online at:
https://github.com/Kitware/VIAME/tree/master/examples/building_viame
and also to the following directory in your VIAME installation:
[viame-install]/examples/building_viame.

**********************************
Example C++ Object Detector Plugin
**********************************

A new detector plugin is added by creating a class that implements the
kwiver::vital::algo::image_object_detector interface. This interface
Expand Down
4 changes: 3 additions & 1 deletion examples/measurement_using_stereo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Size Measurement Using Stereo Cameras
:scale: 60
:align: center

`Coming Soon <https://github.com/Kitware/VIAME/pull/25`_
`Coming Soon`_

.. _Coming Soon: https://github.com/Kitware/VIAME/pull/25
20 changes: 8 additions & 12 deletions examples/tracking_pipelines/README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@

===============
Object Tracking
===============
=======================
Object Tracking Example
=======================

This folder contains a simple, but efficient, object tracking example.
.. image:: http://www.viametoolkit.org/wp-content/uploads/2018/02/computed_track_example.png
:scale: 60
:align: center

A better tracker (based on 'tracking the untrackable') will be available
shortly.

The example currently requires:

(a) A VIAME build with VIAME_ENABLE_BURNOUT and VIAME_ENABLE_VXL turned on

It's inoperable at the moment but will be updated shortly.
`Coming Soon`_

.. _Coming Soon: https://github.com/Kitware/VIAME/pull/30

0 comments on commit 6e23447

Please sign in to comment.