I want to do an image processing by openCV on FPGA . But I do not know if I should use the SDsoc method or the vivadoHLS method. The size of the images I am going to process is large and I want to solve the problem through parallel processing. What are the differences between SDsoc and vivado HLS? Which method is suggested to get the job done faster? .I want to use one of the cheap Zynq-7000 FPGAs.
vivado HLS or SDsoc for use openCV
309 Views Asked by tom At
1
There are 1 best solutions below
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in OPENCV
- segmentation fault: 11, extracting data in vector
- Disable OpenCL in OpenCV completely
- Python - Writing your own function with opencv giving an error
- Opengl Augmented Reality in Android from solvepnp
- OpenCv Multispectral Image openCV
- Displaying bitmap image on Android (OpenCV)
- Applying homography on non planar surface
- BackgroundSubtractor getBackgroundImage() function return empty Image
- How to choose good SURF feature keypoints?
- opencv python error: Assertion failed (size.width>0 && size.height>0)
- CIDetector to filter rectangle and get cropped image
- How to detect squares in video with OpenCV?
- Python OpenCV error: (-215) size.width>0 && size.height>0 in function imshow
- OpenCV algorithm of contours searching and creation of bounding rectagle
- OpenCV Opening/Closing shifts the positions of the pixels
Related Questions in FPGA
- Is an inferred latch in Quartus II necessarily transparent
- VHDL, concurrent signal assignment wrong on FPGA but right in Modelsim
- Read file in FPGA
- xilinx sdka error when using lwip library
- How to demonstrate a 32-bit MIPS with FPUs in a FPGA?
- How to get rid of scale factor from CORDIC
- Verilog Inter-FPGA SPI Communication
- Using C programming to call VHDL implementation
- Why we use CORDIC gain?
- Altera UART IP Core
- What is the cause of Vivados 'synth 8-1027' error?
- How to change timescale of VCD file dumped?
- Sync two FPGAs to generate same Sine Wave
- Connect stack of Parallela boards and a rPI via FPGA and 1/0 pins
- Error synthesizing hierarchical names in vivado
Related Questions in ZYNQ
- Deploy C executable on PetaLinux for Rocket Chip on Zynq FPGA
- Best way to configure root file system in an embedded linux environment
- Cannot boot from FIT image
- mmap EINVAL error on UIO device
- install OpenCL ICD Loader to ubuntu12 on Zedboard occured error
- How can I allocate a piece of memory from a certain physical memory in embedded arm processor?
- Using multiple core on Zynq
- Basic ARM application in Xilinx Zynq SoC
- Zedboard Transfer Data from SD Card to DDR
- Xilinx Echo Server Data Variable
- Adding Xilinx AXI DMA core to block design cause Xilinx SDK error
- can't access /dev/mem in a docker container
- How to check if interrupts are working or not?
- How can I ensure that if petalinux has configured oled drivers for me
- Is it possible to overload the DDR controller on Zynq through PL ? An how to analyze it?
Related Questions in VIVADO-HLS
- mex.h header bugs in Vivado HLS {array of pointers}
- Latency and Initiation interval in HLS
- implementing object detection like openCV
- Vivado / Vitis HLS - "WARNING: Port "xy" has no fanin or fanout and is left dangling."
- Improve performances of division Vivado HLS
- Verilog FPGA poor placement for routing between IO pin and BUFG error?
- How to enforce the vitis hls compiler to use dsp resource?
- Vivado HLS 2018.2 - Unknown option '-disable_start_propagation' in set_directive_dataflow
- When the name of bus is only used instead of [a:b], does vivado consider its all bits or just least significant bit
- ambiguous overload for 'operator+' when typecasting from unsigned char to a fixed point data type
- How to flatten non perfect loop in Vitis HLS
- Vivado HLS design to read FIFO
- How to find the white pixel coordinates on Vivado HLS?
- What's the biggest fixed point number that can be expressed in 8 bits?
- MSE giving negative results in High-Level Synthesis
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Question:
vivado HLS or SDsoc for use openCV
Answer:
Without any doubt you should use Vitis for openCV because remember after 2019.1 there is no support of Xilinx SDSoC development environment. And also Vivado-HLS is now Vitis HLS. Furthermore, Vitis has a number of openCV libraries that will help you implement your design on Zynq devices.