mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2110 from kwagyeman/kwabena/enable_isp_ops
board/OPENMV_RT1060: Enable ISP Ops.
This commit is contained in:
commit
9fa9145e90
@ -28,6 +28,9 @@
|
||||
// Enable midpoint pooling
|
||||
#define IMLIB_ENABLE_MIDPOINT_POOLING
|
||||
|
||||
// Enable ISP ops
|
||||
#define IMLIB_ENABLE_ISP_OPS
|
||||
|
||||
// Enable binary ops
|
||||
#define IMLIB_ENABLE_BINARY_OPS
|
||||
|
||||
|
||||
@ -187,6 +187,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(OMV_DIR)/imlib/, \
|
||||
imlib.o \
|
||||
integral.o \
|
||||
integral_mw.o \
|
||||
isp.o \
|
||||
jpegd.o \
|
||||
jpege.o \
|
||||
lodepng.o \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user