搜索资源列表
%BB%F9%D3%DA%D2%C5%B4%AB%CB%E3%B7%A8%B5%C4%B6%AF%C
- 基于遗传算法的动态模糊聚类 基于遗传算法的动态模糊聚类-dynamic fuzzy clustering based on genetic algorithm dynamic fuzzy clustering
JPG
- 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
对图像进行YCbCr分解
- rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
RGB2YCbCr(0-255)
- This module converts the incoming Red, Green, and Blue 8-bit pixel data into Y, Cb, and Cr 8-bit values. The output values will be unsigned in the range of 0 to 255. data_in contains the Red pixel value in bits [7:0], Green in bits [15:8], a
TowersOfHanoi
- 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
wbalance
- Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
841c_lib
- CB的指导书,有比较详细的列子和具体分析-zhi dao shu
work
- 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。-failed to translate
CB-Tree
- C++数据结构中经典B-树的构造方法,功能包括初始化、插入、删除、在控制台输出等功能。-C++ data structure in the classic B-tree construction methods, features include initialization, insert, delete, in the console output and other functions.
Improvement-of-CB-a-BC-Algorithms-for-Learning-St
- Berbicara tentang algoritma BC
cb
- it is the matlab model for simulation of the class bchopper with full details of parametrs
CB
- 可转债定价模型,matlab编写,根据中国国情,考虑到修正条款-convertable bond
cb-price(matlab-code)
- 为可转换公司债券定价的必备程序,在matlab环境中实现。-This is matlab code for Convertible Bond pricing.
shiyan064
- 用双线性变换法设计BW型或CB型的不同类型(低通、高通、带通)的数字滤波器求出系统的单位脉冲响应h(n)-Bilinear transform design BW or CB-type (low pass, high pass, band-pass) digital filter to find the system unit impulse response h (n)
CoMP_JP_CB
- 模拟COMP中的JP和CB两种传输模式,预编码方式为SLNR-Simulation of JP and CB COMP two transmission modes, pre-encoding is SLNR
MATLABupload
- Digital Image Processing Image read and Y Cb Cr components for an image
fft
- FFT算法实现。代码清晰,是初学FFT算法的最佳参考资料。采用CB编写。-FFT algorithm. The code is clear, is the best resources for beginners FFT algorithm. Using CB.
work
- matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is