搜索资源列表
RGB2gray
- 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
image_process
- This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
uio
- This software makes, image conversions(rgb2gray, rgb2binary....) image filtering(average, wiener, contrast streching...) continuous filtering. Filters the image continuously. If you \"hold\" the image then you can continue the
OpenCV_face_detector
- This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
rgb2gray
- 将RGB图像转换为灰度图像,本程序详细说明了转换原理和过程,还有腐蚀膨胀详细原理和程序
Rgb2gray
- 用于灰度图像上色
rgb2gray
- 在Visual C++环境下实现真彩色图像转换为灰度图像的源代码,还有所用的图片-In Visual C++ environment to achieve true color image is converted to grayscale the source code, there are pictures used
A2008
- awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
rgb2gray_OK
- 本人写的彩色图像转灰度图像的工程,请确保你的机器上安装有VC6等开发工具。-I wrote the color image to gray image of the project, please make sure your machine is equipped with development tools such as VC6.
RGB2GRAY
- Convert Image RGB to graylevel
rgb2gray
- 可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-RGB images can be input into a gray-scale image! In the Matlab programming environment.
dibazhang
- 数字图像原理包括8.1 图像 8.2 数字图像处理学 8.2.1 数字图像处理方法 8.2.2 数字图像处理的主要内容 8.3 图像文件格式 8.4 图像类型 8.4.1 索引图像 8.4.2 灰度图像 8.4.3 RGB 图像 8.4.4 二值图像 8.4.5 图像序列 8.4.6 图形类型判断 8.5 图像类型转换 8.5.1 dither 函数 8.5.2 gray2ind 函数 8.5.3 gray
Low-complexity-background-subtraction-using-frame
- Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edg
RGB2GRAY
- MATLAB图像处理程序,批量将彩色图片转换成灰色图像,用于其他图像处理程序-MATLAB image processing, batch convert color pictures of the gray image used for other image processing program
RGB2GRAY
- Visual C++程序,将256色图像转化为灰度图像!-Visual C++ program, 256 color images into grayscale images!
Image-processing
- 大量有关图形图像处理的基本程序 ,内有dither 函数 gray2ind 函数 grayslice 函数 im2bw 函数 ind2gray 函数 ind2rgb 函数 mat2gray 函数 rgb2gray 函数 rgb2ind 函数 等程序。二值化处理、图像分割、图像变换等方法-Graphics image processing procedures, which are the dither function gray2ind function grayslice functions
RGB2GRAY
- 图片的灰度转换,有兴趣的可以看看,初学者,windows的-Grayscale conversion
rgb2gray
- 本源代码能使彩色图图像转化为灰度图图像、很标准的二十字-Source code can make color images into grayscale images, very standard twenty words
xiangweibianzu
- 实现相位编组的算法I=imread( bbb.jpg ) x=rgb2gray(I) x=double(x) gradephase(x)-I=imread( bbb.jpg ) x=rgb2gray(I) x=double(x) gradephase(x)