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

Features extraction with IPP

tonions
Beginner
414 Views
Dear all,

is it possible with IPP to obtain some features (like centre of mass) from selected areas of an image?

With label marker I can labelized some connected areas of an image, but can I calculate the centre of mass or the extension of the founded blobs?
0 Kudos
1 Reply
nizanh
Beginner
414 Views
You can use ippiGetSpatialMoment_64f or one of the other image moments functions to compute the center of mass as well as higher order moments.

0 Kudos
Reply