| clear_all_shape_models | Free the memory of all shape models. |
| clear_shape_model | Free the memory of a shape model. |
| create_scaled_shape_model | Prepare a shape model for scale invariant matching. |
| create_shape_model | Prepare a shape model for matching. |
| find_scaled_shape_model | Find the best matches of a scale invariant shape model in an image. |
| find_scaled_shape_models | Find the best matches of multiple scale invariant shape models. |
| find_shape_model | Find the best matches of a shape model in an image. |
| find_shape_models | Find the best matches of multiple shape models. |
| get_shape_model_origin | Return the origin (reference point) of a shape model. |
| get_shape_model_params | Return the parameters of a shape model. |
| inspect_shape_model | Create the representation of a shape model. |
| read_shape_model | Read a shape model from a file. |
| set_shape_model_origin | Set the origin (reference point) of a shape model. |
| write_shape_model | Write a shape model to a file. |