Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16939 Discussions

video and image processing

Altera_Forum
Honored Contributor II
1,449 Views

using video and image megawizard i m doing some video processing application i hve a block diagram of video processing,i didnt understand what is preprocessing block in that block diagram ,is it color space conversion rgb to y cb cr 

or what. please help
0 Kudos
7 Replies
Altera_Forum
Honored Contributor II
677 Views

In my humble opinion , probably its a compression method 

u can check out this : 

https://www.alteraforum.com/forum/attachment.php?attachmentid=2383
0 Kudos
Altera_Forum
Honored Contributor II
677 Views

it could be something like run-length coding.

0 Kudos
Altera_Forum
Honored Contributor II
677 Views

thanks 4 ur reply.ya this is lossless image compression but what is PREPROCESSING block.

0 Kudos
Altera_Forum
Honored Contributor II
677 Views

 

--- Quote Start ---  

thanks 4 ur reply.ya this is lossless image compression but what is PREPROCESSING block. 

--- Quote End ---  

 

 

preprocessing might be any processing taken before the actually process we are focusing on. The picture you attached probably want to stress on the compression part so the other processing which is not relevent to compression of the image is not told here (and put in a block called preprocessing). 

 

For example if the input is a NTSC video. It need to go for a few processing b4 compression take place. Maybe chroma resampling (YCbCr 4:2:2 -> YCbCr 4:4:4), color space conversion (YCbCr 4:4:4 to RGB), Scaling (720x480pixels -> 640x480pixels) and so on.
0 Kudos
Altera_Forum
Honored Contributor II
677 Views

thank i got it. 

 

For example if the input is a NTSC video. It need to go for a few processing b4 compression take place. Maybe chroma resampling (YCbCr 4:2:2 -> YCbCr 4:4:4), color space conversion (YCbCr 4:4:4 to RGB), Scaling (720x480pixels -> 640x480pixels) and so on. 

--- Quote End ---  

0 Kudos
Altera_Forum
Honored Contributor II
677 Views

 

--- Quote Start ---  

thank i got it. 

--- Quote End ---  

 

 

welcome. 

what kind of dev board u using right now?  

DE2? coz i saw you asking regarding it on another thread
0 Kudos
Altera_Forum
Honored Contributor II
677 Views

i m using altera de2 board

0 Kudos
Reply