Forums - Undefined reference fcvTiltedIntegralu8s32()

2 posts / 0 new
Last post
Undefined reference fcvTiltedIntegralu8s32()
DaniilPattersson
Join Date: 17 Jul 12
Location: Russia
Posts: 23
Posted: Tue, 2012-07-31 04:07

Hi guys!

I'm trying to use fcvTiltedIntegralu8s32, but when I compile my example, have an undefined reference on it: undefined reference to `fcvTiltedIntegralu8s32(unsigned char const*, unsigned int, unsigned int, unsigned int, int*, unsigned int)'. And what is the difference from integral function?

 

  • Up0
  • Down0
jeff4s Moderator
Join Date: 14 Mar 12
Posts: 54
Posted: Sat, 2012-08-04 00:30

Hi,

The definition in fastcv.h for this function has a typo. Sorry for that. We will fix it in next release. For temporary solution you can replace the definition in fastcv.h as fcvTiltedIntegralsu8s32, and change your function call accordingly.

The following link explains the different integrals.

http://opencv.willowgarage.com/documentation/cpp/miscellaneous_image_tra...

Cheers,

-Jeff

  • Up0
  • Down0
or Register

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.