114 /** \brief The main function, recognizes instances of the model into the scene set by the user.
115 *
116 * \param[out] transformations a vector containing one transformation matrix for each instance of the model recognized into the scene.
117 * \param[out] clustered_corrs a vector containing the correspondences for each instance of the model found within the input data (the same output of clusterCorrespondences).
118 *
119 * \return true if the recognition had been successful or false if errors have occurred.