代码搜索:图像比对

找到约 10,000 项符合「图像比对」的源代码

代码结果 10,000
www.eeworm.com/read/189624/8465721

tli msado15.tli

// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (197e7cd4). // // f:\博士论文工作\算法下载\图像数据库\vc jpg access\ado_jpg\debug\msado15.tli // // Wrapper implementations for Win32 type library
www.eeworm.com/read/386328/8753801

asv otosu.asv

%%初始部分,读取图像及计算相关信息 clear; close all; clc; %format long; t0=clock; I=imread('Lenna.bmp'); %threshold_opt=graythresh(I); I1=im2bw(I,98/25); figure(1); imshow(I); title('源图');
www.eeworm.com/read/386328/8753805

m otosu.m

%%初始部分,读取图像及计算相关信息 clear; close all; clc; %format long; t0=clock; I=imread('Lenna.bmp'); threshold_opt=graythresh(I); I1=im2bw(I,96/256); figure(1); imshow(I); title('源图');
www.eeworm.com/read/385522/8800360

asp admin_pic.asp

www.eeworm.com/read/426535/9015664

m ex2605.m

%例26-5 图像写回命令imwrite dir *.jpg A=imread('leaf.jpg'); whos B=A(300:500,200:900,:); imwrite(B,'leaf-part.jpg') dir *.jpg C=imread('leaf-part.jpg'); subplot(1,2,1) image(A);axis image;title('全部'
www.eeworm.com/read/374597/9394123

txt 第八章1.txt

void CEx_ListView::OnInitialUpdate() { CListView::OnInitialUpdate(); // 创建图像列表 m_ImageList.Create(32,32,ILC_COLOR8|ILC_MASK,1,1); m_ImageListSmall.Create(16,16,ILC_COLOR8|ILC_MASK,1,1); CL
www.eeworm.com/read/365858/9843267

asv otosu.asv

%%初始部分,读取图像及计算相关信息 clear; close all; clc; %format long; t0=clock; I=imread('Lenna.bmp'); %threshold_opt=graythresh(I); I1=im2bw(I,98/25); figure(1); imshow(I); title('源图');
www.eeworm.com/read/365858/9843273

m otosu.m

%%初始部分,读取图像及计算相关信息 clear; close all; clc; %format long; t0=clock; I=imread('Lenna.bmp'); threshold_opt=graythresh(I); I1=im2bw(I,96/256); figure(1); imshow(I); title('源图');
www.eeworm.com/read/162979/10254432

asv huidulashen.asv

%%处理裂纹, 选取合适阈值 clear I=uint8(imread('E:\工件图像\裂纹\D10.4Xd5.5X1(1)\1.bmp','bmp')); %I=rgb2gray(I); I=medfilt2(I); height=576; width=768; %imshow(I); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/462042/7211739

txt 代码29.6.5.txt

% 在pushbutton1按下时执行的回调函数。 function pushbutton1_Callback(hObject, eventdata, handles) [filename,pathname]=uigetfile('*.jpg') % 图形界面打开图像文件,文件的类型为jpg。 set (handles.edit1,'string',[pathname,filena