On 2/28/19 9:30 PM, Federico Camara Halac wrote:
10): Symbol not found: _cvCalcGlobalOrientation Referenced from:
so you are underlinking, that is, not linking against a required OpenCV library. apart from the obvious reason (forgotten to link against the proper libs), there are other causes for this, like using a mismatched header/library combination.
gfmrdsa IOhannes