代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/467311/7009646
txt disposalcolorimage.txt
图像的颜色处置
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例75');
h1=axes('parent',h0,...
'position',[0.12 0.45 0.75 0.5],...
'visible','off');
I=imread('
www.eeworm.com/read/461776/7220728
cpp image.cpp
//
// 24Bits/Pixel 图像
//
// Copyright (c) 2000-2002 Chihiro.SAKAMOTO (HyperWorks)
//
#include "StdAfx.h"
#include "Application.h"
#include "Image.h"
#include "File.h"
#include "Misc.h"
#inc
www.eeworm.com/read/457537/7324109
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 实例033_图像的局部放大
{
///
/// Form1
www.eeworm.com/read/456363/7351131
c ov7725.c
/*********************************
版 权:
文 件 名:ov7725.c
作 者:狄兰兰
创建日期:20090213
版 本:02.00.01
功能描述:cmos图像传感器驱动程序,
完成VGA、QVGA、QQVGA、CIF、QCIF
www.eeworm.com/read/448987/7521088
htm 图标颜色变换.htm
标题页
function changeSrc(obj)
{
obj.src="LOGO2.gif";//改变图像地址
}