Vector of KeyPoints scaling/rotating
Hi all!
First of all, please note that I'm new to OpenCV so I may be missing something completely obvious.
Let's say that we have a vector of KeyPoints (std::vector<cv::keypoint>) which we get from detecting blobs with SimpleBlobDetector. Can we apply a scale and/or rotation to the resulting vector with relationships between points being maintained? So kind of like a vector graphics scaling. Is that functionality somehow integrated in OpenCV?
Thank you!
Best Regards.