Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Alternative to findHomography ?

Hi there, I'm here with an annoying problem. I have 2 images I want to register. To do that I own 2 datasets of points in which I can have some outliers. The best function I could use for that would be findHomography, but I can't. Indeed I'm using a GTK3 project while calib3d is using GTK2. As a consequence I have :

Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported

So, as it seems I cannot use findHomography, are there other functions (not in opencv3) to do what I want ?

Or, maybe someone has an idea to use findHomography by avoiding the conflict (for sure, findHomography is exactly what I want ... So I'm feeling frustrated)