搜索资源列表
ImageRegistration
- 进一步解决基于互信息的配准算法在配准精度、速度和误配率之间的相互制约问题。提出一种新的配准参数搜索策略——三级配准,将平移、旋转参数分开搜索;在分析互信息配准的优点和局限性的基础上,将模糊理论中的欧几里德贴近度引入三级 配准过程中。实验结果表明,本文提出的配准策略在保持基于互信息配准精度不变的情况下,迭代步数、配准时间和误配率均有明显改善。-Further resolve the mutual information based registration algorithm in the ali
kalman
- 实现了1D,2D,3D空间自由度下的运动参数的扩展Kalman滤波算法,文章2008 IROS Visual SLAM for 3D Large-Scale Seabed Acquisition Employing Underwater Vehicles的具体实现。-a novel technique to align partial 3D reconstructions of the seabed acquired by a stereo camera mounted on an au
LM-congealing
- Learned-Miller Congealing 算法,用于多幅图像的同时矫正(alignment)。-Learned-Miller Congealing method, using for alignment of a set of images.
Image-Alignment-and-Stitching-A-Tutorial
- This tutorial reviews image alignment and image stitching algorithms .
Image-Alignment
- Image Alignment and Stitching A Tutorial经典的鱼眼图像校正文章-Image Alignment and Stitching A Tutorial
A-Robust-Fingerprint-Matching-Algorithm-Using-Loc
- A Robust Fingerprint Matching Algorithm Using Local Alignment
ECC-image-alignment-algorithm
- 应用增强的相关系数(ECC)进行图像配准,是发表在2008年PAMI上的文章源码。-This is a Matlab implementation for the forwards additive version of ECC image alignment algorithm based on the paper "G.D. Evangelidis, E.Z. Psarakis, Parametric Image Alignment using Enhanced Correlation Co
com-graph
- In addition to component ordering and size, the pixel storage modes provide some additional control over the layout of images in memory, including the ability to address a subrectangle within a memory image. Figure 4.7 shows the layout of an imag
matlab_openCV
- This is a demo execution of ECC image alignment algorithm comment two of the three following lines transform = translation transform= affine transform = homography YOU MIGHT NEED MORE ITERATIONS FOR HOMOGRAPHIES!-
source
- panorama [Implementation] *Feature Detection *Feature Matching *Cylindrical Warping *Alignment *Blending 大概流程是: *對每張圖算各自的feature point descr iptor *兩兩去比對特徵點,找到很像的特徵就當他們match *每兩張圖會有很多組match的特徵點,用這個去算圖片的轉換矩陣 *圖片轉換後縫起來,兩兩之間
A-Comparison-of-Multicamera-Person-Tracking-Algor
- In this paper, we present a comparison of four novel algorithms that have been applied to the tracking of people in an indoor scenario. Tracking is carried out in 3D or 2D (ground plane) to provide position information for a variety of survei
fuse_sih
- 图像拼接(image mosaic)技术是将一组相互间重叠部分的图像序列进行空间匹配对准,经重采样合成后形成一幅包含各图像序列信息的宽视角场景的、完整的、高清晰的新图像的技术。图像拼接在摄影测量学、计算机视觉、遥感图像处理、医学图像分析、计算机图形学等领域有着广泛的应用价值。 一般来说,图像拼接的过程由图像获取,图像配准,图像合成三步骤组成,其中图像配准是整个图像拼接的基础。本文研究了两种图像配准算法:基于特征和基于变换域的图像配准算法。 -Image mosaic (image mosaic)
Image-Alignment-and-Stitching
- This tutorial reviews image alignment and image stitching algorithms. Image align- ment (registration) algorithms can discover the large-scale (parametric) correspon- dence relationships among images with varying degrees of overlap. They are idea
hdrmerge
- HDR图片合成技术,是日本索尼公司图片处理算法。原理是放置两张曝光图片:一张暗和一张亮。经过合成处理生成一张更加接近现实美观的图片。此技术常用于改造照相机 opencv下编译通过,调用方法如下 /*iplImages图片数组,这里有两张:一张曝光亮的,一张曝光暗的*/ HDRMerger hdrMerge = hmCreateMerger(iplImages,length) /*对齐(解决抖动图片合成错位),第2个参数是宽度,第3个参数是高度*/ hmAlign(hdr
peizhun
- 可以很方便的实现图像的全面配准,效果非常好。-Can easily implement a comprehensive alignment of the image, the effect is very good.
Angle-point-image-registration
- 针对多幅图像之间的图像配准问题,该文提出了一种新的图像自动配准算法。该算法应用Harris 角点检测方法获得角点信息。在匹配过程中。采用圆形区域和双向相关系数法进行相似性度量。采用圆 形区域,很好的解决了旋转问题;采用双向相关系数法,更加保证了匹配的精确度,减少误匹配率。初步 实验结果表明:该方法可以高效短时地实现图像间的自动配准。-Image registration problem between multiple images of the paper, a new autom
clothes-CVPR12
- cvpr2012_oral Street-to-Shop: Cross-Scenario Clothing Retrieval via Parts Alignment and Auxiliary Set-In this paper, we address a practical problem of crossscenario clothing retrieval- given a daily human photo captured in general environment
KA
- Kernel alignment is a good method for choosing the proper kernel parameters in SVM or other kernel based method.
align
- 该程序用于照片的归一化和瞳孔对准。 其中ImageRotate函数用于将偏转的头像转正,用于歪头的情形,转头的情形不适合。 ImageZoom函数将照片变得与基准照片一个尺度,即所有照片的瞳孔间距与基准照片的瞳孔间距相同。 ImageAlign函数用于对准瞳孔,通过偏移,将所有照片的瞳孔位置变得与基准照片的瞳孔位置一致。- This procedure for photos normalized and pupil alignment. For the deflecti
Image-Alignment-and-Stitching-
- Szeliski的图像对位与拼接方法总括。详细介绍了各种图像拼接的方法,非常有用!-A Tutorial to image alignment and stitching.It s very detailed to introduce the methods of image mosaic. It s very haelpful.