This commit is contained in:
Thomas FORGIONE 2015-03-12 11:04:53 +01:00
parent 6e149360a0
commit 9e2fc2daf2
1 changed files with 19 additions and 0 deletions

View File

@ -14,6 +14,25 @@
/// \defgroup skeleton Skeleton module
///
/// Module to manage 2D-skeletons
///
/// This module contains two programs.
/// - Skeleton
/// - SkeletonDrawing
///
/// \section Skeleton
/// This is the main binary. it takes several arguments
/// \verbatim
// Allowed options:
// -h [ --help ] produce help message
// --img1 arg first image (for the keypoints detection)
// --img2 arg second image (for the keypoints detection)
// --mask1 arg binary mask of the first image (to remove useless
// keypoints)
// --mask2 arg binary mask of the second image
// --skl1 arg first skeleton, and its branches
// --skl2 arg second skeleton
// -o [ --output ] arg output file
/// \endverbatim
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////