代码搜索:图像捕捉

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

代码结果 10,000
www.eeworm.com/read/462042/7211919

txt 代码16-8.txt

A = im2double(imread('rice.png')); % 读入图像并进行数据类型转换 D = dctmtx(size(A,1)); % 计算二维离散DCT矩阵 dct = D*A*D'; % DCT变换 figure, imshow(dct) % 显示变换结果
www.eeworm.com/read/462042/7211927

txt 代码2-3.txt

 stats = regionprops(L,'Area'); bw = imread('text.png'); L = bwlabel(bw); s = regionprops(L, 'centroid'); centroids = cat(1, s.Centroid); imshow(bw) hold on %保持状态以便在原始图像上添加质心矢量图 plot(centroi
www.eeworm.com/read/461776/7220731

h image.h

// // 24Bits/Pixel图像 // // Copyright (c) 2000-2002 Chihiro.SAKAMOTO (HyperWorks) // #ifndef __image_h #define __image_h #include "Dib.h" #include "Misc.h" class CDC; // // 专给24bit使用的
www.eeworm.com/read/454595/7387013

txt matlab实用程序百例3.txt

下载地址:http://www.ilovematlab.cn/viewthread.php?tid=2981 实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... '
www.eeworm.com/read/450397/7484436

txt matlab实用程序百例3.txt

下载地址:http://www.ilovematlab.cn/viewthread.php?tid=2981 实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... '
www.eeworm.com/read/397761/8023383

m example36_hough.m

%example36_Hough %============== %============== [x,a,bw,r]=delt(I); r=mat2gray(r); figure('name','Hough变换','numbertitle','off'); rZoom=imresize(r,[96,96],'bilinear'); %为方便在界面上显示,将图像r放大 su
www.eeworm.com/read/326979/13106587

html 代码14-3.html

设置背景图像的平铺属性
www.eeworm.com/read/138097/13261912

htm ba32.htm

在VB中制作可滚动的图像显示
www.eeworm.com/read/302804/13827113

java splash.java

//Splash.java //用Window组件来制作快闪屏窗口 import java.awt.*; public class Splash extends Frame { //frame的构造方法 public Splash() { //获取快闪屏所需的图像 Image imgSplash=Toolkit.getDefaultTo
www.eeworm.com/read/136571/5868218

c store.c

/* store.c, 图像输出程序*/ #include #include #include #include "config.h" #include "global.h" /* private prototypes */ static void store_one _ANSI_ARGS_((char *outname, un