Commit 3f26e93e8cb0aae88484a311ed1db159deacb25d
1 parent
706efbac
Properties documented
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/metadata/checkpoints.cpp
| @@ -7,6 +7,7 @@ namespace br | @@ -7,6 +7,7 @@ namespace br | ||
| 7 | * \ingroup transforms | 7 | * \ingroup transforms |
| 8 | * \brief Checks the points in a template for missing (-1,-1) values | 8 | * \brief Checks the points in a template for missing (-1,-1) values |
| 9 | * \author Scott Klum \cite sklum | 9 | * \author Scott Klum \cite sklum |
| 10 | + * \br_property QList<int> indices Indices of points to check. | ||
| 10 | */ | 11 | */ |
| 11 | class CheckPointsTransform : public UntrainableMetadataTransform | 12 | class CheckPointsTransform : public UntrainableMetadataTransform |
| 12 | { | 13 | { |