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

搜索资源列表

  1. GetPixelColor

    1下载:
  2. 获取屏幕上像素点的坐标、颜色(RGB及COLORREF值)的小程序。 http://spaces.msn.com/KSwildgoose-access pixels on the screen coordinates of the point, the color (RGB and COLORREF values) of the small program. Http://spaces.msn.com/KSwildgoose
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.41kb
    • 提供者:水中雁
  1. jsfjjfjfjf

    0下载:
  2. 该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(dx,cx)则接其后的像素起始坐标为(dx+1,cx-1),终点坐标为(dx+1,cx+1),再接着的下一行像素的起始坐标为(dx+2,cx-2),终点坐标为(dx+2,cx+2),再下一行始终点坐标分别为(dx+3,cx-3),(dx+3,cx+3).依此类推直到最后一行的始终坐标分别为(dx+n,cx-n),(dx+n,cx+n).在写同行像素时用cmp cx,cx+n jnz Y 来实现循环,所以在这个循环过程中注意
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:291.33kb
    • 提供者:浩浩
  1. RGBcontrast

    0下载:
  2. 调整对比度:首先设定一个阀值,通常是128;然后判断像素点的R,G,B值,凡是大于128的, 增加一个值,小于128的,减少一个值-Adjust the contrast: First, set a threshold, usually 128 then determine the pixel R, G, B values, all greater than 128, add a value smaller than 128, reduce the value
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:7.1kb
    • 提供者:齐武献
  1. medianfilter

    0下载:
  2. 中值滤波法是一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.-Median filtering method is a non-linear smoothing technique, it' s gray value of each pixel set to the point of a neighborhood window of pixels gray value of the median.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:344.13kb
    • 提供者:齐武献
  1. test4

    0下载:
  2. 编写一个单文档应用程序,当按下鼠标左键时,以鼠标点击位置为圆心、以20像素为直径输出一个圆,并且在圆心输出这个圆的编号(第一次按下鼠标左键时圆心处输出“1”)。-Write a single document application, when you press the left mouse button, the mouse click position as the center, 20 pixels for the diameter of the output of a circle,
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:2.24mb
    • 提供者:suxiuqing
  1. RGBW

    0下载:
  2. STC单片机驱动12个像素点256级灰度的灯具-STC microcontroller driven 16 256 pixel grayscale lamps
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:xiaoyu
  1. picshow_snow

    0下载:
  2. picshow 飘雪特效 像素点按一定比例炸开 后重新排列 -Picshow snow effects pixels according to a certain proportion after explosion rearrangement
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:237.12kb
    • 提供者:zhy
  1. pcnn

    0下载:
  2. pcnn分割,输入的灰度图像,Edge:检测到的一些边界点,Numberofaera则表明了在各次迭代时激活的块区域 利用PCNN进行图像分割时,是将每个像素对应一个PCNN神经元,归一化的像素灰度值 作为外界刺激新型号,将这些神经元按一定方式连接,就得到一个单层脉冲耦合神经网络,向 网络输入一幅图像,当某个像素对应的神经元发生脉冲,邻域内与它相似的神经元也发生脉冲, 产生的脉冲序列构成了一个二值图像序列,这样的序列就是PCNN输出的分割图像。-PCNN segment
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:jcj
  1. GETRGB

    0下载:
  2. 得到指定图像像素点的RGB色彩值,简单实用,可以作为参考。-Specifies the RGB color values of pixels image, simple, practical, and can be used as a reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:848.98kb
    • 提供者:唐门
  1. daivisual

    1下载:
  2. 对高光谱图像的可视化源代码,能够实现对RGB图像不同像素点足以可视化-Hyperspectral image visualization source code, it is possible to achieve sufficient pixel RGB images of different visual
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:huanshulang
  1. largest-connected-domain

    0下载:
  2. 求取图像的最大连通域,像素点,及连通分量中心-Obtaining an image of the largest connected domain, pixels, and connected component center
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1023byte
    • 提供者:方圆
  1. lab

    0下载:
  2. 将彩色图像转化成为灰度图像的过程成为图像的灰度化处理。彩色图像中的每个像素的颜色有R、G、B三个分量决定,而每个分量有255中值可取,这样一个像素点可以有1600多万(255*255*255)的颜色的变化范围。-The color image into a gray image process become image gray scale processing. Color image of the color of each pixel in R, G, B three components
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:2.49mb
    • 提供者:王琳然
  1. 2465

    0下载:
  2. 易语言图片加减效果源码例程程序结合易语言画板像素点,实现图片相加或相减的效果。 -Easy language image subtraction effect source routine procedures combined with easy language Sketchpad pixel, image addition or subtraction to achieve the effect of.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-06
    • 文件大小:917.08kb
    • 提供者:zhch21
  1. iquam

    0下载:
  2. 表示出两帧图像间各个像素点的相对情况,关于神经网络控制,做视觉测量的上位机代码。- Between two images showing the relative circumstances of each pixel, On neural network control, Do Vision Measurement PC code.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-22
    • 文件大小:5kb
    • 提供者:官振运
  1. gq067

    0下载:
  2. 完整的图像处理课设,包含所有源代码,汽车图像,验证可用,表示出两帧图像间各个像素点的相对情况。- Complete class-based image processing, contains all of the source code, auto image, Verification is available, Between two images showing the relative circumstances of each pixel.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:曹忠文
  1. jvrev

    0下载:
  2. 小波包分析提取振动信号中的特征频率,表示出两帧图像间各个像素点的相对情况,包含收发两个客户端的链路级通信程序。- Wavelet packet analysis to extract vibration signal characteristic frequency, Between two images showing the relative circumstances of each pixel, Contains two clients receive link-level commun
  3. 所属分类:source in ebook

    • 发布日期:2017-12-20
    • 文件大小:5kb
    • 提供者:雷朋斌
  1. av208

    0下载:
  2. 供做算法研究人员参考,Gabor小波变换与PCA的人脸识别代码,表示出两帧图像间各个像素点的相对情况。- Algorithm for researchers to do reference, Gabor wavelet transform and PCA face recognition code, Between two images showing the relative circumstances of each pixel.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-21
    • 文件大小:7kb
    • 提供者:张雷书
  1. 6-30玉米

    0下载:
  2. 通过像素点分析检测图片中每个玉米秆的距离(Detecting the distance of corn stalk in the picture)
  3. 所属分类:LabView编程

    • 发布日期:2021-04-03
    • 文件大小:51.56mb
    • 提供者:AiAiYouAi
搜珍网 www.dssz.com