搜索资源列表
fifo256x48
- dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示-the issue of the data from the dvi interface
DMX512APV3.1
- 概述 DMX512AP是并联应用单线传输三通道LED驱动输出控制专用芯片,兼容并扩展DMX512(1990)信号协议。芯片内含电源稳压电路,时基电路,信号解码模块,数据缓存器,三通道恒流驱动器(电流值可由*电阻调控),以及内置振荡器。每一输出通道皆可输出8位(256级)灰阶的可调线性电流。支持输出端极性反转。单独的写码信号线可以一次性串联写码,带外置EEPROM存放芯片地址,支持与DMX512A-W组合使用。 特性说明 ◆ 三通道开漏输出,最大恒流输出:
dot-gain
- 数字图像的网点增大补偿,通过对组成图像的数字矩阵进行处理,从而达到对每个像素灰度值得调整,在后面的印刷输出中减小网点增大。-Digital image dot gain compensation, the image formed by the digital matrix processing, so as to achieve each of the pixel gray worth adjustment, reducing the output of the back of the pri
libelas
- Libelas(大规模高效立体匹配库)是cross-platfrom c++ 图书馆与MATLAB计算包装差异大的地图图像。输入 是一双纠正灰度立体图像的大小相同。输出相应的 差距的地图。-Libelas (LIBrary for Efficient LArge-scale Stereo matching) is a cross-platfrom C++ library with MATLAB wrappers for computing disparity maps of la
T01
- matlab采用半色调技术对图像进行显示:用模板近似表示10个灰度级,每一个灰度级用3*3 的模板来表示,并对如下图所示的256*256的渐变图像进行半色调输出的检验。-matlab using halftoning image display: template approximated 10 gray levels, a gray level of each template used to represent the 3* 3, and the gradation of the image
banglao
- 经典的灰度共生矩阵纹理计算方法,使用拉亚普诺夫指数的公式,光纤陀螺输出误差的allan方差分析。- Classic GLCM texture calculation method, Raya Punuo Fu index us
paimang_v65
- 实现了图像的灰度化并进一步用于视频监视控,正确率可以达到98%,光纤陀螺输出误差的allan方差分析。- Achieve a grayscale image and further control for video surveillance, Accuracy can reach 98 , allan FOG output error variance analysis.
图像处理 灰度直方图
- 可以根据输入的一幅图像,输出图像的灰度直方图,亲测可行。(According to the input of an image, output gray histogram of the image, pro test feasible.)
equalize_hist
- 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter