搜索资源列表
图像方块编码
- 本程序采用了最简单的方块编码对512×512的lena图像进行了编码。运行程序后可以看出,方块取得越大,图像编码后失真越大。
Lena图像傅立叶变换算法
- Visual C 6.0开发,Lena图像傅立叶变换算法
标准测试图像下载
- 标准测试图像下载-standard test images downloaded
图像方块编码
- 本程序采用了最简单的方块编码对512×512的lena图像进行了编码。运行程序后可以看出,方块取得越大,图像编码后失真越大。-This procedure uses the simplest box code of 512 × 512 images of lena coding. After running the program can be seen that made the bigger box, images encoded
lena_corrupt
- 经典图像处理,对加入正旋噪音的lena图像进行处理,采用了多种方法。-classic image processing, is to join the Rotary noise lena image processing, using a variety of methods.
squarecode
- 方块编码程序 本程序采用了最简单的方块编码对512×512的lena图像进行了编码 运行程序后可以看出,方块取得越大,图像编码后失真越大。 -Box coding procedures used in this process the most simple box of 512 × 512 encoding the lena image after the encoding run the program we
fangkuaicode
- 方块编码程序 本程序采用了最简单的方块编码对512×512的lena图像进行了编码 运行程序后可以看出,方块取得越大,图像编码后失真越大。-Box coding procedures used in this process the most simple box of 512 × 512 encoding the lena image after the encoding run the program we ca
lena
- 图像的缩放处理代码,可以对图像进行线性缩放处理,采用VC实现,编译后可以直接运行。-Zoom image processing code, a linear scaling of the image processing using VC to achieve, the compiler can be run directly.
lena
- lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 -lena image after decomposition of the standardized image data format suitable for display by the image is c
lenaentropy
- 求lena图像的信息熵,图像大小为256X256-For lena image information entropy, image size is 256x256
Lena
- 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This alg
lena
- 基于hough变换的直线检测(—)。前面的可能是充数的(5个耶,不是所有程序我都有版权的,呵呵)。这个绝对有版权,我的课程设计,拿专业第一名的,站长认真看。看完这些废话可以帮我删了。 lena图,hough变换的前期处理工作,涉及到图像增强,锐化,滤波,二值化等技术,附有算法的详细说明,和使用的各种算子。-Hough transform based line detection (-). In front of the number
lena
- 图像加入水印提取水印的Matlab代码,包括的内容较多,能够完成各种实验的要求。-Extracted watermark image watermark to join the Matlab code, including the contents of more to complete the requirements of various experiments.
compared
- 对比BP,OMP,StOMP对自然图像的重构效果,输入图像是一幅256*256的lena图像,我们使用压缩采样后,再用上述三种方法对其进行重构,比较其结果,其中StOMP方法是用不同的阈值-Contrast to BP, OMP, StOMP effect on the reconstruction of natural images, input image is a 256* 256 lena image, we use the c
txxz
- 图像旋转,对LENA图像的顺时针旋转和逆时针旋转,初级程序。-Image rotation, right LENA image clockwise rotation and counterclockwise rotation, the primary process.
MP.2
- 经典匹配追踪程序。附带经典lena图像、并对其进行处理。-Classic match-tracing program. With classic lena image and its processing.
lena
- 国际标准测试图像 图像处理 原始图Lena图片 -The international standard test image Lena image image-processing original image
LaplacianSharpening
- vc代码,关于拉普拉斯法的图像锐化(以原始lena图像为测试图像) -vc code, sharpening the image on the Laplace law (in the original lena image for the test images)
lena
- 对被高斯噪声污染的lena图像进行3*3模板的均值滤波 -Mean filter
lena
- 灰图像三级小波分解,以lena图像为例。-Gray image 3 wavelet decomposition to lena image as an example.