搜索资源列表
GetPixelColor
- 获取屏幕上像素点的坐标、颜色(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
jsfjjfjfjf
- 该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(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 来实现循环,所以在这个循环过程中注意
RGBcontrast
- 调整对比度:首先设定一个阀值,通常是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
medianfilter
- 中值滤波法是一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.-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.
test4
- 编写一个单文档应用程序,当按下鼠标左键时,以鼠标点击位置为圆心、以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,
RGBW
- STC单片机驱动12个像素点256级灰度的灯具-STC microcontroller driven 16 256 pixel grayscale lamps
picshow_snow
- picshow 飘雪特效 像素点按一定比例炸开 后重新排列 -Picshow snow effects pixels according to a certain proportion after explosion rearrangement
pcnn
- pcnn分割,输入的灰度图像,Edge:检测到的一些边界点,Numberofaera则表明了在各次迭代时激活的块区域 利用PCNN进行图像分割时,是将每个像素对应一个PCNN神经元,归一化的像素灰度值 作为外界刺激新型号,将这些神经元按一定方式连接,就得到一个单层脉冲耦合神经网络,向 网络输入一幅图像,当某个像素对应的神经元发生脉冲,邻域内与它相似的神经元也发生脉冲, 产生的脉冲序列构成了一个二值图像序列,这样的序列就是PCNN输出的分割图像。-PCNN segment
GETRGB
- 得到指定图像像素点的RGB色彩值,简单实用,可以作为参考。-Specifies the RGB color values of pixels image, simple, practical, and can be used as a reference.
daivisual
- 对高光谱图像的可视化源代码,能够实现对RGB图像不同像素点足以可视化-Hyperspectral image visualization source code, it is possible to achieve sufficient pixel RGB images of different visual
largest-connected-domain
- 求取图像的最大连通域,像素点,及连通分量中心-Obtaining an image of the largest connected domain, pixels, and connected component center
lab
- 将彩色图像转化成为灰度图像的过程成为图像的灰度化处理。彩色图像中的每个像素的颜色有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
2465
- 易语言图片加减效果源码例程程序结合易语言画板像素点,实现图片相加或相减的效果。 -Easy language image subtraction effect source routine procedures combined with easy language Sketchpad pixel, image addition or subtraction to achieve the effect of.
iquam
- 表示出两帧图像间各个像素点的相对情况,关于神经网络控制,做视觉测量的上位机代码。- Between two images showing the relative circumstances of each pixel, On neural network control, Do Vision Measurement PC code.
gq067
- 完整的图像处理课设,包含所有源代码,汽车图像,验证可用,表示出两帧图像间各个像素点的相对情况。- 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.
jvrev
- 小波包分析提取振动信号中的特征频率,表示出两帧图像间各个像素点的相对情况,包含收发两个客户端的链路级通信程序。- 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
av208
- 供做算法研究人员参考,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.
6-30玉米
- 通过像素点分析检测图片中每个玉米秆的距离(Detecting the distance of corn stalk in the picture)