matching_pose

matching_pose(pose: Dict, channels: list(unicode)) Dict

Match a pose to a set of channels.

Returns a new pose that match to the set of channels

Parameters
  • pose (Dict) – The pose to match

  • channels (list(unicode)) – The channels to be matched

Return type

Dict