搜索资源列表
CXIMAGE_SRC.ZIP
- Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / p
test12-28
- 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, an
fes
- 前置系统简介1.02版本简介(Front End System)前置系统的任务是进行全网实时数据的采集和预处理,具体内容为:监视通道的 工作状态;规约转换;收集各RTU送来的信息;对该信息加工形成所要求的数字信息; 对信息进行识别、检错、纠错处理;与后台机通讯以及向RTU传送控制命令 。-System version 1.02 pre-brief introduction (Front End System) pre-mission system for the whole netw
smagic
- 图像处理综合例子,提供的功能主要有: (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
canny
- canny边缘检测将输入写入一个单通道(灰度级)图像-canny edge detection to enter the writing of a single channel (grayscale) image
canny
- Canny边缘检测将输出写入一个单通道(灰度级)图像-Canny edge detection to write output to a single channel (grayscale) image
DIP-ps
- 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持多文档打开,是一个photoshop的雏形。-Produce
include
- 包交换中的碰撞检测问题以及监听问题,和信道的评估-Packet switching in the problem of collision detection and monitoring, and evaluation of channel
imgprocCGsignalproc
- BMP图像处理程序,包括模拟信道产生的高斯加性噪声;图像灰度变换;图像的拉普拉斯边缘提取;中点滤波法的debluring;图像线性模糊。 图形显示函数,包括DDA方法画直线;中点裁剪法;liang-barsky算法的窗口裁剪;种子填充算法; 随机信号处理程序,包括产生正态分布、均匀分布样本;计算其均值与方差;各样本的概率分布直方图分析;功率谱分析;样本叠加的PSD分布分析。-BMP image processing procedures, including analog channel
COLOR-IMAGE-COMPRESSION
- The efficiency of perceptual coding in compressing color images relies on the estimation of perceptual redundancy. In this paper, a color image coder is proposed for perceptually lossless image compression which shapes the coding error as a p
trace
- 用opencv写的视频入侵检测。分通道HSV,固定背景下效果很好。-Written with opencv video intrusion detection. Sub-channel HSV, fixed background works well.
VCPP
- 彩色图像三通道获取及对应三通道直方图获取,并进行边缘检测-Image three-channel and histogram and edge detection
lvsedantongdao_gaoyuzhi_2
- 基于RGB绿色通道的高阈值的图像的检测的方法-High threshold of the green channel image detection
CPP
- canny边缘检测将输出写入一个单通道图像-canny edge detection output is written to a single-channel image
1GHY3249HSV
- 基于HSV颜色空间的目标检测,先阈值化实现初步分割,再二值化H通道,阈值不同结果会有差异。最后进行噪声去除。 -Target detection based on the HSV color space, the first threshold value of the initial segmentation, and then binarized H channel, there is a difference between the different results of the t
hough
- 用于对图像的边缘检测(采用canny算法)。 image 输入图像,这个必须是单通道的,即灰度图 edges 输出的边缘图像 ,也是单通道的,但是是黑白的 threshold1 第一个阈值 threshold2 第二个阈值 aperture_size Sobel 算子内核大小 -Using canny algorithm for image edge detection (). image input image, this must be a singl
main
- 图像处理 实现去噪 灰度化 边缘检测等等功能,以及概率霍夫变换和RGB颜色通道检测相结合的方法-Image processing to achieve de-noising gray edge detection and so on, as well as methods and probabilistic Hough transform RGB color channel detection combining
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
she_cai_shibie
- 色彩识别进行肤色检测 用于存图像的一个中间变量,是用来分通道用的,分成hsv通道-Color skin detection is used to identify an intermediate variable stored image is used for sub-channel, the channel is divided into hsv
人头检测matlab代码
- 可以打开视频文件,对视频文件中的人头进行检测并统计数量。算法有HOG RCNN 及Aggrate Channel Features三种(You can open the video file, the head of the video file to detect and statistics. Algorithm HOG RCNN Aggrate Channel Features tionchannel three)