代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/274600/10862416
m lpenhance_main.m
function lpenhance_main
clc
clear all
in=imread('212.bmp');
im=rgb2gray(in);
figure,imshow(in);title('原始图像');axis on;
im = double(im) / 256;
rho=3;
sig = std(im(:));
sigma = sig / rho;
nim
www.eeworm.com/read/273887/10895650
c func.c
/*****************************************************************************/
//func.c
// 定义有关各迷宫小车图像处理函数
// 处理针对YUV图象的UV进行
// 注意所有的都是先列后行!
// X对应列,对应宽度,Y对应行,对应高度
/***************************
www.eeworm.com/read/418162/10962967
htm 4.5 鼠标放到图片上会显示另外一张图片.htm
标题页
function changeSrc(obj)
{
obj.src="LOGO2.gif";//改变图像地址
}
www.eeworm.com/read/416576/11020585
c ov7725.c
/*********************************
版 权:
文 件 名:ov7725.c
作 者:狄兰兰
创建日期:20090213
版 本:02.00.01
功能描述:cmos图像传感器驱动程序,
完成VGA、QVGA、QQVGA、CIF、QCIF
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