cudaLATCH icon indicating copy to clipboard operation
cudaLATCH copied to clipboard

getting opencv compatible descriptors?

Open antithing opened this issue 7 years ago • 0 comments

Hi, and thanks for making this code available. i am running it on a test image and it looks great, but I need to do the matching with opencv. After i run the following:

latch(img0, d_I, pitch, h_K1, d_D1, &numKP1, maxKP, d_K, &keypoints1, d_mask, latchFinished);

Am I right in thinking that d_D1 is the descriptor array?

How can i convert that to a cv::mat that i can use in opencv's matching functions?

Thank you!

antithing avatar Oct 26 '18 13:10 antithing