OpenCV-iOS
OpenCV-iOS copied to clipboard
OpenCV (open source computer vision library) just builded iOS framework and Pod
Undefined symbols for architecture arm64: "cv::findContours(cv::_InputOutputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, int, int, cv::Point_)", referenced from: -[OpenCVImgProcess OpenCVImgSeg:] in ThermaFySDK2_2(OpenCVImgProcess.o) boundQuadrangle(cv::Mat&, std::__1::vector&) in ThermaFySDK2_2(OpenCVImgProcess.o) "cv::findContours(cv::_InputOutputArray const&, cv::_OutputArray const&, int, int,...
Updated the README file and the documentation of opencv framework to make it more descriptive.
After pod installing, I am facing this issue duplicate symbol _OBJC_CLASS_$_Reachability in: /Users/retributionxd/Library/Developer/Xcode/DerivedData/RevEye-doarrfgrbaqxejbxnrhmfdcgqgka/Build/Intermediates/RevEye.build/Debug-iphonesimulator/RevEye.build/Objects-normal/x86_64/Reachability.o /Users/retributionxd/Desktop/amar/reveye/RevEye/WikitudeSDK.framework/WikitudeSDK(Reachability.o) duplicate symbol _OBJC_METACLASS_$_Reachability in: /Users/retributionxd/Library/Developer/Xcode/DerivedData/RevEye-doarrfgrbaqxejbxnrhmfdcgqgka/Build/Intermediates/RevEye.build/Debug-iphonesimulator/RevEye.build/Objects-normal/x86_64/Reachability.o /Users/retributionxd/Desktop/amar/reveye/RevEye/WikitudeSDK.framework/WikitudeSDK(Reachability.o) ld: 2 duplicate symbols for architecture x86_64 clang: error: linker...
fix spelling error
Hi @Fl0p thanks for your efforts. I would like to know where i have to put #import to use correctly the frameworks in the projects. Actually i've imported all frameworks...
POD_ROOTS could be expanded to a path with spaces which would break the path. Quoting the path avoids that.
Can you please make a version of the pod that supports open CV 3.0? I've had a hard time compiling it myself.