Developer Reference for Intel® Integrated Performance Primitives
Converts corners from two-dimensional image to an array of structures.
IppStatus ippiFastN2DToVec_8u(const Ipp8u* pSrcCorner, int srcCornerStep, const Ipp8u* pSrcScore, int srcScoreStep, IppiCornerFastN* pDst, IppiSize srcRoiSize, int maxLen, int* pNumCorners, IppiFastNSpec* pSpec);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Pointer to the source image with corners.
Distance, in bytes, between the starting points of consecutive lines in the source image with corners.
Pointer to the source image with scores.
Distance, in bytes, between the starting points of consecutive lines in the source image with score.
Pointer to the destination vector of structures.
Size of the source ROI, in pixels.
Length of the array of structures.
Pointer to the number of corners in the source image.
Pointer to the specification structure.
This function converts two-dimensional image with corners to an array of structures. The result is stored in pDst.
For an example on how to use this function, refer to the example provided with the FastN function description.
pSrcCorner, pDst, pNumCorners, or pSpec is NULL
pSrcScore is NULL if option is not equal to IPP_FASTN_SCORE_MODE0