代码搜索:图像捕捉

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

代码结果 10,000
www.eeworm.com/read/410442/11287047

h table.h

#ifndef CLASS_TABLE #define CLASS_TABLE #include "Game.h" #include "FiveSocket.h" class CTable : public CWnd { CImageList m_iml; // 棋子图像 int m_color; // 玩家颜色 BOOL m_bWait; // 等
www.eeworm.com/read/407650/11412783

c convert.c

/* 程序名:convert.c 功能:图像格式的转换 */ #include #include #include int main( int argc, char** argv ) { IplImage* src; // -1: the loaded image will be loaded as is (with numbe
www.eeworm.com/read/402293/11539068

cpp mydlg2.cpp

// MyDlg2.cpp : implementation file // #include "stdafx.h" #include "整数DCT图像压缩.h" #include "MyDlg2.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
www.eeworm.com/read/151751/12177394

m 3-10.m

%由peaks产生的数组绘图面对象 load clown %打开图像,以此作为面对象的色图 surface(peaks,flipud(X),... 'FaceColor','texturemap',... 'EdgeColor','none',... 'CDataMapping','direct') %ZData为49×49的矩阵,CD
www.eeworm.com/read/148879/12417821

m 3-10.m

%由peaks产生的数组绘图面对象 load clown %打开图像,以此作为面对象的色图 surface(peaks,flipud(X),... 'FaceColor','texturemap',... 'EdgeColor','none',... 'CDataMapping','direct') %ZData为49×49的矩阵,CD
www.eeworm.com/read/130487/14190361

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/127242/14366654

m 3-10.m

%由peaks产生的数组绘图面对象 load clown %打开图像,以此作为面对象的色图 surface(peaks,flipud(X),... 'FaceColor','texturemap',... 'EdgeColor','none',... 'CDataMapping','direct') %ZData为49×49的矩阵,CD
www.eeworm.com/read/223885/14613944

htm 22.4.htm

图像定位示例
www.eeworm.com/read/223885/14614227

htm 23.5.htm

随机图像
www.eeworm.com/read/119805/14820670

java bmp.java

import java.awt.*; import java.awt.image.*; import java.io.*; import java.util.*; import java.util.Vector.*; public class BMP{ //读取BMP图像源代码 public static Image loadbitmap(String sfile) thro