当前位置:
首页
资源下载

搜索资源 - image pixel values
搜索资源列表
-
1下载:
获取bmp图像的像素值,并将其像素值保存到指定的文本文件中。-access bmp image pixel values and the preservation of its pixel value to the specified text file.
-
-
0下载:
纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defining a template for the origina
-
-
0下载:
将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
-
-
0下载:
基于混沌系统的图像加密算法,先采用Arnold猫映射进行像素点位置置乱,然后对置乱后的图像的像素值进行Liu混沌加密或者Lorenz混沌加密。-Chaotic systems based on image encryption algorithm, first using Arnold cat map for the location of pixel scrambling, and then scrambling image pixel values Liu chaotic encryptio
-
-
0下载:
JAVA数字图像处理,获取图像Miss.jpg的象素,保存在一个数组中!同时可以获得图像的RGB值和Alpha值。-JAVA Digital Image Processing, access Miss.jpg pixel image, stored in an array! At the same time, the image can be RGB values and Alpha value.
-
-
0下载:
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE
-
-
1下载:
动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如vc,vb中都比较方便,有直接的着方
面的函数,本程序在matlab图像处理实现-Dynamic display mouse coordinates and image pixel values for the dynamic display mouse coordinates and pixel value, in other languages such as vc, vb are more convenien
-
-
0下载:
老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Descr iption
The mosaic.m scr ipt operates as follows:
First, it converts the values of the images from unsigned int to double. This is done because most of the MATLAB operations use double as default type. Th
-
-
0下载:
This program will get back the pixel values from the image-This program will get back the pixel values from the image..
-
-
1下载:
获得图像某点的像素值,该程序比较简单易懂,适合初学者-A point to obtain the image pixel values, the program is relatively simple to understand for beginners
-
-
1下载:
基于LSB的直接4bit替换法,就是直接用秘密图像像素值的高4bit去替换载体图像像素值的低4bit。 -Direct 4bit substitution, that is, the direct use of the secret image pixel values of the high-4bit image pixel value to replace the carrier' s low 4bit.
-
-
0下载:
直方图均衡,图像去雾处理,是把原始图像的灰度直方图从比较集中的某个灰度区间变成在全部灰度范围内的均匀分布。直方图均衡化就是对图像进行非线性拉伸,重新分配图像像素值,使一定灰度范围内的像素数量大致相同。-Histogram equalization, image processing to the fog, is the original image histogram to a gray scale from the more concentrated into the full range o
-
-
0下载:
纹理是普遍存在的视觉现象,其可以描述地形、植物、矿石、纤维和皮肤等等物体的表面特征。纹理结构在图像中反映其图像像素取值的空间变化情况,这种变化具有某中统计规律,在纹理区域内的各部分具有大致相同的结构-Visual texture is a common phenomenon, which can describe the terrain, plants, minerals, fiber and skin surface features of objects and so on. Texture
-
-
0下载:
关于在c环境中快速读取图像像素值的方法 -C environment on the fast way to read the image pixel values
-
-
0下载:
直方图均衡化是指将一幅图像的像素值均匀地分布在图像的各个区间上,从而是图像的视觉效果得到改善。-Histogram equalization is an image pixel values evenly distributed in various intervals in the image, which is to improve the image of the visual effects.
-
-
0下载:
Display Digital Image pixel values.
Dev language : C++
Include VC++ Project files.
-
-
0下载:
在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values will be the image array processed image pixel values R
-
-
0下载:
reading of image pixel values
-
-
0下载:
本文主要讲讲怎样改变图片的对比度和亮度,其实就是图片像素值线性变化了而已,对比度对应线性变化的系数,亮度对应其常量。参考资料为opencv自带tutiol及其code.
开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.
实验功能:
单击Open image按钮,在电脑中打开一张图片并显示出来。
拖动Contrast滑动条,改变对比度的值,可以看到对比度值的改变过程在滑动条下方显示,左边图片对应为其对比度改变后的效
-
-
0下载:
主要为图像的像素值的读取和输出,采用opencv和C++编程,-Mainly for the image pixel values of the load and the output, using opencv and c++ programming,
-