代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/484661/6572280
m tuxiangquzao.m
kk=imread('ziji5.jpg');
X=rgb2gray(kk);
figure;
subplot (221);
imshow(X,[]);
title('原始图像');
%colormap(map2) ;
axis square ;
init=2055615866 ;
rand('seed',init) ;
X=double(X) ;
x=X+40*rand
www.eeworm.com/read/478684/6713131
txt matlab实用程序百例3.txt
下载地址:http://www.ilovematlab.cn/viewthread.php?tid=2981
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'
www.eeworm.com/read/477438/6735462
m s072.m
% 灰度图像添加乘性噪声 s072
I71=imread('3.jpg');
I710=rgb2gray(I71);
I711=imnoise(I710,'speckle',0.15);
imshow(I711)
www.eeworm.com/read/477438/6735490
m s071.m
% 灰度图像添加椒盐噪声 s071
I71=imread('3.jpg');
I710=rgb2gray(I71);
I711=imnoise(I710,'salt & pepper',0.05);
imshow(I711)
www.eeworm.com/read/400885/11567315
m exdct.m
% 设置压缩比,cr=0.5为2:1压缩;cr=0.1250为8:1压缩
cr = 0.125;
initialimage = imread('lena512.bmp');
initialimage = double(initialimage)/255;
figure();
subplot(121);
imshow(initialimage);
%对图像进行DCT变换
t =
www.eeworm.com/read/345087/11840425
cpp imagescanforgood.cpp
完整的图像扫描类
发布时间:2007-11-19 23:37:47.0 浏览人数:377
// ctwain.h - application interface to TWAIN Protocol
//
#ifndef CTWAIN_H
#define CTWAIN_H
#include "twain.h"
//结构和用法:
www.eeworm.com/read/340666/12140661
h image.h
//
// 24Bits/Pixel图像
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __image_h
#define __image_h
#include "Dib.h"
#include "Misc.h"
class CDC;
//
// 专给24bit使用的
www.eeworm.com/read/340655/12141250
h image.h
//
// 24Bits/Pixel图像
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __image_h
#define __image_h
#include "Dib.h"
#include "Misc.h"
class CDC;
//
// 专给24bit使用的
www.eeworm.com/read/129171/14260521
h image.h
//
// 24Bits/Pixel图像
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __image_h
#define __image_h
#include "Dib.h"
#include "Misc.h"
class CDC;
//
// 专给24bit使用的
www.eeworm.com/read/129171/14260657
h image.h
//
// 24Bits/Pixel图像
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __image_h
#define __image_h
#include "Dib.h"
#include "Misc.h"
class CDC;
//
// 专给24bit使用的