搜索资源列表
opencv实现图像旋转插值
- 实现对有旋转、平移的失配图像配准
powell
- 使用powell算法进行图像配准的。需要先配置ITK才能运行-Powell algorithm using image registration. Need to configure to run ITK
tuxiangpeizhun
- 使用VC++编程,自动检测角点,实现图像配准,代码可用。-Automatically detect the corner points, for image registration, the code is available.
image-processingPregistration
- 图像的平移旋转镜像和特征点提取的配准部分,基于opencv,对学习图像的有帮助。-Image translation rotation mirror and registration feature point extraction part, based on opencv, learning image.
opencv
- 计算机视觉代码,计算机视觉是研究如何使人工系统从图像或多维数据中“感知”的科学。容涉及几何摄像模型、光照和着色、色彩、线性滤波、局部图像特征、纹理、立体相对、运动结构、聚类分割、组合与模型拟合、追踪、配准、平滑表面与骨架、距离数据、图像分类、对象检测与识别、基于图像的建模与渲染、人形研究、图像搜索与检索、优化技术等内容-OpenCV, image processing Computer vision is to study the science of how to make artificia
ImageMatching
- 该程序利用opencv实现了两幅图像的配准,检测效果很精确-The program utilizes opencv to achieve the registration of the two images, very precise detection effect
image-registrstionSURF
- 基于OPENCV的图像配准代码,基于SURF算法-image registrstion based on SURF in VS2008
Harristest
- DOS下的herris角点检测图像配准,有图像-herris demo in opencv for image registration
OpencvProject
- 目前网上用MSER做图像配准的代码资料较少,特上传此代码做学习交流。欢迎业内同仁共同讨论研究,本代码采用opencv自带的mser特征提取方法,并对该特征进行sift椭圆表达,在配准时使用ransac算法进行提纯。因为时间有限,未考虑LM光束法平差约束,日后进行添加。-MSER
VCImageProcessingCase
- 数字图像处理的典型案例,包括CT图像重建系统、遥感图像配准系统等等。上述系统以OpenCV和vtk为基础,开发环境是VC,对图像系统的开发具有指导意义。-Typical case of digital image processing, including CT image reconstruction systems, remote sensing image registration system and so on. OpenCV and vtk above system is based
7
- 使用VC和OPENCV编写的遥感图像配准的程序,可以运行-OPENCV prepared using VC and remote sensing image registration procedure, you can run
test
- 利用OpenCV实现两幅图像特征点描述配准问题-using OpenCV library to match two image s feature.
briskk-good
- 利用opencv实现brisk算法下的图像配准-Using opencv achieve image registration algorithm under brisk
brief-good
- opencv中brief算法实现图像配准-in brief opencv image registration algorithm
boostDesc1.0.tar
- opencv中利用boost描述符实现图像匹配和配准-opencv boost the use of descr iptors for image matching and registration
moravec
- 该算法为moravec图像配准方法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for moravec image registration method, after debugging can be run. opencv is configured correctly and the version number for 2.4.3,vs2008
window--division
- 运用c++编写,借助opencv,实现图像显示的基本框架。左右图可方便于图像配准。任何菜单功能可在上面继续开发。-Using c++, with the aid of opencv, realize the basic framework of image display.
ORB-Opencv
- 首先使用FAST对图像进行特征点提取,之后生成ORB描述符,进行点特征匹配,可以达到快速精确配准-The first to use the image FAST feature point extraction, after generating ORB descr iptors were point feature matching, can achieve fast and accurate registration
630surf成功
- 在vs2013平台上利用OpenCV2.4.10进行图像配准(In the vs2013 platform using OpenCV2.4.10 for image registration)
jiaozhun1
- 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)