搜索资源列表
颜色传输源码
- 将源图像颜色传输为具有目标图像颜色的程序
MATLAB 图像保密通信技术之Arnold变换
- 图像保密通信技术之Arnold变换 一、作业目的 1.利用Matlab实现数字图像Arnold变换的置乱及恢复。 2.深入学习通讯保密技术,进一步了解图像保密通讯技术。 3.向大家展示实现图像保密技术的方法和技术。 二、作业介绍 近年来,随着网络带宽和速度的极大提高,多媒体数据特别是数字图像的流传和使用越来越广。而人们对安全性和隐私的也愈发关注,
code.zip
- 行程编码的matlab实现。编码后的图像存储在变量E中,该变量是一个三纬树组,前两纬表示起始像素的横、纵坐标,第三纬表示该行程的颜色值。,Matlab coding realize itinerary. Encoded image is stored in the variable E, the variable is a three-wai Tree Group, the former two-wai express start pixel horizontal, vertical coord
mandelbrot
- 分形图 利用matlan程序实现了分形图的编码,可以自主调控图像颜色-Mandelbrot set
标准图像的背景分离和皮肤区域提取
- 1. 理解彩色图像的颜色分层原理和方法 2. 利用颜色分层方法对彩色图像进行分层处理 3. 实现对身份证标准图像的背景分离和皮肤区域提取-1 understand the color image color layering principles and methods (2) the use of color layered approach for hierarchical processing of color images 3 to achieve the
colorMomentRGB
- 颜色矩的计算 color Moment,图像处理特征提取-color Moment
similaritymeasurement
- 利用matlab实现两幅图像之间的相似性度量,主要是基于颜色直方图-Between two images using matlab to achieve similarity measure is mainly based on color histogram
JAVA
- 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
SIFT
- MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
youchengbianma
- 进行图像的设置,可以编辑图像颜色等。在解压过程中是图像占用的空间更少-Image settings, you can edit the image color. In the decompression process is less space images
Matlab_Colour_Transfer_using_IDT_Pitie07
- 进行图像颜色的传输,使源图像变为目标图像颜色-Color image transmission, so that the source image to target image color
interest-points
- 基于兴趣点颜色及纹理特征的图像检索算法,通过同类比较,平均检索准确率提高11个百分点。-Based on the interest points and texture features of color image retrieval algorithm, through a similar comparison, the average retrieval accuracy rate of 11 percent improve.
tuxiangchuli
- 迭代法求最佳阈值 图像为baboon.bmp 分别对R,G,B三个颜色求阈值,进行分割-Iterative method for the optimal threshold image baboon.bmp respectively R, G, B three colors for the threshold segmentation
wbalance
- Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
r
- 结合颜色和纹理的改进K均值遥感图像聚类 传统k均值聚类效果更好-Combination of color and texture remote sensing images to improve K means clustering
c_value
- 提取图像的颜色特征,首先将图像颜色映射到指定的8个颜色,然后利用自相关和互相关计算得到图像的特征向量,并从原数据库中算出利用此方法检索图像的正确率,并将检索结果好的图像显示到指定文件夹中。-Extract image s color characteristics.First, the image color map to the specified eight colors, then use the auto-correlation and cross-correlation calcula
xaisezengqiangRetinex
- 对彩色图像颜色的拉伸,增强图像的对比度,以便更好的研究图像-Stretch of the color image color to enhance image contrast in order to better study the image
image_RGB
- 该文件提供了基于图像颜色特征检索的源代码-this artical provides the code based of the color of a image
实验7_图像的颜色空间变换
- 图像的颜色空间变换,将图片图分解为红、绿、蓝三种基色。(Image color space transformation, the picture is divided into red, green, blue three basic colors.)
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。