搜索资源列表
figure_my
- 用java完成的图形绘画软件,有图形选择,颜色选色,图形累加的功能-complete with the graphic drawing software, graphics options, color color selection, graphics accumulation function
Floyd-Steinberg
- Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
houghlines00
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform space and the use of images Hough parameter space of point-line duality, transmit images of the space problem of detecting the change of
houghpeaks00
- 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and the use of images Hough paramete
beta
- 直方图均衡化的另一种解法,不是用累加的方法得到的,是用分配灰度值空间的办法。
huiduzhifangtu
- 自己编的一些关于图像灰度直方图处理的MATLAB源程序,包括加权距离,累加直方图,欧氏距离,直方图相交法,中心距法共5种方法,可选择适合的选用。
P-18
- 累加弦长三次参数样条曲线-cumulative chord three parameters spline curve
基于内容的图像检索
- 基于内容的图像检索,运行平台为vc。有详细的源代码,具体实现了HSV、MTM的累加直方图、加权直方图、中心矩等的检索,是个不错的东东。
CBIR 毕业设计做的一个图像检索系统
- 毕业设计做的一个图像检索系统,实现基于颜色直方图、累加直方图的检索-Graduation to do an image retrieval system, color-based histogram, cumulative histogram of the retrieval
leijiayanse
- 累加颜色直方图法图像检索,包含基本程序、图片库以及WORD说明文档-Cumulative color histogram image retrieval, including basic procedures, photo gallery and documentation WORD
examples
- 基于颜色累加直方图的图像检索,可供初学者参考,matlab编程实现-Cumulative color histogram-based image retrieval, reference for beginners, matlab programming
hough-matlab
- Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
houghpixels
- hough变换中的非零点检测,找到非零点,进行累加,才能找出直线-hough transform in the detection of non-zero, to find non-zero, to accumulate in order to find a straight line
hough
- (1)hough1.m计算所有点的直线参数 ,并将参数存入累加数组中; (2)houghpeaks.m文件进行峰值检测 (3)houghlines.m对图像中的线段检测和链接:-(1) hough1.m straight points for the calculation of all parameters, and parameters into the cumulative array (2) houghpeaks.m document peak detector (3) hou
matlab
- 算差分盒维数的matlab程序。 让窗口中的每个像素都对分数维作出贡献。首先,计算某一尺度窗口的平均灰度值 ,然后判断每一个像素的灰度 ,若大于灰度平均值 ,则累加其灰度值为 max ,若小于灰度平均值 ,则累加其灰度值为min ,用max 和min代替 在 Sarkar 和 Chaudhuri 算法中的最大值和最小值 ,再通过拟合求出分数维。 -Differential count box dimension matlab program. Let window on the fractal
EyePos
- 最小邻域均值投影函数及其在眼睛定位算法.提出一种投影函数:最小邻域均值投影函数.该函数通过计算每条投影线上各像素点邻域均值的最小值 来跟踪图像中的低灰度特征.与传统的积分投影函数和方差投影函数相比,它以求最小值的局部选择性代替传统投 影函数的全局累加性,因此具有对片状噪声不敏感的特点、此外,在计算过程中,它还能记录最小值点的二维位置信 息,是一个二维的搜索算子、最小邻域均值投影函数的这些特点使其非常适合于眼睛定位.它对眼睛,特别是瞳孔,总 能够产生精确、鲁棒的响应通过在CAS—P
opengl
- 绘制一个多边形,实现以下变换:a) 按字母U或u进行旋转轴的切换:旋转轴为垂直于屏幕的直线,过当前窗口中心或者过物体中心(通过按U/u在两种可能中切换)。改变旋转轴后的变换是在以前发生所有变换的基础上累加进行的。b) 按字母R或r, 物体绕旋转轴分别旋转一个小角度d0或者-d0。 c) 按向上、下、左、或右方向键,物体相对于屏幕向上、下、左、或右平移固定长度L0。d) 按S或s实现物体绕自身中心放大为原来的k或1/k倍,其中k>1为放缩因子。e) 如果按字母i或I, 则取消之前b,c,
main
- 自己做的一个基于颜色的图像检索程序,采用分块+累加的方法,希望对你有用-Own a color-based image retrieval procedure, the use of block+ cumulative, and I hope useful to you
Averaging-background-Method
- 第一段代码:只建立一个背景模型,摄像头不能动。首先累加前 T 帧图像,求均值,作为背景,然后当前帧减去求的背景,即为前景。 //Averaging background Method. 第二段代码:不断更新背景,摄像头可以动。-The first piece of code: create a background model, the camera can not move. First of all, cumulative T frame averaging, as a backgrou
PCA_Nicolas
- 提出一种基于主成分分析(PCA)分解的图像融合框架。对源图像进行主成分分析,依据前几个主成分重建图像,经过下采样过程得到近似图像,对近似图像进行上采样,得到上层图像的差异图像(即细节图像),将最底层近似图像与各层细节图像进行累加完成图像的重构-The proposed fusion framework based on principal component analysis (PCA) decomposition. Principal component analysis of the sou