搜索资源列表
ColorSpace_src
- 图像颜色空间的转换.RGB -HSV. -image color space conversion. RGB-HSV.
Ilib-1.1.8-min
- IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。-IPL is the database to accommodate its Intel MMX, SS
TinyCADsrc
- 第一个能够真正进行混合图形编辑的软件,对于任何类型的扫描图象:彩色图,灰度图和单色图都具有强大的光栅转矢量功能。通过使用本软件,您可以对扫描的图形,包括草图,地图和其他图象进行净化,编辑,更新并转换为矢量。引入了真正的CAD—类型编辑光栅图象-first truly mixed graphics editing software, for any type of scanned images : color, grayscale and monochrome plan has powerful
imagebinary
- 为平面图像处理算法,将彩色图像根据亮度值转换为只有黑色和白色的图像。-planar image processing algorithms, according to color image brightness conversion of only black and white images.
color-space_RGB-HSV
- 图像颜色空间的转换_RGB -HSV,非常适合初学者作为例子学习。-image color space conversion _RGB-HSV, very suitable for beginners as an example to study.
256colortograyscale
- 图像处理的各种算法1.二五六色转换灰度的算法-image processing algorithms 1. 256 gray color conversion algorithm
matlab 图像彩色空间转换RGB,LUV,XYZ,LAB
- 用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
ColorProcess
- 本例实现了DIB图象的颜色转换操作,是对了解图象处理很有价值的代码-cases to achieve the image of the DIB color conversion, image processing to understand the value of code
corlorprocessing
- RGB、HSV、NTSC和YCbCr各种颜色模型之间的相互转换关实现,以及颜色和调整、图像的美化,配设等等功能的实现。-RGB, HSV, NTSC and YCbCr color model a variety of mutual conversion between the clearance to achieve, as well as the color and adjustment of the landscape images with the realization of set
imagepro
- Color space conversion is an important kernel in multimedia codecs such as JPEG and MPEG. When implemented using SIMD instructions, however, the performance improvement is often limited due to two reasons. First, corresponding color space com
ImageExpert
- 利用此程序可以进行图像二值化,颜色空间转换、进行各种方法边缘检测、联通区域标定、图像旋转、图像平滑、图像求反、对图像进行灰度化等-This program can use for image binarization, color space conversion, various methods of edge detection, Unicom regional calibration, image rotation, image smoothing, anti-seeking, and s
ColorProcess
- C++用于彩色图像的程序,颜色变换,处理-C++ program for color images, color conversion, processing, etc.
LabtoRGB
- 使用C++下的,LAB颜色空间到GRB颜色空间的转换程序-Under C++ LAB color space to the GRB color space conversion process
color-to-grayscale-conversion
- 实现图像CImage类中彩色向灰度图的转换-Image the CImage classes in color to grayscale conversion
ImageProcessing
- 使用QT编程实现2D图像处理的各功能,包括彩色图转灰度、二值化、二值的形态学操作、灰度的形态学操作等等。-Using QT programming each 2D image processing functions, including color conversion grayscale, binary, binary morphological operations, grayscale morphological operations and so on.
Lab2RGB
- Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If 3 outputs are specified, the
lab2xyz
- 用于LAB和RGB空间的颜色转换-For LAB and RGB color space conversion .......
ColorInDepth
- kinect深度图演示程序,包含彩色图和深度图以及他们之间的转换-kinect depth map demo program, including color images and depth map and the conversion between them
rgb2ycbcr
- 颜色空间转换:RGB空间-->ycbcr空间。速度比ColorSpace调用快多了。 调用格式[y, cb, cr] = rgb2ycbcr(img) 输入img: rgb彩色图;y: 亮度,cb:蓝色,cr:红色 调用参考runTest.m-Color space conversion, RGB to ycbcr call format: [y, cb, cr] = rgb2ycbcr(img) input img: rgb image output r: i
Gray-image-to-Color-image-conversion
- This program converts a gray image to color image. The conversion is based on color image submitted along with the input gray image. Actualy it transfers color to a grayscale image. The implementation id based on the paper Transferring Color to greys
