代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/449458/7504765
m mcm.m
function MCM(image_name,t,out_filname)
% AMSS
% image_name 原图像文件名
% t 时间
% out_filname 输出文件名
if nargin
www.eeworm.com/read/446420/7579539
m example1.m
%形成用户界面
clear all;
%添加图形窗口
H=figure('Color',[1 0 0],...
'position',[400 300 500 400],...
'Name','基于BP神经网络的英文字母识别',...
'NumberTitle','off',...
'MenuBar','none');
%画坐标轴对象,显示原始图像
www.eeworm.com/read/446420/7579550
asv example1.asv
%形成用户界面
clear all;
%添加图形窗口
H=figure('Color',[0 1 1],...
'position',[400 300 500 400],...
'Name','基于BP神经网络的英文字母识别',...
'NumberTitle','off',...
'MenuBar','none');
%画坐标轴对象,显示原始图像
www.eeworm.com/read/441748/7665997
cpp rlebitmap.cpp
/*
行压缩位图,带有图像轮廓信息
目前仅支持高彩色模式
.......... '.'代表透明像素
..AA......
.A...A....
..........
压缩为:
去掉顶行,末行和最左边一列
0201 0302 0000 代表轮廓
0301 0102 AAAA AAAA 0201 0301 0000
0101 AAAA
www.eeworm.com/read/396352/8112511
htm 62_1.htm
香巴拉 软件下载 - 图形图像 - 动画制作 - [czy888.126.com]
td{font-size:9pt;line-height:140%}
body{fon
www.eeworm.com/read/396352/8112611
htm 67_1.htm
香巴拉 软件下载 - 图形图像 - 图标工具 - [czy888.126.com]
td{font-size:9pt;line-height:140%}
body{fon
www.eeworm.com/read/396352/8112653
htm 4_1.htm
香巴拉 软件下载 - 图形图像 - [czy888.126.com]
td{font-size:9pt;line-height:140%}
body{font-size:
www.eeworm.com/read/396352/8112709
htm 65_1.htm
香巴拉 软件下载 - 图形图像 - 图片压缩 - [czy888.126.com]
td{font-size:9pt;line-height:140%}
body{fon
www.eeworm.com/read/245213/12810102
m zuoye2.m
clc
close all
clear all
% 保存开始时间
start_time=cputime;
iTimes=4; %置乱次数
alpha=0.2;
blocksize=8; % 设置块的大小
% 读入原图像
file_name='_lena_std_bw.bmp';
cover_object=double(imread(file_na
www.eeworm.com/read/244809/12842638
cpp imagetestdoc.cpp
// imagetestDoc.cpp : implementation of the CImagetestDoc class
// 山东大学信息科学与工程学院 数字图像处理编程讲义程序
// 作者:赵辉 bugzhao@sdu.edu.cn
// 完成于:2005.11.15
#include "stdafx.h"
#include "imagetest.h"
#inclu