代码搜索:Unsharp
找到约 51 项符合「Unsharp」的源代码
代码结果 51
www.eeworm.com/read/232704/14184841
m sumarize11_6_2.m
%载入图像
I = imread('pout.tif');
%生成对应的二值图像
imshow(I)
%交互式选择区域
BW = roipoly
%定义滤波器
h = fspecial('unsharp');
%进行区域滤波
I2 = roifilt2(h,I,BW);
figure, imshow(I2)
www.eeworm.com/read/215382/15062641
m sumarize11_6_2.m
%载入图像
I = imread('pout.tif');
%生成对应的二值图像
imshow(I)
%交互式选择区域
BW = roipoly
%定义滤波器
h = fspecial('unsharp');
%进行区域滤波
I2 = roifilt2(h,I,BW);
figure, imshow(I2)
www.eeworm.com/read/213337/15137046
m sumarize11_6_2.m
%载入图像
I = imread('pout.tif');
%生成对应的二值图像
imshow(I)
%交互式选择区域
BW = roipoly
%定义滤波器
h = fspecial('unsharp');
%进行区域滤波
I2 = roifilt2(h,I,BW);
figure, imshow(I2)
www.eeworm.com/read/194957/8182398
m 例9-14 .m
I=imread(‘cameraman.tif’)
H = fspecial(‘unsharp');
UnsharpBlur = uint8(round(filter2(I,H,'replicate')));
imshow(UnsharpBlur)
www.eeworm.com/read/200130/15440635
m sumarize11_6_2.m
%载入图像
I = imread('pout.tif');
%生成对应的二值图像
imshow(I)
%交互式选择区域
BW = roipoly
%定义滤波器
h = fspecial('unsharp');
%进行区域滤波
I2 = roifilt2(h,I,BW);
figure, imshow(I2)
www.eeworm.com/read/490330/6454684
m imglaplacesharp.m
% Image Unsharp Mask function
% usage:
% [output_img] = imgLaplaceSharp ([input_img], laplace_mask, mpl)
% laplace_mask - mask for laplacian filter (edge detect)
% mpl - multiplier for the sharpen
www.eeworm.com/read/490330/6454689
m imgunsharpmask.m
% Image Unsharp Mask function
% usage:
% [output_img] = imgUnsharpMask ([input_img], smoothing_mask, mpl)
% smoothing_mask - for example gaussian or average filtering mask
% mpl - multiplier for t
www.eeworm.com/read/420803/2061228
h csharpen.h
#ifndef _CSHARPENPAGE_H_
#define _CSHARPENPAGE_H_
#include "TconfPageDecVideo.h"
class TsharpenPage :public TconfPageDecVideo
{
private:
void xsharpen2dlg(int sharpenMethod),unsharp2dlg(int
www.eeworm.com/read/406796/11435368
cpp bilateralparameter.cpp
// UNSHARP.cpp : implementation file
//
#include "stdafx.h"
#include "ImageTool.h"
#include "BilateralParameter.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/406792/11435520
cpp bilateralparameter.cpp
// UNSHARP.cpp : implementation file
//
#include "stdafx.h"
#include "ImageTool.h"
#include "BilateralParameter.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL