We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac97b8 commit 90f87dcCopy full SHA for 90f87dc
src/opencv_upy.cmake
@@ -31,8 +31,8 @@ set(MICROPY_C_HEAP_SIZE 65536)
31
# functions
32
set(MICROPY_TRACKED_ALLOC 1)
33
34
-# Set ULAB max number of dimensions to 4 (default is 2). TODO: See if 4 is
35
-# actually needed, or if we can get away with 2.
+# Set ULAB max number of dimensions to 4 (default is 2), which is needed for
+# some OpenCV functions
36
target_compile_definitions(usermod INTERFACE ULAB_MAX_DIMS=4)
37
38
# Include ULAB
0 commit comments