搜索资源列表
IMGCaputre
- 图像的感知和获取,基础的获取,采样,现实量化等-Image perception and access to, basic access, sampling, quantization reality
cannyedge
- 图像处理,运用计算机对图像数据进行的各种运算。一般包括预处理、图像恢复、图像增强、图像配准、图像分割、采样、量化、图像分类和图像压缩等。1-Image processing, image data use computer to all kinds of operations. General including pretreatment, image restoration, image enhancement, image registration, image segmentation,
zhuangye
- 图像数字化是将一幅画面转化成计算机能处理的形式。具体来说,就是把一幅图画分割成一个个小区域(像元或像素),并将各小区域灰度用整数来表示,形成一幅数字图像。它包括采样和量化两个过程。小区域的位置和灰度就是像素的属性。单波段、多波段和超波段图像。-Is a digital image into the screen in the form of a computer can handle. Specifically, is to split a picture into a small area (
lena
- 图像处理c代码,实现lena图像处理,对图像数据进行的运算。包括图像恢复、图像增强、图像分割、采样、量化、图像分类和图像压缩等。 -picture processing
jxf_BMP_0612
- 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
BmpToJpgJpgToBmp
- 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
caiyang
- 1、用matlab编写采样和量化程序,并对比分析不同空间和幅度分辨率的数字化图像的效果;对比分析自己程序与matlab自带函数的效果; 2、用matlab编写彩色图变灰度图和二值图。-1, using matlab sampling and quantization procedures, and comparative analysis of the effect of different spatial and amplitude resolution digitized image
图像的采样和量化
- 图像的采样和量化是图像处理中重要的知识点,采样和量化的熟练掌握对学习图像处理很重要。
图像数字化
- 图像数字化包括图像的采样和量化等功能,实现图像的像素变化(The image digitalization includes the functions of sampling and quantizing the image to realize the pixel change of the image)
数字图像处理
- 对512x512的lenagray.jpg图像分别采样为256x256、128x128、64x64的图像; 对lenagray.jpg图像分别量化为64级灰度图像、32级灰度图像、8级灰度图像和4级灰度图像。(The lenagray. jpg images of 512x512 were sampled as 256x256, 128x128 and 64x64 images respectively. The lenagray.jpg image is quantized into 64-l
matlab图像处理代码(采样量化灰度二值化)
- 资源包含利用matlab对图像进行采样、量化、灰度、二值化操作,采样间隔和量化级可选,不同的功能写成了不同的函数文件,通过调用函数文件进行图像处理