Forums - parameter of fcvDescriptor17x17u8to36s8

1 post / 0 new
parameter of fcvDescriptor17x17u8to36s8
tifkshtmxm
Join Date: 17 Aug 16
Posts: 4
Posted: Sun, 2016-08-28 02:46

Hello, i'm learning fastcv, i build featureDetect of example project, it's really fast on mobile!

So I add fcvdescripotr17x17u8to36s8 function, and I rebuild featureDetect of example project.

But I got zeros for second, third for parameter of fcvdescripotr17x17u8to36s8

I define descriptorChar and descriptorNormSQ of Cornerstate structure below

int8_t * descriptorChar;

int32_t * descriptorNormSQ;

fcvDescriptor17x17u8To36s8((uint8_t *)patch.data, cornerstate.descriptorChar, conerstate.descriptorNormSQ);

The patch is 17x17px cropping image around corner point, isn't it?

Why I got zeros ? anyone help me! Thanks

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.