Adds keypoints to the training set (descriptors are supposed to be calculated here).
Keypoints can be passed using \cvCppCross{KeyPointCollection} (with with corresponding images) or as a vector of \cvCppCross{KeyPoint} from a single image.
\cvdefCpp{
void add( KeyPointCollection\& keypoints );
}
\begin{description}
\cvarg{keypoints}{Keypoints collection with corresponding images.}