IT Practicals
Contributed by MoreOnWeb.com
Pages
Home
Image Processing
OS Pracs
OST Pracs
CGVRS
ADBMS
Assignments & Writeups
DSA Programs
NTDD practicals
CTNC Practicals
Chatroom for TEIT
Downloads
Sunday, 19 July 2015
MATLAB PROGRAM FOR Homomorphic filtering
/*MATLAB PROGRAM FOR
Homomorphic filtering*/
clc
close all
clear all
d=10;
order=2;
im=double(imread('tun.jpg'));
subplot(121)
imshow(im./255);
[r c]=size(im);
homofil(im,d,r,c,order);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment