代码搜索:图像比对

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

代码结果 10,000
www.eeworm.com/read/307077/13731822

m ch5_4_3.m

%%%% 使用均值滤波器对真彩图像的每一个颜色平面进行滤波例程: rgb=imread('peppers.png'); h=ones(5,5)/25; rgb2=imfilter(rgb,h); %B=IMFILTER(A,H)filtersthemultidimensionalarrayAwiththe %multidimensionalfilterH.Acanbelogicalo
www.eeworm.com/read/136571/5870969

c readpic.c

/* readpic.c, 从avi文件中读取源图像数据*/ #include #include #include #include #include "global.h" #include "video.h" static void conv444to422(unsigned char[],
www.eeworm.com/read/110972/6163507

c readpic.c

/* readpic.c, 从avi文件中读取源图像数据*/ #include #include #include #include #include "global.h" #include "video.h" static void conv444to422(unsigned char[],
www.eeworm.com/read/180868/6296591

java mainexe.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; import java.lang.*; import java.applet.*; //Bomb 开始 定义地雷 class Bomb extends JLabel{ //存放图像标记:分别为数字0-8;
www.eeworm.com/read/492695/6419614

m example75_figure.m

%%%example75_figure %%%%imread the image samples figure('name','实验图像','numbertitle','off'); img1=imread('example75_img1.bmp'); img2=imread('example75_img2.bmp'); subplot(1,2,1),imshow(rgb2gray(
www.eeworm.com/read/492695/6419642

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/492695/6419647

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/487244/6517103

txt malatb经典小波程序.txt

% FWT_DB.M; % 此示意程序用DWT实现二维小波变换 % 编程时间2004-4-10,编程人沙威%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% clear;clc;T=256; % 图像维数 SUB_T=T/2; % 子图维数%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/487286/6518594

java playoneball_1.java

package applet; /* * 采用双缓冲技术,防止图像抖动 */ import java.awt.Color; import java.awt.Graphics; //画笔 import java.awt.Image; import java.applet.Applet; //经编译后可嵌入HTML文件 import java.applet.AudioCl
www.eeworm.com/read/483380/6605797

m opa.m

clear all key=input('请输入密钥: '); [X,map]=imread('1.gif','gif'); figure;imshow(X,map) title('原图像') [a b]=size(map); [m1 n]=size(X); for i=1:a for j=1:a d(i,j)=sqrt((map(i,1)-map(j