搜索资源列表
Lesson10Code
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
lineBres.cpp
- 用Bresenham画线算法实现的反走线程序-with Bresenham line drawing algorithm anti-alignment procedure
1
- Face Alignment Using an Improved Active Shape Model
demo_src_1_sdrthsf
- Image alignment is the process of matching one image called template [let s denote it as T] with another image, I [see the above figure]. There are many applications for image alignment, such as tracking objects on video, motion analysis, and many ot
HDRAlignmentTool_v20_Source
- Hdr Aligment, image alignment and registration
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
congealReal.1.0
- 国外的一个做人脸直线化的代码,能够对人脸和汽车图片进行直线化。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done eithe
Novel_Example-Based_Shape_Learning_For_Fast_Face_A
- 用于人脸对准的快速形状学习方法(论文):提出了一种新的用于人脸特征对准的基于样本 的形状学习策略(ESL)。该方法是基于下面结论提出的:人脸图像差和形状差之间存在一种近似的线 性关系——即相似的人脸图像蕴涵着相似的形状。因此,给定一个人脸图像的学习集,其中人脸图 像的特征点都已手工标定。则任意新的人脸图像的形状可以如下抽取:估计该人脸图像和训练集中 训练图像的相似度,并将同样的相似度用于该人脸图像形状的重建-Fast Face Alignment for the shape of
im_registr_MI(image_alignment_with_rigid_transform
- 实现两幅图像指定区域的图像对齐,变换过程为刚性变换(旋转和平移)-Two images to achieve alignment of the designated area of the image, rigid transformation (rotation and translation)
sanweishijuedingweijiance
- 基于OpenCV的三维视觉式四轮定位参数检测方法实现基于OpenCV的三维视觉式四轮定位参数检测方法实现-OpenCV-based three-dimensional four-wheel alignment parameters of visual detection OpenCV-based three-dimensional four-wheel alignment parameters of visual detection method to achieve
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
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
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
Image-Alignment-Algorithms
- 图像对其算法.这个程序需要对齐模板(小蝴蝶图像)的大图像(花上的蝴蝶)。它不限于使用一只蝴蝶作为模板。例如,您可以使用人脸图像作为模板,确定在脸上的视频序列中的下一帧的动作。-Image Alignment Algorithms。Implementing the Lucas-Kanade and Baker-Dellaert-Matthews image alignment algorithms.
Alignment-Correction
- 这是一个关于图像矫正的opencv小程序,适合有一定基础的opencv学者使用,利用改程序可使图像增强-Alignment Correction
face-alignment-in-3000fps-master
- 基于机器学习的人脸识别算法,对face-alignment-in-3000fps-master的简单实现-Face recognition algorithm based on machine learning, for face-alignment-in-3000fps-master simple implementation
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.
face-alignment-at-3000fps-master
- 人脸对齐程序,使用c++编的,效果比较好,按照这篇文章face-alignment-at-3000fps-master做的-Face alignment procedure using c++ series, results were better, according to the article face-alignment-at-3000fps-master to do
face-alignment-in-3000fps-master
- face detection 人脸识别c++应用(face detection face-alignment-in-3000fps-master)