代码搜索:图像捕捉

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

代码结果 10,000
www.eeworm.com/read/216748/14993741

txt 新建 文本文档.txt

实例67:图像的块操作 h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例67'); h1=axes('parent',h0,... 'position',[0.2 0.45 0.6 0.5],... 'visible','off'); I=imread
www.eeworm.com/read/215321/15065356

m ch10_1_1.m

%利用函数imfilter实现图像平滑滤波 I = imread('coins.png'); h = ones(5,5) / 25; I2 = imfilter(I,h); imshow(I), title('Original Image'); figure, imshow(I2), title('Filtered Image')
www.eeworm.com/read/13911/286527

m wavepca.m

close all; close all; % calc xmean,sigma and its eigen decomposition allsamples=[];%所有训练图像 M=60; N=3; for i=1:1:20 for j=1:1:3 %filename = sprintf('D:\\MATLAB702\\work\\K-L\\yalef
www.eeworm.com/read/15681/534149

c writepic.c

/* writepic.c, 恢复重建图像*/ #include #include #include "config.h" #include "global.h" void writeframe(fname,frame) char *fname; unsigned char *frame[]; { int chrom_hsize, chrom_
www.eeworm.com/read/15711/536101

m p0405.m

afm = imread('afmsurf.tif');figure, imshow(afm); se = strel('disk', 15); Itop = imtophat(afm, se); % 高帽变换 Ibot = imbothat(afm, se); % 低帽变换 figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值 figure,
www.eeworm.com/read/36958/1064849

m ch10_1_1.m

%利用函数imfilter实现图像平滑滤波 I = imread('coins.png'); h = ones(5,5) / 25; I2 = imfilter(I,h); imshow(I), title('Original Image'); figure, imshow(I2), title('Filtered Image')
www.eeworm.com/read/38039/1104099

txt adb_customization_menu.txt

# {100} (100) [0] adb_CmdCopyImage.Label Copy Button Image 复制按钮图像 # [1] adb_CmdDisplayType.Labels.DefaultStyle Default Style 缺省样式 # [2] adb_CmdDisplayType.Labels.Small Small Button 小按钮 # [3] adb_Cm
www.eeworm.com/read/251805/4417961

c writepic.c

/* writepic.c, 恢复重建图像*/ #include #include #include "config.h" #include "global.h" void writeframe(fname,frame) char *fname; unsigned char *frame[]; { int chrom_hsize, chrom_
www.eeworm.com/read/243634/4519792

c pixmapbutton1.c

/* File: pixmapbutton.c */ #include // 建立一个水平容器, 它容纳一个图像和一个标签 GtkWidget *xpm_label_box( GtkWidget *parent, gchar *xpm_filename,
www.eeworm.com/read/173844/5367476

jsp loadimage.jsp