Ask Your Question

alesfranek's profile - activity

2020-01-16 03:51:33 -0600 received badge  Popular Question (source)
2013-06-04 11:19:11 -0600 commented question findHomography is giving wrong results

I know, but what I find weird is that there is clearly a discrepancy between the given homography and the matches voting for the homography (status variable from findHomography) which are drawn. The weirdest thing is that the matches aren't in the green rectangle.

2013-05-29 21:17:49 -0600 received badge  Supporter (source)
2013-05-29 18:59:04 -0600 asked a question SparseMat multiplication

I am doing an image retrieval using Bag of Words. I've constructed the inverted file which is represented by SparseMat. Now I need to multiply the inverted file with the vector of the visual words of the query to get the scores however I'm not really sure how to do it and I didn't find any documentation about it. I've tried to represent the query vector as SparseMat or Mat, but it always says: no operator "*" matches these operands. Does anyone know hot to multiply a SparsaMat without converting it to the dense form? Thanks!

2013-05-29 18:04:20 -0600 received badge  Editor (source)
2013-05-29 04:17:43 -0600 received badge  Student (source)
2013-05-29 04:02:55 -0600 asked a question findHomography is giving wrong results

I am basically running this tutorial Features2D + Homography to find a known object.

I run cv::findHomography and visualize only the inliers. It works well and finds a nice rectangle in 99% of the cases so I doubt it is an implementation error. But sometimes the homography is apparently wrong even though the support is sufficient. Is there a chance there is a bug in cv::findHomography?

I would like to refer to this question c++ - opencv's findHomography produces nonsense results. It seems I am not the only one with such problem..

Here is an example how it look like:

image description