代码搜索:Unsharp
找到约 51 项符合「Unsharp」的源代码
代码结果 51
www.eeworm.com/read/188503/8534504
c y4munsharp.c
/*
* $Id: y4munsharp.c,v 1.6 2005/04/11 18:16:42 sms00 Exp $
*
* Constructed using:
* unsharp.c 0.10 -- This is a plug-in for the GIMP 1.0
* Copyright (C) 1999 Winston Chang
www.eeworm.com/read/188503/8534399
1 y4munsharp.1
.TH "y4munsharp" "1" "11 November 2004" "MJPEG Linux Square" "MJPEG tools manual"
.SH "NAME"
y4munsharp \- Unsharp filter for YUV4MPEG2 streams
.SH "SYNOPSIS"
.B y4munsharp
.RI [ options ]
.SH "DESCRI
www.eeworm.com/read/198140/7949982
m videoedit.m
clear all
close all
clc
H = fspecial('unsharp',0.9);
HH = fspecial('disk',2);
aviobj = avifile('4.avi','fps',25,'COMPRESSION','None');
for i=1:298
I1=aviread('3.avi',i);
B=frame2im(I1)
www.eeworm.com/read/392497/8339717
m videoedit.m
clear all
close all
clc
H = fspecial('unsharp',0.9);
HH = fspecial('disk',2);
aviobj = avifile('4.avi','fps',25,'COMPRESSION','None');
for i=1:298
I1=aviread('3.avi',i);
B=frame2im(I1)
www.eeworm.com/read/477111/1364031
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/466484/1510696
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/218114/4864273
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/304591/3796178
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/402141/2332651
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/384950/2595990
m sumarize11_6_2.m
%载入图像
I = imread('pout.tif');
%生成对应的二值图像
imshow(I)
%交互式选择区域
BW = roipoly
%定义滤波器
h = fspecial('unsharp');
%进行区域滤波
I2 = roifilt2(h,I,BW);
figure, imshow(I2)