Hi,
I am trying to implement a algorithm for a filter synthesized by
Hurlbert and Poggio.Can anyone give the link or the name of the book
for that filter.
Th...
Hello dear members..
I am a final year student of electrical engg...i am doing a HW design
project on the motion estimation archietctures. For the purpose of
simu...
Hello,
I have read a DICOM format image file as follows:
infoY0 = dicominfo('diffusioncalibration_2002103018424836_2_4.dcm');
ref_img = dicomread(infoY0);
fi...
dear members,
i am working on video-coding. currently, i need some video-clips for
testing my code.
can u please tell me where from i can get (FREE-download...
Hai,
Is there any build-in function for Histogram for color images.? I
want histogram of color for a colour image. How can I do that.?
Thanks in advance.
...
Hi everyone,
I am working on machine vision for a Lego robot.
The aim is having robot to navigate around the room, based on digital
camera output. (Sampl...
** Proprietary **
Hello,
We are developing a MPEG4 codec.We have an MPEG4 raw
bitstream ,obtained after compression ,with MPEG4 headers.We require a software ...
everybody knows that in transform coding the image to be coded is at
first converted in the transform domain.this transformation has two
effects.first,compression a...
how can i measure the spatial correlation in any image?
suppose, there are two images I1 and I2. is there any method that
will quantitatively tell me which of those...
Hi
I am just learning image processing.
I want to implement edge detection by sobel operator in 'c', i am
facing some problems. i am first reading image. then i a...