代码搜索:图像比对

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

代码结果 10,000
www.eeworm.com/read/290614/8471771

txt 系列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/188543/8529604

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/188543/8530028

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/431839/8650939

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/288029/8654869

matlabʵ

实例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/386619/8735247

cs bitmapconvert.cs

////////////////////////////////////////////////////////////////////////////////////////// // 注意:图像中的PixelFormat的类型.以下是针对24位及32位位图,若是其它位图无法处理。 //如:32位图int nOffset = stride - bm.Width * 4; pbmpdata
www.eeworm.com/read/429160/8815779

java serialimage2.java

// 程序:二维连续图像播放 // 范例文件:SerialImage2.java import java.awt.*; import java.applet.*; public class SerialImage2 extends Applet implements Runnable { int SPF; int sx, sy;
www.eeworm.com/read/385028/8823501

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/187151/8852311

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/384391/8872897

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