搜索资源列表
Protocols, Algorithms, and Source Code in C.rar
- Protocols, Algorithms, and Source Code
Algorithms for Image Processing and Computer Visio
- Algorithms for Image Processing and Computer Vision
LBP.rar
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
GA2
- 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
SIFT(lowe)
- lower的原版关于sift算法的资料,很难找的哦。本文非常详细的介绍了sift算法,并与常用的边缘检测算法作了比较,是学习sift算法的好资料。-lower of the original information on the sift algorithm, it is difficult to find, oh. This very detailed introduction to the sift algorithm, and with commonly used edge detecti
Algorithms-RobertSedgewick
- Algorithms by Robert Sedgewick
lena_full
- 图像处理时,总要有标准图片库,其中lena是公认的用于图形处理算法测试图片,然而网上的lena多数已经过预处理,本文件是lena的全身照原图,未经过任何预处理,可用于研究。-Image processing, there must be standard image library, which lena is a recognized test image processing algorithms for graphics, but most of the Internet has been
algorithms-and-implementation
- Visual C++数字图像处理典型算法及实现 源码-Visual C++ digital image processing algorithms and implementation of a typical source
imagematching
- 数字图像匹配matlab源码,就是指图像之间的比较、得到不同图像之间的相似度。基于数字图像,编写对两副数字图像进行匹配的算法及演示程序。-Digital image matching matlab source, refers to a comparison between images, the similarity between different images. Based on digital images, the preparation of two digital image m
new
- 该程序是完成各种经典办色调图像处理算法,及基于图像特征的半色调方法和机遇图像极小乡四渡的半色调方法。-Completion of the program are to do a variety of classic color image processing algorithms, and image-based features of methods and opportunities halftone image of a very small rural four Kuantu half
Preciseellipseestimationwithoutcontourpointextract
- 这篇文章,提出了一种可以精确检测椭圆特征参数的线性算子。基于双曲线模型,该算子直接检测椭圆边界附近的原始梯度信息,这样可以避免中间精确提取椭圆边缘点的过程。当计算最小代数距离时,双曲线可以受双椭圆约束。这种算法将与其他算法确定中心位置方面进行比较,我们也将通过实际实验来比较。-This article presents a precise detection of the characteristic parameters of the linear elliptic operator. Bas
BlockMatchingAlgoMPEG
- 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 di
yizhongsuijiduotuoyuanjiancedekuaisusuanfa
- 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
contrast
- 本程序实现了基于对比金字塔的图像融合算法,效果还不错,可以参考一下。-This procedure contrast pyramid based on the implementation of image fusion algorithms, the effect was not bad, you can reference.
image_change_detecting
- 图像变化检测算法,由t检验得到差分图像的变化掩膜。左后成功检测到图像中运动的物体。-Image change detection algorithms have been tested by the t change difference image mask. Left a successful campaign to detect objects in images.
8951245521
- 新三步搜索算法考虑了块矢量中心偏移的特性,在初步搜索时对中心周围的 位置同时做了匹配运算。在物体做小范围运动时,这种改进很有效,可以大大减少运算量,然而,在物体做大范围运动时,这种改进却带来了额外的运算量。现实的情况经常是物体既有小范围的偏移,也有大范围的运动。因此,在考虑块匹配算法时,既要照顾块的中心偏移特性,也要兼顾块的大范围运动。四步搜索 (Four-Step Search FSS)能够兼顾两种情况,可以得到较好的性能。 -The new three-step search alg
algorithms
- 若干matlab写的算法。包括kmeans,GA,Emfc等。值得研究和学习。-Matlab write a number of algorithms. Including kmeans, GA, Emfc and so on. Worth studying and learning.
algorithms
- 本文提出了一种基于圆周划分的模板匹配算法! 与传统模板匹配算法相比! 本算法具有速度较有一定的旋转不变性抗干扰性好的特点-A new template matching algorithem based on circle partitioning is presented. The new algorithm is faster and more robust than traditional template matching algorithms
dmusic
- 一种实现超分辨率图像处理的新算法,本算法在综合前人算法的基础上,做了很大改进。很适合图像处理。-An implementation of the new super-resolution image processing algorithms, the algorithm in integrated algorithm based on the predecessors has done a lot of improvements. Very suitable for image process
jpeg_encoder_complete
- Fractal Algorithms Compression JPEG