Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet


Discussion Groups

Discussion Groups | Matlab DSP | getting a picture in C

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

getting a picture in C - suganya boopathy - Aug 2 4:51:00 2003



Hai,

i am engaged in an image encoding project. could anyone of you help me on the
following?

1. how to acquire an image file in C language and a motion picture in C and
matlab?

2. for the acquired image, i have to perform 3D - DCT on that image. like dct2
for 2D DCT, we don't have inbuilt DCT program for 3 dimension. i need an
algorithm for writing 3D-DCT.

cheers.





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: getting a picture in C - Nandakishore Ramaswamy - Aug 2 23:54:00 2003

To read the image in MATLAb you can use "imread" function.
eg. imread('lena.bmp')
-Nandakishore

suganya boopathy <s...@yahoo.com> wrote:
Hai,

i am engaged in an image encoding project. could anyone of you help me on the following?

1.  how to acquire an image file in C language and a motion picture in C and matlab?

2.  for the acquired image, i have to perform 3D - DCT on that image. like dct2 for 2D DCT, we don't have inbuilt DCT program for 3 dimension. i need an algorithm for writing 3D-DCT.

cheers.


_____________________________________
/groups.php3


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )