代码搜索:图像比对

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

代码结果 10,000
www.eeworm.com/read/389274/8537764

m example76_figure.m

%%%example_figure %%%%imread the image samples figure('name','实验图像','numbertitle','off'); img1=imread('example76_img1.bmp'); img2=imread('example76_img2.bmp'); img3=imread('example76_img3.bmp')
www.eeworm.com/read/389274/8537780

m example75_eigenvector.m

%%%example75_eigenvector %%the feature of image c1=W'*b0(:,1); c2=W'*b0(:,2); figure('name','两幅图像的特征值','numbertitle','off'); plot(x,c1,'-',x,c2,'-.');
www.eeworm.com/read/382246/9040705

txt 使用说明.txt

XsImageEffect version: 1.00.321 Author: Harry Use in D4,D5,D6,D7,D2005 ------------------------------------------------------------------ 简要介绍: 提供强大的图像处理功能, 完全源代码公开, 包括旋转,放大,缩小,自动校正,选择范围,裁剪,
www.eeworm.com/read/380803/9127700

h hanzi.h

#ifndef _hanzi_H_ #define _hanzi_H_ #define uchar unsigned char #define uint unsigned int #pragma data: code const uchar QQ[]={ /*-- 调入了一幅图像:E:\wuyong\ICC_study\latest_program\LED32x64\o
www.eeworm.com/read/378041/9252918

m 16-21.m

I = imread('bonemarr.tif'); imshow(I),title('原图像') I2 = imhmin(I,50); % H-minima transform figure,subplot(221) imshow(I2),title('H-minima transform') I2 = imhmax(I,50); % H-maxima transform su
www.eeworm.com/read/378041/9252936

m 16-19.m

I = imread('cameraman.tif'); se = strel('ball',5,5); % 创建strel结构 I1 = imdilate(I,se); % 灰度图像的膨胀 subplot(131) imshow(I), title('Original') subplot(132) imshow(I1), title('Dilated') I2 = imerod
www.eeworm.com/read/180970/9278450

txt 使用说明.txt

XsImageEffect version: 1.00.321 Author: Harry Use in D4,D5,D6,D7,D2005 ------------------------------------------------------------------ 简要介绍: 提供强大的图像处理功能, 完全源代码公开, 包括旋转,放大,缩小,自动校正,选择范围,裁剪,
www.eeworm.com/read/176757/9485188

htm index.htm

图形图像 (BM: heiheihei) BBS水木清华站∶精华区 BBS水木清华站∶精华区
www.eeworm.com/read/168676/9902292

_c hanzi._c

#ifndef __HANZI_C__ #define __HANZI_C__ #define CONST_UCHAR const unsigned char /*-- 调入了一幅图像:C:\Documents and Settings\Administrator\My Documents\单片机程序\字库\0.bmp --*/ /*-- 宽度x高度=8x16 --*/ CONS
www.eeworm.com/read/168676/9902303

c hanzi.c

#ifndef __HANZI_C__ #define __HANZI_C__ #define CONST_UCHAR const unsigned char /*-- 调入了一幅图像:C:\Documents and Settings\Administrator\My Documents\单片机程序\字库\0.bmp --*/ /*-- 宽度x高度=8x16 --*/ CONS