Skip to content

Commit

Permalink
add /aligned subtopic to faces
Browse files Browse the repository at this point in the history
  • Loading branch information
severin-lemaignan committed Apr 21, 2022
1 parent e4e2cc9 commit fa175a9
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions rep-0155.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Author: Séverin Lemaignan <[email protected]>
Status: Draft
Type: Informational
Content-Type: text/x-rst
Created: 11-Jan-2021
Created: 11-Jan-2022
Version: 21-Apr-2022


Abstract
Expand Down Expand Up @@ -220,11 +221,11 @@ Global Parameters
=================

- ``/humans/faces/width`` (default: 128): width in pixels of the cropped faces
published under ``/humans/faces/XYZ/cropped`` and
``/humans/faces/XYZ/frontalized``
published under ``/humans/faces/XYZ/cropped``, ``/humans/faces/XYZ/aligned``
and ``/humans/faces/XYZ/frontalized``
- ``/humans/faces/height`` (default: 128): height in pixels of the cropped
faces published under ``/humans/faces/XYZ/cropped`` and
``/humans/faces/XYZ/frontalized``
faces published under ``/humans/faces/XYZ/cropped``,
``/humans/faces/XYZ/aligned`` and ``/humans/faces/XYZ/frontalized``
- ``/human_description_<bodyID>``: URDF models of detected humans. See Section
`Kinematic Model of the Human`_ for details.
- ``/human/match_threshold`` (``float``, default: 0.5): the minimum level of
Expand Down Expand Up @@ -309,6 +310,12 @@ Name Message type Required Description
and
``/humans/faces/height``
ROS parameters
``/aligned`` ``sensor_msgs/Image`` Aligned (eg, the two
eyes are horizontally
aligned) version of the
cropped face, with same
resolution as
``/cropped``
``/frontalized`` ``sensor_msgs/Image`` Frontalized version of
the cropped face, with
same resolution as
Expand Down

0 comments on commit fa175a9

Please sign in to comment.