undistord image and create bird view by use of nr. of points
Dear experts,
I am struggeling with following task:
Imagine an image showing a 3D surface with some markers on it. Assume, that the marker positions are known for image and object coordinates. However nothing from the one and only camera is known. The task is to remove perspective distortion and create a top view (bird view). Now...since I am a beginner in openCV...where to start? Is it even possible to perform this task?
I am sure that I am not the first one who tries to achive this. My coding lanuage would be C.
Thank you,
Phil2
opencv does no more support any C bindings since
2010
, you'll have to use C++How unfortune :-)...I want to write a GUI with LabWindows/CVI, which is C...
"might look pretty young but i'm all backdated yeah" ;)
in other words: what you want is no more feasible. (and you really missed the bus)
understood...<joke>but i am working on an air-bus <\joke> ... existing software is written with CVI (hence C), e.g the code for handling camera raw images (no bmp, jpg etc) is not available in C++/phyton etc. Probably I have a chance to bind phyton to CVI and than write my GUI in a C/phyton mix....though this also is kind of awkward.