因此,我有兩張Thermal圖像(我知道的土豆質量,但這是我必須使用的),這張專輯中的前兩張圖像。我正在使用一些非常常見的教程代碼,但編輯過很多代碼。 http://imgur.com/a/Zch7C 所以我在做什麼在我的代碼是 1. Detecting KeyPoints
2. Describe the KeyPoints
3. Match the KeyPoints
4. Keep on
我正在從Opencv中的視頻進行拼接。我使用此示例拼接視頻的幀:http://docs.opencv.org/doc/tutorials/features2d/feature_detection/feature_detection.html。末了,我做這行合併與傳遞的迭代產生的線跡的新框架: Mat H = findHomography(obj, scene, CV_RANSAC);
stat