搜索资源列表
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
DctQuant
- 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
pseudocolor
- 数值图像处理。对图像像素进行灰度转换。一共实现了两种转换方法。-Numerical image processing. The image pixel gray-scale conversion. To achieve a total of two conversion method.
hw2
- 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
D
- 灰度图像的量化和直方图均衡化直接调用函数。量化是指将像素灰度转换成离散的整数值的过程。量化等级越多,所得图像层次越丰富,灰度分辨率高,图像质量好,但数据量大。-Write MATLAB functions to quantize grayscale image with given quantization step Q. Process the given test images “Lena” with quantization steps Q=2, 4, 8 16, 32, 64, 1
unittrans
- 使用Qt写的单位转换工程文件。可以在米、毫米、英尺、英寸、尺寸之间任意转换。在左边文本框输入数值,右边的文本框自动显示结果,同样,在右边输入,左边自动显示结果,使用非常方便。当然还有不足之处,会陆续改进。-Use Qt to write unit conversion project file. Can any conversion between M, mm, inches, feet, size. On the left side of the text box to enter the v
matlab_txttoTif
- 利用MATlab将Txt文件转换为TIF文件,txt文件格式为行号,列号,数值,tif总行列号可通过记事本更改-The matlab program of transform the TXT to TIF.
shuzhizhuanhuan101
- 完成不同数值数据间的相互转换,比如2进制和16进制等的转换-Completion of different numerical data between the conversion, such as 2 M and 16 M, such as conversion
RGBConver
- C++/Qt rgb数值和16进制数值 转换工具,并且集成了截屏工具。可以动态截取屏幕.-this C++/ Qt tools used to convert color rgb value and hex value, it also has a screen capture tool.
T2K
- 基于matlab软件的 modis遥感影像地表温度产品数值的转换,转换为开氏温度- Matlab software based on the MODIS remote sensing image surface temperature product value conversion, converted to Kelvin temperature
2
- 熟练使用Visual C++ 6.0里面的MFC,实现直线的扫描转换的三种常用算法:数值微分法(DDA算法),中点画线法,Bresenham算法。-Skilled use of Visual C++ 6 inside the MFC, the realization of linear scan conversion of the three commonly used algorithms: numerical differentiation (DDA algorithm), the midp
serbeecreate
- 可用于ansys模型向flac转换 相当实用的岩土体数值计算软件伴侣!()
15990056#2
- 直线光栅扫描转换算法的实现 bresenham 数值微分算法(Implementation of linear grating scan conversion algorithm)