You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using your brief descriptor implementation, migrating from opencv. I'm getting quite lower number of matches. Are the descriptor bits supposed to be comparable to those return by opencv?
Also, I see that opencv uses integral image to apply blur. For your implementation I'm applying your gaussian blur code, this maybe results in different descriptors but I'm not sure if it should be that drastic.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm using your brief descriptor implementation, migrating from opencv. I'm getting quite lower number of matches. Are the descriptor bits supposed to be comparable to those return by opencv?
Also, I see that opencv uses integral image to apply blur. For your implementation I'm applying your gaussian blur code, this maybe results in different descriptors but I'm not sure if it should be that drastic.
Thanks
The text was updated successfully, but these errors were encountered: