STM32N6 NPU Deployment — Politecnico di Milano  1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
crop_img.h File Reference
#include "arm_math.h"
Include dependency graph for crop_img.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void img_crop (uint8_t *src_image, uint8_t *dst_img, const uint32_t src_width, const uint16_t dst_width, const uint16_t dst_height, const uint16_t bpp)
 

Detailed Description

Author
GPM Application Team
Attention

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.h.

Function Documentation

◆ img_crop()

void img_crop ( uint8_t *  src_image,
uint8_t *  dst_img,
const uint32_t  src_width,
const uint16_t  dst_width,
const uint16_t  dst_height,
const uint16_t  bpp 
)

Definition at line 21 of file crop_img.c.

Referenced by __attribute__().

Here is the caller graph for this function: