Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Connect OpenCV with SQlite

Hi, I want to connect OpenCV with sqlite in iOS. The scenario is , I have few images into which have to find the identical image matched scanned by the camera. for a single image its working fine, but for a group of Images when I used for loop inside it, is taking so much Time. I searched a lot and find that ,if i use a database of Images and give indexes using FLANN, the the search will become faster. The Problem is now , How I can connect OpenCV with Sqlite ? and How to store Images into Sqlite using OpenCV ,and then fetch from there for matching.

Please if anyone will help me , I am very thankful to him.