Can i reframe a square according to a square model with openCV ?
Hello everyone !
I'm working on a project (for my company) using openCV (C++/Qt).
I'm new to this library so I'm asking for your help.
What I want to do is reframing a square that has been taken in picture by the user.
I want to reframe/flatten a square according to another square which is my ideal model which I will use to reframe/flatten all the other squares taken in photos by the user.
According to that, is there any specific tools in openCV that will help me doing it ?
Hope I've been clear enough.
Thanks !
maybe it would be helpful, to explain, why you need to do this, the context ?
are you able to detect your squares ? did you try sample code ?
example images ? if there's any code so far, show us ?