搜索资源列表
PG_BOW_DEMO
- 图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集
IamSeg
- 基于形态学商图像的光照归一化算法.复杂光照条件下的人脸/P,~J1是一个困难但需迫切解决的问题,为此提出了一种有效的光照归一化算法. 该方法根据面部光照特点,基于数学形态学和商图像技术对各种光照条件下的人脸图像进行归一化处理,并且将它 发展到动态地估计光照强度,进一步增强消除光照和保留特征的效果.与传统的技术相比,该方法无须训练数据集以 及假定光源位置,并且每人只需一幅注册图像,在耶鲁人脸图像库B上的测试表明,该算法以较小的计算代价取得了 优良的识别性能.-Face recogn
dogeye_
- 消除小狗的红眼问题,爱上对方快乐的事件发生厨房设施-Question to eliminate red-eye dog, happy Fall in love with each other case happened kitchen facilities
pinjie
- 在待配准的图象上,选取适当3个特征点,用于图象拼接-In question on the registration of images, select the appropriate three feature points for image splicing
pso2D.m
- 要求对粒子群算法的国内外研究现状进行系统综述,指出其存在问题,提出自己的观点。对目前的各种改进算法进行系统研究和分析,提出改进策略并设计相应的算法在MATLAB中实现。-Particle Swarm Optimization called for research at home and abroad to carry out systematic reviews, pointing out that the question of its existence, its own point of
dip2e_student_problem_solutions
- 冈萨雷斯数字图像处理中的问题解答,for student!-the solution of the question from digital image processing-Gonzalez
program5
- 数字信号处理,离散时间系统的相位、结构与状态变量描述典型题,能更好的理解离散时间系统-Digital signal processing, discrete-time systems the phase, structure and state-variable descr iption of a typical question, can a better understanding of discrete-time systems
dip_answer
- 《数字图像处理》(第二版)的完全版答案,解答详细,每道题都有解答,适用于自学者。-" Digital Image Processing" (second edition) of the complete version of the answer, answer in detail, and each question has a solution for self-learners.
Laplacetransform
- 数字图像处理中拉普拉斯变换用来处理图像的边缘锐化问题-Laplace transform of digital image processing used to process the image edge sharpening question
1231
- 现有的直方图均衡算法在增强图像对比度的同时, 输出图像的亮度与输入图像无关, 并且在均衡区域产生亮度饱和现象,提出了一种新的直方图均衡算法。以亮度保持的双直方图均衡算法( B B HE )为基础,改进其对子图像的分类方式:根据直方图对图像进行多峰值分解,得到一系列不同范围的子图像,然后对每一个子图像在其相应的灰度范围内进行直方图均 衡, 最后合并这些子图像的均衡结果。实验结果表明,直方图均衡新算法不仅在保持了输出图像亮度的同时, 而且非常有效 的解决了在原图像均衡区域产生的亮度饱和问题对图像的影
fourcolor
- 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的四色猜想问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the four-color conjecture question
chap1_3
- 程序是图像的几何变换算法,主要包括图像的平移、图像的镜像变换、图像的转置、缩放和旋转-Program is the image of the geometric transformation algorithms, including image shift, mirror image transform, image transposition, rotation and scaling
hafubianhuan
- 哈夫变换直线参数检测是图像分析和计算机视觉中一个基本问题,哈夫变换能很好地解决这个问题,然而哈夫变换的巨大计算量使它难于实时应用.因为一个图像点对应参数空间的一条曲线,图像点与量化后的参数区间是一对多的关系,造成了标准哈夫变换的计算复杂性.而两点确定一条直线,两个图像点对应一个参数点,利用这个原理能大幅度减少哈夫变换的计算量. -Hough transform line detection is a parameter image analysis and computer vision a
IEEE_ExtremePrograming_2010_D
- This question was asked in IEEE Extreme Programming 2010. Its a graph problem, that the nodes with minimum cost should be followed.
Matrix-multiplication
- 矩阵乘法,北航c2的某一次作业题,经测试,能通过所有测试点-Matrix multiplication, an operation of a Northern question c2, tested, pass all the test points
cx
- 人脸检测与人脸识别 (1)人脸检测(Face Detection) 人脸检测(Face Detection)是指在输入图像中确定所有人脸(如果存在)的位置、大小、位姿的过程。人脸检测是自动人脸识别系统中的一个关键环节。 (2)人脸识别 人脸识别细分为两类,一类是回答我是谁的问题,即辨认(Identification),另一类是回答这个人是我吗?即确认(Verification)。显然,用于Identification模式的识别系统对算法的运算速度的要求要高于Ve
2
- 求矩阵鞍点个数,鞍点定义:在矩阵行中最小而在列上最大的点。 输入问题格式: 第一行一个数N,表示以下有N矩阵 以后每个矩阵先由两个数字m,n表示,该矩阵是m*n矩阵 后面就是每行有n个数,共有m行-For matrix saddle point number, saddle point definition: in the matrix line and listed on the minimum in the biggest point. Input question fo
SolveOMP
- OMP算法实现,主要用于重构,解决1范数问题,可以用于压缩感知-the complication of OMP algrithm to recovery,the maily function is to solve 1 norm question,it can be use in compressed sensing.
image-thresholding-segmentation
- ]图像分割是图像处理的一个重要研究方向,本文在介绍了基于阈值的图像分割算法的基础上,针对最大类间方差的寻优问 题,利用遗传算法求解最佳闽值-Image processing image segmentation is an important research direction in this paper, based on the threshold image segmentation algorithm based on Otsu, aiming at the optimizatio
notch-a-others
- matlab编写的陷波滤波器和维纳滤波器重构模糊图像的程序,还有一个程序实现了冈萨雷斯的《数字图像处理》第5章第20题的问题。-matlab prepared notch filter and Wiener filter blurred image reconstruction process, there is a program to solve the Gonzalez " Digital Image Processing" Chapter 5 of the 20 que
