difference sift matching output in matlab and opencv ?????
hi guys i trying sift matching in opencv and got bad result , but with same picture in matlab result is excellent...why ???
in above picture , left picture is output of opencv sift matching and in right sift matching by matlab pictures is equal and output is different...
is there anybody to help me ???? thank a lot
It seems that Matlab doesn't have SIFT. Can you link to the Matlab implementation you used?
Also, is it normal that the image sizes are not the same between the two?
thank for answer images size are same.but the left picture has cropped and zoomed.it not seems that have effect on result. i think that matlab code is correct but in result of opencv is not good i need a correct opencv code about Sift image matching
enter code here
enter code here
this codes is image matching by sift in matlab
You should edit your question and add the C++ code you used. If you can, you should also add the individual images.
If the image of the front car for the C++ case has the same size than in your right example, you should check which criterion you used to retain the matches.
i use this code c++
http://stackoverflow.com/questions/10...
i think my code is wrong and anybody have a correct code Sift image matching by Opencv C++????