Ask Your Question

yogurtsea's profile - activity

2018-01-08 04:06:29 -0600 marked best answer Would the source code of learning the ORB feature be provided?

I am working on re-train the ORB feature using my own database.

The pre-trained ORB descriptor is provided in static int bit_pattern_31_[256*4] in file opencv/modules/features2d/src/orb.cpp

Would the source code of learning the ORB feature be provided in the future?

Thanks a lot!

2018-01-03 08:40:53 -0600 commented answer Would the source code of learning the ORB feature be provided?

My implementation still has some issue now. I will double check my code and create another thread if there's other ques

2018-01-03 03:56:15 -0600 asked a question Would the source code of learning the ORB feature be provided?

Would the source code of learning the ORB feature be provided? I am working on re-train the ORB feature using my own dat

2016-08-14 05:21:15 -0600 commented question Mat hierarchy in Java vs vector<cv::Vec4i> hierarchy in C++

Hi. Just have the same problem. Maybe you can reference to the book "OpenCV 3.0 Computer Vision with Java".