我的github
摘要: sift原理图: sift的几个函数: buildGaussianPyramid buildDoGPyramid calcOrientationHist adjustLocalExtrema findScaleSpaceExtrema calcSIFTDescriptor calcDescripto 阅读全文
posted @ 2019-10-16 17:35 XiaoNiuFeiTian 阅读(864) 评论(0) 推荐(0)
摘要: /*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLI 阅读全文
posted @ 2019-10-16 15:04 XiaoNiuFeiTian 阅读(193) 评论(0) 推荐(0)
摘要: 类似于ORBSLAM中的ORB.txt数据库。 https://blog.csdn.net/lingyunxianhe/article/details/79063547 ORBvoc.txt是怎么建的有人知道吗如何可以建一个自己的ORBvoc.txt呢 就是怎么建一个自己的ORB词典数据库。。 比如 阅读全文
posted @ 2019-10-16 14:20 XiaoNiuFeiTian 阅读(491) 评论(0) 推荐(0)
摘要: AbstractFeature matching is at the base of many computer vision problems, such as object recognition or structure from motion. Current methods rely on 阅读全文
posted @ 2019-10-16 10:59 XiaoNiuFeiTian 阅读(312) 评论(0) 推荐(0)
摘要: AbstractObject detection has seen huge progress in recent years, much thanks to the heavily-engineered Histograms of Oriented Gradients (HOG) features 阅读全文
posted @ 2019-10-16 10:54 XiaoNiuFeiTian 阅读(264) 评论(0) 推荐(0)