Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Calculate column average and row average

wwang
Beginner
462 Views

Are there any functions in ipp that calculate the column average and/or row average of an image? Thanks.

0 Kudos
1 Reply
Intel_C_Intel
Employee
462 Views
You can use ippiFilterColumn32f or ippiFilterRow32f using a kernel size of height (or width in case of rows) with the values 1/height (or 1/width in case of rows). The destination image willhave the size ofline or a column.
0 Kudos
Reply