代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/165025/10078576
m imageregiongrowing.m
% 区域增长
clear;
clc;
bw=imread('source.bmp');
imshow(bw);
bw=double(bw);
%计算图像的大小
[ImageHeight ImageWidth]=size(bw);
%初始化标记
for i=1:ImageHeight
for j=1:ImageWidth
UnRegion(i,j
www.eeworm.com/read/358624/10183396
dat bookinfo.dat
[General Information]
书名=应用MATLAB语言处理数字信号与数字图像
作者=BEXP
页数=366
下载位置=http://book2.ssreader.com.cn/diskdg/dg66/12/!00001.pdg
www.eeworm.com/read/161841/10365892
m func_main4.m
%----------- Input ----------------
Orig_I1=rgb2gray(imread('new3.bmp'));
Orig_I = double(Orig_I1) / 256;
figure,imshow(Orig_I);title('原来图像');axis on;
%----------- Pre-processing -------
www.eeworm.com/read/161818/10368371
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/161818/10368798
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/161818/10369077
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/161818/10369398
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/161818/10369638
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/161818/10370156
cpp dipdoc.cpp
// DipDoc.cpp : implementation of the CDipDoc class
//
#include "stdafx.h"
#include "Dip.h"
#include "DipDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DipView.h"
//图像处理头文件
www.eeworm.com/read/352274/10567434
m ppp.m
ttlStr='主页面帮助信息';
hlpstr=str2mat( ...
' ',...
' 本页面系统是为了在 《信号与系统》教学中',...
' ',...
'表现出傅立叶变换中模与相位各自对图像的影响',...
' ',...