Ask Your Question

damir179's profile - activity

2015-07-01 22:11:43 -0600 asked a question 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.