GithubHelp home page GithubHelp logo

aptogo / opencvforiphone Goto Github PK

View Code? Open in Web Editor NEW
256.0 19.0 64.0 49.63 MB

OpenCV build for iPhone with example project

Home Page: http://aptogo.co.uk/2011/09/opencv-framework-for-ios/

C 16.16% C++ 82.56% Shell 0.30% Objective-C 0.97%

opencvforiphone's Introduction

Computer vision with iOS: Building an OpenCV framework

This is the source code that accompanies our article on how to build an OpenCV framework for iOS devices. The framework can be added to your projects by dragging and dropping and supports video capture using the OpenCV highgui module.

13/02/12 - Updated for iOS 5, armv6 support dropped. OpenCV.framework updated to trunk r7286. Aziz Baibabaev (Abai)

opencvforiphone's People

Contributors

aptogo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencvforiphone's Issues

issues

Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'i386'
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/main.m of type sourcecode.c.objc.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/OpenCVClientAppDelegate.mm of type sourcecode.cpp.objcpp.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/OpenCVClientViewController.mm of type sourcecode.cpp.objcpp.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/UIImage+OpenCV.mm of type sourcecode.cpp.objcpp.
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'x86_64'
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/main.m of type sourcecode.c.objc.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/OpenCVClientAppDelegate.mm of type sourcecode.cpp.objcpp.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/OpenCVClientViewController.mm of type sourcecode.cpp.objcpp.
Unable to determine concrete GCC compiler for file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCVClient/UIImage+OpenCV.mm of type sourcecode.cpp.objcpp.

xcode 7

ld: warning: ignoring file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCV.framework/OpenCV, missing required architecture x86_64 in file /Users/imranmunir/Downloads/OpenCVForiPhone-master/OpenCV.framework/OpenCV (2 slices)
Undefined symbols for architecture x86_64:
"cv::_InputArray::_InputArray(cv::Mat const&)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::_OutputArray::OutputArray(cv::Mat&)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::getTickCount()", referenced from:
-[OpenCVClientViewController viewDidLoad] in OpenCVClientViewController.o
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::getTickFrequency()", referenced from:
-[OpenCVClientViewController viewDidLoad] in OpenCVClientViewController.o
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::Mat::deallocate()", referenced from:
cv::Mat::release() in OpenCVClientViewController.o
cv::Mat::release() in UIImage+OpenCV.o
"cv::Mat::create(int, int const
, int)", referenced from:
cv::Mat::create(int, int, int) in UIImage+OpenCV.o
"cv::Mat::copySize(cv::Mat const&)", referenced from:
cv::Mat::operator=(cv::Mat const&) in OpenCVClientViewController.o
"cv::Canny(cv::_InputArray const&, cv::_OutputArray const&, double, double, int, bool)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::cvtColor(cv::_InputArray const&, cv::OutputArray const&, int, int)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::fastFree(void
)", referenced from:
cv::Mat::~Mat() in OpenCVClientViewController.o
cv::Mat::~Mat() in UIImage+OpenCV.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

issue with xcode 7

ignoring file /Users/Heptagon/Downloads/OpenCVForiPhone-master/OpenCV.framework/OpenCV, missing required architecture x86_64 in file /Users/Heptagon/Downloads/OpenCVForiPhone-master/OpenCV.framework/OpenCV (2 slices)
Undefined symbols for architecture x86_64:
"cv::_InputArray::_InputArray(cv::Mat const&)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
"cv::_OutputArray::_OutputArray(cv::Mat&)", referenced from:
-[OpenCVClientViewController processFrame] in OpenCVClientViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Doesn't cater for retina images?

-CVMat and -CVGrayscaleMat need to be amended to take into account the UIImage::scale member. For example, with '@2x' images the scale is set to 2.0, but these CV*Mat methods will render such images at a lower resolution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.