代码搜索:图像捕捉

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

代码结果 10,000
www.eeworm.com/read/212036/15168104

txt example.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('tire
www.eeworm.com/read/481000/1303153

aspx imagebutton2.aspx

public void MM_OnClick(Object sender,ImageClickEventArgs e) { //取得点击图像的坐标 int PageX = e.X; int PageY = e.Y; if(PageX>57 && PageX58 && Pag
www.eeworm.com/read/462950/1541483

cs form1.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Example035_获得图像上任意一点的颜色值 { ///
www.eeworm.com/read/318675/3566302

txt 170.txt

在门上绘制图像以吓阻鬼魅的习俗,据传在商周时代就有,演变至今成为寺庙不可或缺的彩绘艺术,并且依照主祀的神只,绘制不同种类的门神。
www.eeworm.com/read/315701/3616651

java combo.java

//GUI Swing组件:下拉式列表框显示图像文件 import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Combo extends JFrame{ private JComboBox images; private JLabel label; private String
www.eeworm.com/read/298315/3868718

txt 170.txt

在门上绘制图像以吓阻鬼魅的习俗,据传在商周时代就有,演变至今成为寺庙不可或缺的彩绘艺术,并且依照主祀的神只,绘制不同种类的门神。
www.eeworm.com/read/429870/1944109

c writepic.c

/* writepic.c, 写重建的图像信息*/ #include #include #include "global.h" void writeframe(fname,frame) char *fname; unsigned char *frame[]; { int chrom_hsize, chrom_vsize; char name
www.eeworm.com/read/354849/3073394

cs form1.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Example035_获得图像上任意一点的颜色值 { ///
www.eeworm.com/read/173693/9641585

cpp videopro.cpp

// VideoPro.cpp : implementation file // #include #include "AGV.h" #include "VideoPro.h" #include //#include "Hough.h" #include "HSI.h" // 在计算图像大小时,采用公式:biSizeImage = b
www.eeworm.com/read/172257/9715694

m l8_2.m

%程序L8_2.m: 四叉树区域分割与合并法% image1=imread('L8_2.bmp');%读取图像 s=qtdecomp(image1,0.1); %qtdecomp就是“四叉树分解”函数