118 /** \brief The main function, recognizes instances of the model into the scene set by the user.
119 *
120 * \param[out] transformations a vector containing one transformation matrix for each instance of the model recognized into the scene.
121 * \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).
122 *
123 * \return true if the recognition had been successful or false if errors have occurred.