资源列表
modify_hsv
- 这段程序主要对图像的HSV分量进行调整,并对比显示
edge.rar
- opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
largesv
- to find out largest svd values for different test images
hsi2rgb
- 实现HSI模型的图像向RGB模型图像的转换,此函数MATLAB并不自带-HSI model to achieve the image to the RGB model convert images, this function does not own MATLAB
correlation.tar
- Correlation between two images.
lsb-watermarking
- Briefly with the following code I will try to embed the MSB of the baboon image into the picture of Lena by exploiting the LSB embedding technique. We will try also to add an WGN (white gaussian noise) to the image then after these operations we will
tuxiangpingyi
- 先进行图像从RGB到YUV的变换,止呕对图像进行平移变换,简单易学-First the image from RGB to YUV conversion, vomiting transform the image to pan, easy to learn
rgb2luv
- 实现了RGB彩色空间到LUV空间的转换,其原理可见http://blog.csdn.net/kit_147/article/details/5485470-Convert RGB to LUV
filter
- 给图像添加高斯噪声,并使用高斯滤波器,ILPF,巴特沃兹滤波器分别处理后得到结果图 需要在目录下有一张匹配文件名的图片,必须是灰度图-Add gaussian noise to the image, and use the gaussian filter, ILPF, bart ward filter respectively after processing results Need to have a picture of a match the filename, directory
colorhist
- 将图像映射到HSV视觉接近的颜色空间中 计算统计在该空间的直方图-The visual image is mapped to the HSV color space closest to the space to calculate the histogram
HarrisCorner
- 实现Harris Corner特征点探测算法 输入:任一灰度级图像 输出:探测到的角点位置并在原图上标记-Implemention of Harris Corner Point detection algorithm Input: any image matrix, requiring gray-scale images. Output: Returns the corner points position and displays the input image and
regionGrow
- 区域生长算法,鼠标点击,然后按下ENTER键进行生长分割。-Region growing algorithm, mouse clicks, and then press the ENTER key to growing segmentation.