Forum Discussion

ZikunTan's avatar
ZikunTan
Icon for New Contributor rankNew Contributor
7 years ago

How to do image horizontal flipping by HLS compiler?

I am doing an image processing project by FPGA HLS compiler. Now I plan to do image flipping on real-time image received from monitor by HLS. I know how to do flipping operation in C but I am confused about how to combine HLS with my C code to flip the real-time image. Could anyone give me some hints or suggestions? Thanks.