代码搜索:图像捕捉

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

代码结果 10,000
www.eeworm.com/read/391515/8399797

java myback.java

package com.yang.c10.Brick; import javax.microedition.lcdui.Graphics; import javax.microedition.lcdui.Image; public class MyBack { private Image m_backImg; //背景画面图像 public MyBack(){
www.eeworm.com/read/391512/8399832

java myback.java

package com.yang.c10.BKQ; import javax.microedition.lcdui.Graphics; import javax.microedition.lcdui.Image; public class MyBack { private Image m_backImg; //背景画面图像 public MyBack(){
www.eeworm.com/read/389274/8536816

m example76_eigenvector.m

%%%example_figure %%%%imread the image samples figure('name','实验图像的特征提取','numbertitle','off'); %to look the primary components of the first sample %and to see the target curve y=W*b0; i=1:5;
www.eeworm.com/read/433038/8550820

htm 15-6.htm

背景和图像属性演示 body {background-color:"pink" ; background-image: url(rose.jpg); repeat-x }; h1 {fon
www.eeworm.com/read/429160/8815820

java serialimage.java

// 程序:连续图像绘制 // 范例文件:SerialImage.java import java.awt.*; import java.applet.*; import java.awt.image.*; public class SerialImage extends Applet implements Runnable { int AppletW
www.eeworm.com/read/428927/8828284

cpp freqcalculate.cpp

// ************************************************************************ // 文件名:FreqCalculate.cpp // // 图像正交变换函数库: // // FFT() - 一维快速付立叶变换 // IFFT() - 一维快速付立叶逆变换 // Fourier() - 二
www.eeworm.com/read/283486/9018046

java serialimage.java

// 程序:连续图像绘制 // 范例文件:SerialImage.java import java.awt.*; import java.applet.*; import java.awt.image.*; public class SerialImage extends Applet implements Runnable { int AppletW
www.eeworm.com/read/372034/9524226

m matalignimgplanes.m

function RPlanes = MatAlignImgPlanes(t, dx, dy) % MATALIGNIMGPLANES Return the Matrix used for aligning the image planes %% 图像平面旋转变换矩阵 RPlanes = [dx^2 + dy^2 * cos(t) dx * dy * (1-cos(t))
www.eeworm.com/read/167506/9967323

cs c4-10.cs

// 批量图像处理器的异步实现 using System; using System.IO; using System.Threading; using System.Runtime.InteropServices; public class BulkImageProcAsync { public const String ImageBaseName = "tmpImage-";
www.eeworm.com/read/167506/9967326

cs c4-11.cs

// 批量图像处理器的同步实现。 using System; using System.IO; using System.Threading; using System.Runtime.InteropServices; public class BulkImageProcSync { public const String ImageBaseName = "tmpImage-";