|
STM32N6 NPU Deployment — Politecnico di Milano
1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
|
Go to the source code of this file.
Functions | |
| void | img_crop (uint8_t *src_image, uint8_t *dst_img, const uint32_t src_stride, const uint16_t dst_width, const uint16_t height, const uint16_t dst_bpp) |
Copyright (c) 2024 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file crop_img.c.
| void img_crop | ( | uint8_t * | src_image, |
| uint8_t * | dst_img, | ||
| const uint32_t | src_stride, | ||
| const uint16_t | dst_width, | ||
| const uint16_t | height, | ||
| const uint16_t | dst_bpp | ||
| ) |
Definition at line 21 of file crop_img.c.
Referenced by __attribute__().