You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vision/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ The Vitis Vision library is designed to work with Zynq, Zynq Ultrascale+, and Al
19
19
20
20
Vitis 2020.2 Development Environment is required to work with the library.
21
21
22
+
OpenCV must be installed. All Vitis Vision functions are tested against OpenCV version 3.4.2.
23
+
22
24
**Vitis Flow:**
23
25
24
26
U200 platform, available in the Vitis tool, is required to build and run the library functions on U200 PCIe board. Same applies for U50 and Zynq based platforms.
@@ -89,5 +91,4 @@ This library is written by developers at
89
91
90
92
#### Known Issues:
91
93
1. Windows OS has path length limitations, kernel names must be smaller than 25 characters.
92
-
2. 'axiconv' function in L1 fails cosim because of a known HLS issue.
93
-
3. 'bilateralfilter' function RO configuration is not supported.
94
+
2. 'bilateralfilter' function RO configuration is not supported.
0 commit comments