代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/243264/12952153
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/326932/13108983
pas unit1.pas
{
SmallC
small_c@mail.china.com
图像合成,速度较快.
小弟是改自一个叫 "AlComps"的控件包.
}
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, F
www.eeworm.com/read/326932/13109006
pas cbmp.pas
{
SmallC
small_c@mail.china.com
图像合成,速度较快.
小弟是改自一个叫 "AlComps"的控件包.
}
unit CBmp;
interface
Uses Windows ;
procedure BlendPic(hBmp,hBmp2,hDC,Proportion :Integer);
www.eeworm.com/read/240544/13214335
m 13-5.m
I = imread('tire.tif');
hgram=50:2:250;
%规定化函数
J = histeq(I,hgram);
imshow(J)
title('直方图规定化所得图像')
figure,imhist(J,64)
title('直方图规定化变换后的直方图')
www.eeworm.com/read/324902/13238445
m 16-12.m
BW = imread('circbw.tif');
imshow(BW)
SE = ones(5);
BW2 = imdilate(BW,SE);
%图像膨胀
figure,imshow(BW2)
increase = (bwarea(BW2) - bwarea(BW))/bwarea(BW)
%面积扩大的比率
www.eeworm.com/read/324902/13238812
m 13-5.m
I = imread('tire.tif');
hgram=50:2:250;
%规定化函数
J = histeq(I,hgram);
imshow(J)
title('直方图规定化所得图像')
figure,imhist(J,64)
title('直方图规定化变换后的直方图')
www.eeworm.com/read/323868/13312593
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/321867/13394152
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/316275/13526468
c op-2.c
#include
#include
#include
#define NNN 8
#define Nketa 3
/* 存放图像信息的结构 */
struct PictureInfo
{
long left,top;
long width;
long height;
WORD x_densit
www.eeworm.com/read/312143/13618340
h zimgload.h
/**********************************************************************************
* ZImgLoad.h -- 主要用于各种图像格式输入、输出的库函数
*
* 当前版本号:1.0.1,2003.01.23
* 替代版本号:1.0.0,2001.11.26
*
* 版权所有(C) 1999-200