OpenCV

An OpenCV implementation of a QR Barcode reader for the iPhone and Windows Mobile platforms

With the ever changing technology market, mobile devices are the latest in powerful, compact and capable line of consumer electronics. Many existing applications are finding new uses on these devices. While there are many different areas currently benefiting from the mobility and computational power offered by today’s mobile devices, the field of Computer Vision in particular, is seeing resurgence in new innovation targeted for these devices.

This paper details the process of the design, development and implementation of a QR Barcode reader. The main objective of this paper is to serve as a guide for developing or porting new and existing computer vision application to the iPhone and Windows Mobile development platforms. As part of this paper, OpenCV, a leading open source computer vision framework has been ported to work on both the iPhone and Windows Mobile powered mobile devices.

Downloads

Honours Project Paper
Supporting Code

Download (December 12/2009)

56 Responses to “ OpenCV ”

  1. Alex says:

    @Spark – fixed, thanks for the heads up!

  2. Khalad says:

    Hi,
    I am compiling the Zlib, system shows the following error msg:

    fatal error C1007: unrecognized flag ‘-omp’ in ‘c1′

    I would really appreciate if anyone could provide me the solution.

  3. william peng says:

    Dear sir:
    I appreciate your work very much. It’s really excellent work. However, I try to use it on Opencv 2.3.0 or later, and I want to know if it can be modified for that version(especially if opencv_winmo.patch is right for that. ). By the way, opencv_winmo.patch actually changes what components(seems to modify highGUI package).
    thank you very much

  4. Sasha says:

    Алекс, здравствуйте! Seems to me you speak russian well ;) С удовольствием посмотрел Ваши снимки, но, если позволите, вопрос не об этом. Следуя руководству с успехом дошел до шага 34 (Compiling Cxcore ). Предварительно, менял machine:thumb на machine:X86 (шаг 15), т.к. нацелен на архитектуру x86. Теперь застрял на море unresolved external symbol при линковке. Буду признателен за совет, если это возможно. Саша.

  5. Dino says:

    Good work! Congratulations!
    one thing still not clear from your paper : for Windows Mobile “only image loading/saving capability of HighGUI was ported over, excluding OpenCV video and camera support”.
    Can you please explain/detail how you have been able to process the video comming from camera w/o OpenCV ?
    Thank you in advance!

  6. deanmikel says:

    Khalad: the error “fatal error C1007: unrecognized flag ‘-omp’ in ‘c1′” comes from the /openmp command line option. I would remove both the /Zm1000 and /openmp options added by CMake and it should compile.(Config Properties, C/C++, Command Line, Addional Options)

Comments

comments-bottom