Ask Your Question

GurovOk's profile - activity

2018-05-08 06:25:25 -0600 asked a question AVCaptureVideoDataOutput motion detection crash

AVCaptureVideoDataOutput motion detection crash I'll try to implement motion detection from AVCaptureVideoDataOutput: Fi

2018-05-07 05:18:11 -0600 received badge  Supporter (source)
2018-05-07 05:17:23 -0600 marked best answer Motion detection. Undefined symbols for architecture arm64.

I'll try to make motion detection on iOS (Test project). But when i use methods from video/tracking mobule (cvUpdateMotionHistory) - got compile error:

Undefined symbols for architecture arm64:
  "_cvUpdateMotionHistory", referenced from:
      update_mhi(_IplImage*, _IplImage*, int) in OpenCVWrapper.o
  "_cvCalcMotionGradient", referenced from:
      update_mhi(_IplImage*, _IplImage*, int) in OpenCVWrapper.o
  "_cvSegmentMotion", referenced from:
      update_mhi(_IplImage*, _IplImage*, int) in OpenCVWrapper.o
  "_cvCalcGlobalOrientation", referenced from:
      update_mhi(_IplImage*, _IplImage*, int) in OpenCVWrapper.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What's problem it can be?

2018-05-07 05:17:23 -0600 received badge  Scholar (source)
2018-05-04 04:42:16 -0600 asked a question Motion detection. Undefined symbols for architecture arm64.

Motion detection. Undefined symbols for architecture arm64. I'll try to make motion detection on iOS (Test project). But