I've got vector of vectors of Point2f's. I need to:
- subtract a predefined point from all of them with opposite sign
- calculate element-wise L2 norm of each result point
- find minimal norm indexes then
I'm confused and stuck with cv:Mat and std::vector.
Couldn't you, please, suggest an easy and simple way to perform actions listed above?
Thanks in advance.