代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/347173/11686328
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.IO;
namespace 图像格式转II
{
///
www.eeworm.com/read/156038/11833219
cpp stredlg.cpp
// StreDlg.cpp : implementation file
//
#include "stdafx.h"
#include "图像增强技术.h"
#include "StreDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/156038/11833238
cpp thredlg.cpp
// ThreDlg.cpp : implementation file
//
#include "stdafx.h"
#include "图像增强技术.h"
#include "ThreDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/256093/12028983
tex 13-6-2.tex
% 13-6-2.tex: 样本模板, 用 LaTeX2html 处理
\documentclass{article}
\usepackage{html,makeidx,epsf}
\usepackage{graphicx}
\usepackage{CJK}
\begin{document}
\begin{CJK*}{GBK}{song}
\CJKtilde
%
% 不同格式图像
www.eeworm.com/read/255273/12090922
java jpegservlet.java
package wmj.servlet;
/**
* @author wangmj
* @mail
* 2005-2-18 2005
* 利用Servlet生成动态的图像
* JPEGServlet.java
*/
import java.awt.Color;
import ja
www.eeworm.com/read/151751/12177150
m 12-11.m
I = imread('ic.tif');
I2 = imcrop(I,[60 40 100 90]);
%指定的矩形区域[60 40 100 90]对图像I进行剪切
imshow(I)
figure, imshow(I2)
www.eeworm.com/read/339962/12190941
java showpicframe.java
/*
*ShowPicFrame.java Beta 1.0
*
* Copyright 2007 Grassoft. All rights reserved.
*/
package wanderer;
import java.awt.*;
/**
*
* 继承JFrame类,加载ShouPic类,实现分布图像的显示
*/
public class ShowPicFrame
www.eeworm.com/read/150535/12287527
c 矩特征.c
//////////////////////////////////////////////////////////////////////////
//得到Moment特征
//lpDIBBits是经过二值化处理以后的图像指针
//lWidth不必是4的倍数
//pFeature是长度为8的实数数组
BOOL WINAPI GetMomentFeatures (LPSTR lpDIBB
www.eeworm.com/read/250455/12405328
h img.h
// Img.h //该头文件定义图像处理宏:
#ifndef __img_h_
#ifndef __IMG_H__
#define __img_h_
#define __IMG_H__
#ifdef __cplusplus
extern "C" {
#endif
#define PIE 3.14159265358979323846
#