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

搜索资源列表

  1. matlab-zhongzhilvbo

    0下载:
  2. 中值滤波,去噪 实验原理:中值滤波器是将领域内像素灰度的中值代替该像素的值,对处理脉冲噪声(椒盐噪声)非常有效。为了对一幅图像上的某个点进行中值滤波处理,必须先将掩模内欲求的像素及其领域的像素值排序,确定出中值,主要功能是使拥有不同灰度的点看起来更接近于它的邻近值。-Median filtering and denoising Test principle: median filter is to field pixel gray value instead of the pixel v
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:3026
    • 提供者:1123
  1. tuxiangzenqiang

    0下载:
  2. 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.4 频域增强 MATLAB 实例 13.4 色彩增强 13.4.1 真彩色增强 13.4.2 伪彩色增强 13.5 小波增强-13.1 13.1.1 pixel gray-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-26
    • 文件大小:4288
    • 提供者:jqh
  1. in2bw

    0下载:
  2. 这是一个将图像进行二值化的C程序,能有效地将图像二值化后并将像素值传入一个文件进行相似度比较-This is one of two images of the value of C procedures, effective image after two values and the pixel values into a document similarity comparison
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2185
    • 提供者:Egypti
  1. pixel

    0下载:
  2.   用一个简单的例子来说明如何遍历图像:减少图像中的颜色数目。   彩色图片由三个通道,由于每一个强度都是一个8位的unsigned char 表示,所以所有可能的颜色数目为256*256*256,很是庞大。为了降低分析的复杂度,降低图片的颜色数目是有用的。   这个算法很简单,对图片中每个像素的每一个通道,将其值除以N(整数除法,舍去余数),然后乘以N,这样就能得到不大于原始像素值的N的最大倍值。-Use a simple example to illustrate how to tr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4048170
    • 提供者:苡米
  1. yuv

    1下载:
  2. C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
  3. 所属分类:2D Graphic

    • 发布日期:2015-03-25
    • 文件大小:2048
    • 提供者:花花
  1. chaopicture

    3下载:
  2. 分别利用一维logistic、三维lorenz混沌映射实现任意尺寸彩色图像加密与解密(像素值及其位置都发生了改变)。密钥为混沌序列初始值。(内有详细说明)-Respectively, using one-dimensional logistic, three-dimensional lorenz chaotic mapping to achieve any size color image encryption and decryption (pixel values ​ ​
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:374495
    • 提供者:王博
  1. Medianblur-opencv

    0下载:
  2. 中值滤波选择每个邻域像素的中值输出; -截尾均值滤波是指去掉百分率为 的最小值和最大值;定义域滤波中沿着边界的数字是像素的距离;值域就是去掉值域外的像素值。-Median filter to select each neighborhood pixel values ​ ​ in the output - trimmed mean filter is the minimum and maximum percentage of the removed domain filte
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4911354
    • 提供者:many
  1. depth_measure

    0下载:
  2. 该项目适合学习kinect游戏开发时使用。与景深数据有很强的联系。可以通过点击图片上的像素值获取kinect距离该点的深度值。该项目使用C#语言。-The project is suitable for learning kinect game development.It has strong links with the depth of field data.if you click on the image pixel,you can get the value of the dista
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:57105
    • 提供者:vina
  1. hidden_feature_enhancement

    0下载:
  2. 这个脚本显示了如何使用本地局部和全局直方图共同加强图像,特别针对图像上有隐藏的部分。 利用了nlfilter()函数及循环遍历像素值修改。-This scr ipt shows to how to use local and global histograms to work together to locally enhance the image, especially suitable for the case that parts of the image may contain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:38896
    • 提供者:vina
  1. m11

    0下载:
  2. 混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal compon
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3881890
    • 提供者:
  1. balancegray

    0下载:
  2. 灰度直方图均衡,将图像化为0-1区间的像素值的代码,已经过调试,能用。用于二维或三维图像处理。-Histogram equalization, the image pixel values ​ ​ into the code 0-1 range, it has been testing, can be used. For two-dimensional or three-dimensional image processing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:echo
  1. 1

    0下载:
  2. 基于MFC对话框的图片打开和获取指定点像素值,调用opencv函数-Open access to the specified point and the pixel values ​ ​ of the image-based MFC dialog, call the opencv function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1988902
    • 提供者:范照曦
  1. pointvalue

    0下载:
  2. 读入图像,鼠标点击图像,同时显示单击处的坐标值和像素值。-Read the image, click on the image, and display the coordinate values ​ ​ and the pixel value at the click.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1207
    • 提供者:赵辉
  1. getpixel

    0下载:
  2. VB得到Windows桌面的像素大小,主要是得到高度和宽度值,也就是大家熟悉的像素值,叫做也可以,一句代码就可实现这种功能:MsgBox ("桌面宽度为:" & Screen.Width / Screen.TwipsPerPixelX & "像素,高度为:" & Screen.Height / Screen.TwipsPerPixelY & "像素"),会弹出一个窗口告诉你桌面的长度像素值和宽度像素值。-VB get the pixel size of the Windows desktop,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1194
    • 提供者:ipudn43
  1. mousepoint

    0下载:
  2. VB获取鼠标指针坐标,在窗口中适时显示鼠标坐标,移动鼠标适时显示坐标信息,是计算鼠标所经过点的像素值,以下代码是关键代码:   Private Sub Timer1_Timer()    Dim point As POINTAPI    GetCursorPos point 获取鼠标位置    Label1.Caption = "当前鼠标坐标:" & point.x & " , " & point.y   End Sub-VB to get the coordina
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4450
    • 提供者:jpudn17
  1. ex_18_5

    0下载:
  2. 对图像中不同目标进行标定,如质心、像素值的范围等。-For different target in the image calibration, such as the center of mass, the range of pixel values, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:801
    • 提供者:jagyan
  1. where_rgb_under_1

    0下载:
  2. Python脚本,找出图片中像素值小于1的地方,并全部换成其他颜色。-Python scr ipt, find the picture where the pixel value is less than 1, and replaced all other colors.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:586
    • 提供者:吴梓朋
  1. Delphi_580825

    0下载:
  2. Delphi动态设置窗口在屏幕的位置,你可以在文本框中输入需要显示窗口的左边距、右边距(像素值),不能大于你的屏幕分辨率值,然后窗体就会按照你的设计自动回到指定地方。 -Delphi dynamic settings window at the location of the screen, you may need to display the text box on the left side of the window at the right distance (pixel valu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5817
    • 提供者:5L00BPW
  1. Delphi_064261

    0下载:
  2. Delphi 获取显示器桌面的长宽像素大小,当程序运行的时候,有一个屏幕尺子在不停的丈量屏幕,当丈量完毕会显示出屏幕的长度、宽度像素值大小,如截图所示,获取的值还是很准确的。 -Delphi get the pixel size of the display width of the desktop, when the program is running, there is a screen ruler in constant measurement of the screen when
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:235383
    • 提供者:4FTK1GG
  1. Delphi_247178

    0下载:
  2. Delphi:Delphi获取任务栏尺寸大小,得到任务栏窗口上、下、左、右的像素值,简单的得到任务栏的相关参数。 -Delphi: Delphi get the taskbar size, get a window on the taskbar, the pixel values ??down, left, right, simply to get the relevant parameters of the taskbar.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5057
    • 提供者:UGG0RLY
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 46 »
搜珍网 www.dssz.com