メインコンテンツ

HVX Conv2D

2-D convolution for HVX

Since R2026a

  • HVX Conv2D block with two input ports and one output port

Libraries:
Embedded Coder Support Package for Qualcomm Hexagon Processors / IPCV

Description

The HVX Conv2D block performs a two-dimensional (2-D) convolution of an input image using a square filter mask for Hexagon® Vector eXtension (HVX).

Ports

Input

expand all

2-D input matrix whose width is a multiple of 128. The height of the matrix must be greater than or equal to the mask size.

Data Types: uint8

Structuring element, specified as a two-dimensional square matrix of size 3, 5, or 7.

Data Types: int8

Output

expand all

Convolution output of the input matrix and the mask, returned as a matrix.

Data Types: uint8

Extended Capabilities

expand all

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2026a