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.

image rotation with LUTs

Status
Not open for further replies.

JerryDT

Newbie level 2
Joined
May 29, 2017
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
I need to rotate a video stream of 1920 * 1080 image by +/-15 degrees. I'm using Altera FPGA (probably ARRIA 10, but didn't choose specific component yet).
I want to do it using LUT's, but I can't seem to find any useful info on the internet regarding that method.
Can someone explain what is the main idea and how do I rotate?
thanks.
 

I assume you'll have some form of external image buffer. You normally write into the buffer normally then read out with the rotation. The lut would generate the address sequence needed to perform the rotation.
 

I assume you'll have some form of external image buffer. You normally write into the buffer normally then read out with the rotation. The lut would generate the address sequence needed to perform the rotation.
Thanks for your answer.
I'm guessing by external buffer you mean DDR. What do you mean by 'read out with the rotation'?
The lut would hold which info? what does it mean the address sequence..?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top