removing the dc component from the Image
- From: james <bondwiththebest2007@xxxxxxxxx>
- Date: Mon, 30 Jul 2007 10:07:56 -0700
Hello,
I just want to know how to remove the dc component from the image. I
am thinking in this manner
% I=imread('Image');
% dc=mean2(I);
% I1=I-dc;
is this is the correct way of removing the dc from an image??
thanks in advance,
james.
.
- Follow-Ups:
- Prev by Date: Re: correlation of rotated image with perspective
- Next by Date: Re: removing the dc component from the Image
- Previous by thread: correlation of rotated image with perspective
- Next by thread: Re: removing the dc component from the Image
- Index(es):