代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/136800/13359526
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/309693/13666288
h table.h
#ifndef CLASS_TABLE
#define CLASS_TABLE
#include "Game.h"
#include "FiveSocket.h"
class CTable : public CWnd
{
CImageList m_iml; // 棋子图像
int m_color; // 玩家颜色
BOOL m_bWait; // 等
www.eeworm.com/read/307077/13731793
m ch10_1_1.m
%利用函数imfilter实现图像平滑滤波
I = imread('coins.png');
h = ones(5,5) / 25;
I2 = imfilter(I,h);
imshow(I), title('Original Image');
figure, imshow(I2), title('Filtered Image')
www.eeworm.com/read/306560/13741889
txt filer_by_matlab.txt
i=imread('cameraman.tif');
subplot(2,2,1);
imshow(i);
title('原图');
axis square;
j=imnoise(i,'gaussian',0,0.1);
subplot(2,2,2);
imshow(j);
title('加噪图像');
axis square;
%用
www.eeworm.com/read/304882/13784498
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/136571/5868238
c writepic.c
/* writepic.c, 恢复重建图像*/
#include
#include
#include "config.h"
#include "global.h"
void writeframe(fname,frame)
char *fname;
unsigned char *frame[];
{
int chrom_hsize, chrom_
www.eeworm.com/read/110972/6160774
c writepic.c
/* writepic.c, 恢复重建图像*/
#include
#include
#include "config.h"
#include "global.h"
void writeframe(fname,frame)
char *fname;
unsigned char *frame[];
{
int chrom_hsize, chrom_
www.eeworm.com/read/272511/6335313
html up_image.html
图像地址
//如果捕捉到ESC键,则关闭窗口
function _CloseOnEsc() {
if (event.keyCode == 27) {
www.eeworm.com/read/272511/6335337
html insert_image.html
图像地址
//如果捕捉到ESC键,则关闭窗口
function _CloseOnEsc() {
if (event.keyCode == 27) {