Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a small project of CBIR (Content based images retrieval), I have calculated Histogram and Corner points, now I want to get results on the basis on matching histogram and corners, I have created index on histogram.

Where corners is list of dictionaries and histogram is BsonArray

I have tried following code just for histogram but it does not work,

col.Find(Query.EQ("histogram", histogram)


One more thing if you can help I want to also get results those matches 90%.
Posted
Updated 23-Nov-14 3:16am
v2
Comments
Richard MacCutchan 23-Nov-14 6:28am    
but it does not work
What does not work? Please explain your problem in proper detail.
Tasawer Nawaz 23-Nov-14 11:15am    
I want to check similarity between two objects of BSONARRAY, @Rischard

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900