Description: 色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion Platform: |
Size: 1120 |
Author:吴军 |
Hits:
Description: 彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想-color image so poor operation and the hours for RGB and luminance histogram statistics, calculated second-order derivative of the zero point, entirely independent creation, the result is satisfactory Platform: |
Size: 1024 |
Author:mikle |
Hits:
Description: 彩色图像的篡改检测及自恢复算法赵春晖,孙建军,朱海峰(哈尔滨工程大学信息与通信工程学院,黑龙江哈尔滨150001)摘要:数字水印是图像认证的有效手段之一.利用小波变换提出一种计算简单的彩色图像水印算法,将一个图像的主要内容嵌入该图像自身之中,用均值量化的方法在亮度信号中嵌入水印,实现篡改检测和定位篡改区域;用多余的色度空间嵌入亮度信号和色度信号,用于恢复被篡改的图像内容.该算法可以获取较高的峰值信噪比,具有很好的鲁棒性.实验结果表明,该算法对删除、替换等恶意图像篡改具有良好的检测、定位和自修复能力.-color image tamper detection and self-recovery algorithm Zhao Chunhui, Sun Jianjun, Zhu Haifeng (Harbin Engineering University, Information and Communication Engineering Institute, Harbin, Heilongjiang 150001) Abstract : digital watermark image authentication is one of the effective means. Using wavelet transform A simple calculation of the color image watermarking algorithm, an image of the main elements embedded in the image itself, and use of quantitative methods mean the luminance signal embedded watermark, achieve tamper detection and localization tampering with the region; use of surplus space embedded color luminance signals and chrominance signals, for the restoration of tampering with the image content. The algorithm can generate a higher signal-to-noise ratio of the peak value, h Platform: |
Size: 237568 |
Author:ghostsx |
Hits:
Description: 色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion Platform: |
Size: 1024 |
Author:吴军 |
Hits:
Description: 用matlab模拟全电视信号,包括场、行消隐脉冲,亮度信号,色度信号,色同步信号-Matlab simulation with the whole television signal, including the field, line blanking pulse, luminance signal, chrominance signal and color sync signal Platform: |
Size: 1024 |
Author:严敏 |
Hits:
Description: 对由光源颜色变化引起的图像色彩偏差,进行了校正,并在YCbCr颜色空间建立了Cb-Cr色度查找表和亮度信息联合的肤色模型,应用预处理技术,去除部分非人脸区域,减少人脸检测的搜索空间,并采用模板匹配方法在人脸候选区域检测人脸.实验表明,该方法能够有效的从复杂环境的彩色图像中检测出左右旋转不超过45°的人脸,且不受人脸表情、尺度和数目的影响,且错误率较低.-Color by the light source caused by the change of image color deviation, a correction, and YCbCr color space established a Cb-Cr chrominance and luminance information look-up table of the color model of the joint application of pre-treatment technology, to remove some non-human face region, Face detection to reduce the search space, using a template matching method in the face candidate region detection of human faces. experiments show that the method can be effective in complex environments from color images detected no more than about 45 ° rotation of the human face, and from Facial Expression, scale and number of impact, and lower error rate. Platform: |
Size: 191488 |
Author:lll |
Hits:
Description: Basic introduction to Human Visual System (HVS) Toolbox func_LuminanceMasking -- Show luminance masking effect of HVSfunc_ContrastMasking -- Show Contrast masking effect of HVSfunc_ColorCSF -- Show Contrast Sensitive Function (CSF) via color Sinwave stimulusfunc_GrayCSF -- Show Contrast Sensitive Function (CSF) via gray Sinwave stimulus File Details -Basic introduction to Human Visual System (HVS) Toolbox func_LuminanceMasking Show luminance masking effect of HVSfunc_ContrastMasking Show Contrast masking effect of HVSfunc_ColorCSF Show Contrast Sensitive Function (CSF) via color Sinwave stimulusfunc_GrayCSF Show Contrast Sensitive Function (CSF) via gray Sinwave stimulus File Details Platform: |
Size: 3072 |
Author:田卉 |
Hits:
Description: Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = dest<-src , or
alternatively, S = src->dest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE Platform: |
Size: 4096 |
Author:张灯结 |
Hits:
Description: 本文算法是将24 位真彩图的亮度分量分块
DCT ,然后利用DCT 量化系数的奇偶特性嵌入8
位灰度水印图,并通过PN 序列加密来保证水印的
安全性。算法中,将灰度图像转换为二进制数据
流,置乱后扩频调制,隐藏在宿主DCT 系数量化值
中,提取时不需要宿主信号,实现水印信号的盲提
取。-This algorithm is 24-bit true color pictures of the luminance component of block DCT, quantization DCT coefficients and then use the parity properties of 8-bit grayscale watermark embedding map, and through the PN sequence of encryption to ensure the security of the watermark. Algorithm, the gray image into binary data stream, scrambling after the spread spectrum modulation, hidden in the host DCT coefficient quantization values, the extraction does not require the host signal, the blind watermark extraction. Platform: |
Size: 284672 |
Author:王秀梅 |
Hits:
Description: 本算法先将彩色图像变换成灰度图像,在进行基于区域生长法进行图像分割-It segmented image with region growing. Then local adaptation luminance was computed via region-based bilateral filter. It outputted low dynamic range images in conjunction with tone mapping operator.
Platform: |
Size: 1024 |
Author:李丰 |
Hits:
Description: 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression. Platform: |
Size: 175104 |
Author: |
Hits:
Description: Zhou Wang proposed a new idea of Structural Similarity Index (SSIM )for image quality measurement based on the assumption that the HVS is highly adapted to extract structural information from the viewing field. The Mean Structural Similarity Index (MSSIM) contains three parts: Luminance Comparison l(x, y), Contrast Comparison c(x, y) and Structure Comparison s(x, y). Platform: |
Size: 2048 |
Author:ahmed seghir |
Hits:
Description: 汽车牌照定位MATLAB代码,基本思想:使用pixval函数来获得牌照的背景色的红、绿、蓝、分量亮度值和坐标;通过统计算法找出车牌的范围;然后通过修剪得到最终图像。-Auto License Plate MATLAB code, the basic idea: to obtain a license to use pixval function of the background color of red, green, blue, luminance values and coordinates component through statistical algorithms to identify the scope of the license plate then trim the final image. Platform: |
Size: 1024 |
Author:shirley |
Hits:
Description: 有时候我们所获取的图像需进行处理,线性变换也是一种方法,根据公示L' = k├ ( (L-Lmin)/(Lmax-Lmin)┤ )^r,指数γ确定图像的平均亮度如何相对于其他像素而改变。 对于r= 1,所有像素将被均匀地缩放,而对于r> 1,平均亮度将相对较暗,而对于r<1,它将相对较轻(The exponent r determines how the mean luminance of the image will change relative to other pixels.) Platform: |
Size: 1024 |
Author:321手背后
|
Hits:
Description: 一种立体图像的显着性检测方法。一种新的融合方法来组合特征显著图以获得立体图像的最终显着图。(we propose a novel stereoscopic saliency detection framework based on the feature contrast of color, luminance, texture, and depth.) Platform: |
Size: 5255168 |
Author:langppp |
Hits: