Welcome![Sign In][Sign Up]
Location:
Search - image pixel values

Search list

[Special EffectsGetImageData

Description: 获取bmp图像的像素值,并将其像素值保存到指定的文本文件中。-access bmp image pixel values and the preservation of its pixel value to the specified text file.
Platform: | Size: 841927 | Author: dugaofen | Hits:

[Multimedia DevelopGetRGBHistogram

Description: 能將讀入的圖檔變成灰階圖 也能將圖檔的pixel值以直方圖顯示-able to read into the gray-scale image files into image files can also map the pixel values in histogram display
Platform: | Size: 630784 | Author: 傅國欽 | Hits:

[Special EffectsGetImageData

Description: 获取bmp图像的像素值,并将其像素值保存到指定的文本文件中。-access bmp image pixel values and the preservation of its pixel value to the specified text file.
Platform: | Size: 3551232 | Author: dugaofen | Hits:

[matlabpatchwork

Description: 利用patchwork方法,嵌入0-1水印。可设置像素修改值、选择各种经典的攻击方式和控制攻击强弱。返回提取的水印信息和峰值信噪比。利用Matlab编写。-The use of patchwork approach, embedding the watermark 0-1. Modify pixel values can be set to choose a variety of classic attacks and control the strength of the attack. Back to extract the watermark information and peak signal to noise ratio. Prepared using Matlab.
Platform: | Size: 108544 | Author: 张湛 | Hits:

[JSP/Javagetimagepels

Description: 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.
Platform: | Size: 20480 | Author: 张峰 | Hits:

[Crack Hackinformationhide

Description: 基于混沌系统的图像加密算法,先采用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 encryption or Lorenz chaotic encryption.
Platform: | Size: 1416192 | Author: 巢歌 | Hits:

[matlabotsu

Description: 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 Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.- 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 Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.
Platform: | Size: 2048 | Author: ltrko9kd | Hits:

[Special Effectsdongtai

Description: 动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如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 convenient, there is a direct function of the area, the procedures for implementation of image processing in matlab
Platform: | Size: 3072 | Author: 高锟 | Hits:

[Special EffectsImageMosaicCode

Description: 老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Description The mosaic.m script 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. Then, it asks for the points to be matched. Once it has this information it performs a transformation based on an estimate. The value of each pixel is then chosen using a bilinear interpolation. Finally, the mosaicked image is displayed.
Platform: | Size: 74752 | Author: jiajia | Hits:

[Windows DevelopTest1

Description: This program will get back the pixel values from the image-This program will get back the pixel values from the image..
Platform: | Size: 1024 | Author: lakshmanan | Hits:

[OtherGetPixel

Description: 获得图像某点的像素值,该程序比较简单易懂,适合初学者-A point to obtain the image pixel values, the program is relatively simple to understand for beginners
Platform: | Size: 2022400 | Author: kitty | Hits:

[Graph programzhijie4bitlsb

Description: 基于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.
Platform: | Size: 1232896 | Author: 陈小潘 | Hits:

[Special EffectsLBP

Description: 纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defining a template for the original image of each point, use the template to operate, the template center of neighboring regions corresponding to the center of the image pixel values corresponding to the pixel value comparison, and the comparison results for different locations given different weights, and thus, changing the value of the image corresponding points on the template corresponding to each position by the comparison of the results of the right to and express.
Platform: | Size: 2048 | Author: 徐忠超 | Hits:

[Special Effectszhifangtujunhanghua

Description: 直方图均衡,图像去雾处理,是把原始图像的灰度直方图从比较集中的某个灰度区间变成在全部灰度范围内的均匀分布。直方图均衡化就是对图像进行非线性拉伸,重新分配图像像素值,使一定灰度范围内的像素数量大致相同。-Histogram equalization, image processing to the fog, is the original image histogram to a gray scale from the more concentrated into the full range of uniform distribution within the gray area. Histogram equalization is that the image is non-linear stretch, re-distribution of the image pixel values, so that a certain number of pixels within the gray area roughly the same.
Platform: | Size: 1024 | Author: 蔡林 | Hits:

[matlabmatlab

Description: 纹理是普遍存在的视觉现象,其可以描述地形、植物、矿石、纤维和皮肤等等物体的表面特征。纹理结构在图像中反映其图像像素取值的空间变化情况,这种变化具有某中统计规律,在纹理区域内的各部分具有大致相同的结构-Visual texture is a common phenomenon, which can describe the terrain, plants, minerals, fiber and skin surface features of objects and so on. Texture in the image reflect the image pixel values of the space changes, this change has a certain statistical regularity in the texture of the various parts of the region have about the same structure
Platform: | Size: 38912 | Author: 田茹 | Hits:

[CSharpCsharpfastreadingimage

Description: 关于在c环境中快速读取图像像素值的方法 -C environment on the fast way to read the image pixel values
Platform: | Size: 10240 | Author: yanchao | Hits:

[matlabhisteq

Description: 直方图均衡化是指将一幅图像的像素值均匀地分布在图像的各个区间上,从而是图像的视觉效果得到改善。-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.
Platform: | Size: 2048 | Author: 李铮 | Hits:

[Special EffectsBMPOfData

Description: 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values ​ ​ will be the image array processed image pixel values ​ ​ need to be stored display images to correctly implement the palette to get the size of the bitmap information. With these issues, we targeted the following operation is given grayscale BMP image function when part of the implementation code and comments.
Platform: | Size: 24576 | Author: 杨柳 | Hits:

[Consolereading-Image-Pixels-Value

Description: reading of image pixel values
Platform: | Size: 5628928 | Author: figure | Hits:

[OpenCVpixel-put-and-read

Description: 主要为图像的像素值的读取和输出,采用opencv和C++编程,-Mainly for the image pixel values of the load and the output, using opencv and c++ programming,
Platform: | Size: 1024 | Author: seven | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net