Login
Remember
Register
Ask a Question
What are the basic steps in JPEG in image Processing?
0
votes
asked
May 4, 2020
in
Image processing
by
Robindeniel
What are the basic steps in JPEG in image Processing?
#jpeg-basic-steps
#image-jpeg-processing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 4, 2020
by
SakshiSharma
The Major Steps in JPEG Coding involves
DCT (Discrete Cosine Transformation)
Quantization
Zigzag Scan
DPCM on DC component
RLE on AC Components
Entropy Coding
...