Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to encode/decode a jpg or avi using Vector Quantization?

Status
Not open for further replies.

ekocakaya

Junior Member level 1
Joined
Sep 20, 2002
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
36
Hi Everbody
I want to make a program for signal processing with c++.With This program encode a jpg or avi with VQ and then decode.But I dont know how do it ? Anybody know about ths or any program codes
 

Re: Vector Quantization

hi,
both jpeg and avi have their own file formats and a standard set of algorithms are defined for decoding them.If you will use your own algorithm file may no longer be jpeg or avi compatible and hence decoder may not be able to decode it.
I think you can go for jpeg implementation as specified in jpeg standard.
regards
pimr
 

Re: Vector Quantization

Thank you for your interest.Where I can start any webpage or document?
 

Re: Vector Quantization

First of all,you should look for the jpeg and avi specs and study their format.
 

Re: Vector Quantization

hi,
u can get the source code of jpeg on the link given below
https://www.ece.uvic.ca/~mdadams/jasper/
and you can get specs of jpeg here
**broken link removed**
you also need to study image processing if you dont know that!
good book to start is "digital image processing" by gonzalez
it is available in mcu.
regards
pimr
 

    ekocakaya

    Points: 2
    Helpful Answer Positive Rating
Re: Vector Quantization

Look at the book by Allen Gersho and Gray "Vector Quantization "
 

Re: Vector Quantization

This is short a comprehensive tutorial on Vector Quantization.
**broken link removed**

~Kalyan
 

Re: Vector Quantization

ekocakaya said:
Hi Everbody
I want to make a program for signal processing with c++.With This program encode a jpg or avi with VQ and then decode.But I dont know how do it ? Anybody know about ths or any program codes

there are quite a couple of opensource video codecs available..
try ffmpeg.sourceforge.net
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top