2017-01-05 03:17:18 -0600 | received badge | ● Student (source) |
2017-01-04 01:22:59 -0600 | asked a question | How to export cv::Mat to mysql? Is anyone know how to export data in cv::Mat to mysql(A blob type variable is used to store images)? |
2017-01-04 01:22:59 -0600 | answered a question | How to establish image feature library with OpenCV? Thanks for all the advice. But I am still confused that if I have a new image and I want to find the matched images from lots of images(e.g. 1000 images) . How can I complete this work? |
2016-12-27 09:28:38 -0600 | asked a question | How to establish image feature library with OpenCV? I want to use sift features which extract from about 1000 images to establish an image feature library. How can I do these? In order to faster the progress of image matching, my idea is to store these features into a database(e.g. mysql), and then read these features from this database. Is this idea feasible? Help someone can help me. |