Re: Histogram equalization or Convolution mask? w.r.t. computational time



ImageAnalyst wrote:
On Jul 27, 5:49 pm, Ady <aiabb...@xxxxxxxxx> wrote:
hello guys,

I want to know whether histogram equalization (general one) algorithm
takes more computational time or application of the convolution mask
(say 3x3) on the image takes more time.

The size of the image is lets say not more than 400x400 pixels.

Thanks for your help in advance. :)

This seems ike a strange question. Why do you want to know? They are
completely different operations. It's not like you can choose one
method over the other to do something and want to pick the faster
one. Please supply more background.

Specifically, you will need to convince
people that this isn't a class assignment.

Anyway, here is something to get you started.
One operation is a local process while the
other is a point process. Local processes
are slower than point processes.

--
Regards,
Martin Leese
E-mail: please@xxxxxxxxxxxxxxxxxxxxxxxxxx
Web: http://members.tripod.com/martin_leese/
.



Relevant Pages