代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/407650/11412680
c drawing.c
/* 程序名:drawing..c
功能:展示OpenCV的图像绘制功能
*/
#include "cv.h"
#include "highgui.h"
#include
#include
#define NUMBER 100
#define DELAY 5
char wndname[] = "Drawing Demo";
CvScalar rando
www.eeworm.com/read/402293/11539038
cpp 数字水印技术doc.cpp
// 整数DCT图像压缩Doc.cpp : implementation of the CDCTDoc class
//
#include "stdafx.h"
#include
#include "Math.h"
#include "数字水印技术.h"
#include "数字水印技术Doc.h"
#include "MyDlg1.h"
#inc
www.eeworm.com/read/402293/11539092
cpp 数字水印技术view.cpp
// 整数DCT图像压缩View.cpp : implementation of the CDCTView class
//
#include "stdafx.h"
#include "数字水印技术.h"
#include "数字水印技术Doc.h"
#include "数字水印技术View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/344272/11890799
c main.c
/**************************************************************************
文件名称: main.c
作者: Andy
版本: 0.1
创建时间 : 2007-04
描述:
文件实现了从BMP图片格式的数据中提取图像数据并将其显示于屏上的功能
修改历史:
********************
www.eeworm.com/read/256299/12010251
m sumarize11_4_1f.m
figure(1);
load imdemos saturn2;
%显示图像
imshow(saturn2);
figure(2);
%进行傅立叶变换
B = fftshift(fft2(saturn2));
%显示变换后的系数分布
imshow(log(abs(B)),[]),colormap(jet(64)),colorbar;
www.eeworm.com/read/340296/12166804
cpp stdafx.cpp
#include "stdafx.h"
//给定位置point和大小area,在特定图像*pimage中画矩形
IplImage* rectangle_drawing(IplImage* pimage, CvPoint point, CvSize area)
{
if(point.x > area.width && point.x < pimage->width - area
www.eeworm.com/read/336539/12437863
h graph.h
#if !defined(KANE_RPG_GRAPH_H)
#define KANE_RPG_GRAPH_H
class Graph
{
public:
Graph();
int Init(); //初始化图像
void Refresh(int time,char *text); //刷新屏幕
void Blt(int x,int y,int src_i