代码搜索:Unsharp
找到约 51 项符合「Unsharp」的源代码
代码结果 51
www.eeworm.com/read/396408/2419200
s vf_unsharp.s
.file 1 "vf_unsharp.c"
.section .mdebug.abi32
.previous
.section .text.parse,"ax",@progbits
.align 2
.align 5
.ent parse
.type parse, @function
parse:
.frame $sp,40,$31 # vars= 0, regs= 6/0, args= 16
www.eeworm.com/read/396408/2419464
mid vf_unsharp.mid
.file 1 "vf_unsharp.c"
.section .mdebug.abi32
.previous
.section .text.parse,"ax",@progbits
.align 2
.align 5
.ent parse
.type parse, @function
parse:
.frame $sp,40,$31 # vars= 0, regs= 6/0,
www.eeworm.com/read/396408/2419495
c vf_unsharp.c
/*
Copyright (C) 2002 Remi Guyomarch
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis
www.eeworm.com/read/406796/11435262
h bilateralparameter.h
#if !defined(AFX_UNSHARP_H__EC78A70E_9D63_452C_9638_D39F882871EF__INCLUDED_)
#define AFX_UNSHARP_H__EC78A70E_9D63_452C_9638_D39F882871EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/406792/11435414
h bilateralparameter.h
#if !defined(AFX_UNSHARP_H__EC78A70E_9D63_452C_9638_D39F882871EF__INCLUDED_)
#define AFX_UNSHARP_H__EC78A70E_9D63_452C_9638_D39F882871EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/393017/8314886
m lvboquyu1.m
i=imread('pout.tif');
imshow(i)
bw=roipoly
h=fspecial('unsharp');
i2=roifilt2(h,i,bw);
figure;
imshow(i2)
www.eeworm.com/read/393017/8314899
m lvboquyu2.m
i=imread('cameraman.tif');
bw=imread('text.png');
mask=bw(1:256,1:256);
f=inline('imadjust(x,[],[],0.3)');
h=fspecial('unsharp');
i2=roifilt2(i,mask,f);
imshow(i)
figure;
imshow(i2)