搜索资源列表
hsv_RGB_Conver.zip
- hsv到RGB,RGB到hsv图像数据变换,hsv to RGB and RGB to hsv transform the image data
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转hsv颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
ColorPicker
- ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和hsv颜色空间的转换 当改变RGB值,会得到相应的hsv值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户
rgbtohsv
- 1.将RGB彩色图象变换为二值图象并显示。 2.将RGB彩色图象变换为hsv彩色图象并显示。 -1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to hsv color image and display color images.
increasemap1
- 通过小波变换方法对雾天的图像去雾,实现图像增强的效果-Through the wavelet transform of images of fog to fog, to achieve the effect of image enhancement
AnApproachofVehiclePlateExtractBasedonhsvColorSpac
- 一种基于hsv颜色空间的车辆牌照提取方法 论文欢迎大家下载学习-According to the plate color, an approach of plate extract based on hsv color space is presented. By this approach, the color images coming from the capture equipments are processed directly, so that the speed of p
ImageProcessing
- 提供VC++图像处理,包括RGB转hsv,指纹识别,离散余弦转换,条码生成,手势识别,矩特征提取等-To provide VC++ image processing, including the RGB switch to hsv, fingerprint recognition, discrete cosine transform, barcode generation, gesture recognition, feature extraction, etc. Moment
rgb2luv
- 颜色空间转换 rgb->luv -colorspace transform rgb2luv
ColorConversion
- transform RGB color model to anothor color model, such as hsv.
hsv
- hsv颜色空间,结合opevcv在二维空间对图片进行变换-hsv color space, combined with opevcv in the two-dimensional space to transform the picture
rgb2hsv-color-space-exchange
- 为了避免直接对rgb图像处理时出现颜色失真,常把彩色图像由rgb空间转为hsv空间,完成相应处理后,再逆变换至rgb空间。-In order to avoid image processing directly on the rgb color distortion occurs, often the color image from the rgb space into hsv space to complete the appropriate treatment, and then inve
colorSpacetransform
- 彩色空间转换,将RGB空间转换到HSI、hsv、YUV这三个色彩空间-Color space transform, the RGB space is transformed into the HSI, hsv, YUV color space.
colorspace
- 各种颜色空间的转化 史上最全的 有RGB HSI hsv Ycbcr LAB CMYK NTSC 个空间的-The transform in all colorspace
RGB-hsv-tongtailvbo
- 把彩色图像由rgb空间转为hsv空间,经过同态滤波处理后,再逆变换至rgb空间。-often the color image from the rgb space into hsv space to complete homographical filter treatment, and then inverse transform to the rgb space.
endoscopy-image-highlight-detection
- a simple way to detect highlight in endoscopy image. the color in the pixel first transform into hsv color space and then do some judgment and then the result can obtain.
rgbtohsv
- 1.将RGB彩色图象变换为二值图象并显示。2.将RGB彩色图象变换为hsv彩色图象并显示。-1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to hsv color image and display color images.
code-RGB-to-hsv
- matlab code to transform RGB into HCV
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到hsv彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
xiaowu
- 基于retxine算法的消雾算法,改进改算法通过小波变换,同时将RGB图像转换为hsv图像-Retxine algorithm based anti-fogging algorithm, improved wavelet transform algorithm change, while the RGB image is converted to hsv image
hsv空间
- 一个C++程序,将图片转换到hsv空间,需要opencv(A C++ program based on opencv and transform the picture into hsv pic)