CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 像素值

搜索资源列表

  1. noise_new

    0下载:
  2. 基于噪声检测的中值滤波,先通过邻域计算检测是否为噪声,再进行开关中值滤波,对于被判断为噪声的像素不再参与其他像素的中值滤波,能够有效滤除噪声并且保留细节较好-Noise Detection Based on median filtering, first calculated by testing whether the neighborhood noise, then the switching median filter for noise pixels are judged to no l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:882
    • 提供者:chen
  1. OpencvImageBinarization

    0下载:
  2. 实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0. -To achieve binary, when the pixel value (r+ g+ b)/3> 128 when set to 255, when the pixel value is less than 128 is set to 0.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:656
    • 提供者:
  1. image-read

    0下载:
  2. 根据bmp的header(长宽 位数 信息) 开始读文件 读出每个位置点的RGB分量,用3个3维数组,R[x][y][val],G[x][y][val],B[x][y][val] RGB组合成像素值(可能要求你输出灰度值),一个3维数组,P[x][y][val] -image read
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:henry
  1. GetPixelsOfImage

    0下载:
  2. 结合OpenCV,获取图像任意位置的像素值(包含程序运行时间计算).-combine with OpenCV, the project can get the pixels at any position of the image.(inclue the execution time of the program)
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:580756
    • 提供者:雷会
  1. BMPOfData

    0下载:
  2. 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values ​ ​ will be the image array processed image pixel values R
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24884
    • 提供者:杨柳
  1. ImageProcessingWPF4

    0下载:
  2. 这是我在C#中的第十条。这个时候,我曾尝试在WPF图像处理。本文的目的是能够建立一个类,它允许任何C#程序员进行图像处理功能。在我以前的类似文章图像处理在Windows应用程序。这一次,目的是尝试由WPF。 ,我们正在做它在C#的原因是,这对我来说非常灵活。我们可以看到,代码变得更加复杂,当我们开始移动像素或改变值的计算方法为基础,同时考虑到所有的像素值。 -This is my tenth article in C#. This time i have tried Image Proces
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:652946
    • 提供者:许慧
  1. dark-channel

    0下载:
  2. 寻找最低像素值的matlab实现:通过图像矩阵的循环查找,能实现最低像素值的快速寻找-Matlab find the lowest pixel value to achieve: to find the cycle through the image matrix, to achieve the minimum pixel value Quick Find
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:584
    • 提供者:跨世纪
  1. imageRW_gdal

    0下载:
  2. 图像读写程序,基于GDAL开发,实现各种格式影像的读取与修改。具备修改影像像素值以及头文件信息的功能。-Image reading and writing program, based on development, realize the various formats GDAL read and modification of the image. Have modified image pixels and head of the file information function.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3569052
    • 提供者:
  1. pixel

    0下载:
  2. 使用设备上下文做的包括鼠标位置提取,当前像素值,截屏,保存截屏,显示截屏。五种功能使用不完全相同的设备上下文技术实现。-Done using the device context extraction, including the mouse position, the current pixel value, screenshots, and save screenshots to show screenshots. Five functions are not exactly the sam
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3633957
    • 提供者:dica
  1. UCGUIFontTool_V0.1

    0下载:
  2. 是基于ucos+ucgui嵌入式系统开发必备工具,解决UCGUIFontTool导出大字体时点阵为空白的Bug:原程序中导出数据时“像素值的判断”存在bug!-Ucos+ ucgui based embedded system development tools necessary to solve UCGUIFontTool export large font matrix blank Bug: When you export data in the original program &quo
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:113216
    • 提供者:
  1. yuzhihuafenge

    0下载:
  2. 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1089
    • 提供者:杨莎莎
  1. wavelet-scale-edge

    0下载:
  2. 这个程序的作用是检索图转成灰度图并且调整图像的像素值,可以改变对比度和颜色-The role of this program is to retrieve the chart converted to grayscale and adjust the image' s pixel values, can change the contrast and color
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:686
    • 提供者:maryamgul
  1. dna

    1下载:
  2. 分解图像像素值为二进制,对图像进行二进制为基础的DNA编码-Decomposition of the image pixel value is binary, binary image based on the DNA coding
  3. 所属分类:matlab

    • 发布日期:2017-01-17
    • 文件大小:1024
    • 提供者:刘丽
  1. OpenCV-read-a-pixel

    0下载:
  2. opencv实现读取像素值 -opencv read a pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:130281
    • 提供者:王佳佳
  1. tiquxiangsudian

    0下载:
  2. DEV-C++程序实现图像的像素值,用鼠标点取一点会自动显示该点的RGB值。-DEV-C++ program to achieve the pixel values, use the mouse to point to take the point that will automatically display the RGB values.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:101762
    • 提供者:刘健
  1. fun

    0下载:
  2. 代码经过优化处理,可以实现DCT像素值提取,DCT矩阵读取等。-After code optimization, pixel values ​ ​ can extract DCT, DCT matrix reading and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:729
    • 提供者:asdfasdf
  1. pic_to_txt

    0下载:
  2. 把图片的像素值rgb 通过rgb转hsv函数 转换为按图表(里面图片的数值), 输出文本,可以在画图软件里绘制图像,转换文本后当作速度场或电介质场在fdtd模拟中调用。-The image pixel value rgb by rgb hsv transfer function Converted according to the chart (the value inside the picture) output, Output text, drawing softwar
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-10
    • 文件大小:17550804
    • 提供者:张健男
  1. Mask1

    0下载:
  2. 初学者,查找相邻像素值4-PATH ,然后用白色标出。-Find the adjacency value of a given pixel for image
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:493094
    • 提供者:lzz4a
  1. medianFilter0918

    0下载:
  2. 本程序实现灰度图像的均值滤波,均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。 -This program the gray-scale image of the mean filter, mean filter is a typical linear filtering algorithm, it is on the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7947213
    • 提供者:wangjing
  1. 454

    0下载:
  2. 用代码做风景相册 1、准备尺寸大小相同的网上风景图片若干张(不超过28张), 2、打开文章编辑框,点选“源代码”, 3、将下面的源代码复制、粘贴进编辑框内, 4、用自己的图片网址替换源代码中的图片网址(红色), 5、根据图片的尺寸大小,修改源代码中图片的宽(width)和高(height)的像素值, 6、点选“编辑”,按正常编辑模式发表文章。-Using the code to do landscape album
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:lihui
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com