mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
commit
347552979c
@ -11943,7 +11943,7 @@ void imlib_find_apriltags(list_t *out, image_t *ptr, rectangle_t *roi, apriltag_
|
|||||||
apriltag_detections_destroy(detections);
|
apriltag_detections_destroy(detections);
|
||||||
fb_free(); // grayscale_image;
|
fb_free(); // grayscale_image;
|
||||||
apriltag_detector_destroy(td);
|
apriltag_detector_destroy(td);
|
||||||
fb_free(); // umm_init();
|
fb_free(); // umm_init_x();
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
|||||||
@ -8862,7 +8862,7 @@ void imlib_find_barcodes(list_t *out, image_t *ptr, rectangle_t *roi)
|
|||||||
}
|
}
|
||||||
|
|
||||||
zbar_image_scanner_destroy(scanner);
|
zbar_image_scanner_destroy(scanner);
|
||||||
fb_free(); // umm_init();
|
fb_free(); // umm_init_x();
|
||||||
if (ptr->bpp != IMAGE_BPP_GRAYSCALE) fb_free(); // grayscale_image;
|
if (ptr->bpp != IMAGE_BPP_GRAYSCALE) fb_free(); // grayscale_image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user