代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/279904/10379646
h grphcs.h
// Grphcs.h
//该头文件定义图像处理宏:
#ifndef __grphcs_h_
#ifndef __GRPHCS_H__
#define __grphcs_h_
#define __GRPHCS_H__
#ifdef __cplusplus
extern "C" {
#endif
#define PIE 3.14159265
www.eeworm.com/read/159906/10591070
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/274600/10862403
m contrastfunc_main.m
function contrastfunc_main
in=imread('212.bmp');
im=rgb2gray(in);
gain=3;
cutoff=0.5;
newim=adjcontrast(im, gain, cutoff);
figure,imshow(im);title('原始图像');axis on;
figure,imshow(newim);title('变
www.eeworm.com/read/419503/10864024
cpp dib.cpp
// Dib.cpp : implementation file
//
#include "stdafx.h"
#include "图像水印.h"
#include "Dib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/469046/6984102
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/462042/7211916
txt 代码16-9.txt
iptsetpref('ImshowAxesVisible','on') % 显示图像轴坐标
I = zeros(100,100); % 生成全零矩阵
I(25:75, 25:75) = 1; % 产生一个正方形的黑框
theta = 0:180
www.eeworm.com/read/457537/7323744
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example036_窗体和图像的双重透明
{
///
/
www.eeworm.com/read/457537/7324076
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example025_窗体和图像的双重透明
{
///
/