sync with master
authorJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:14:27 +0000 (21:14 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:14:27 +0000 (21:14 +0900)
commit0c551c04e7e8826ff0b4739a6280849561d4ddf9
tree3f28f71c6673d1c4480eb6a57d16aff9dca2fd95
parentf239fbd291ee056ec8de9ac655587f8f5b4b8144
sync with master
46 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.Apache-2.0 [new file with mode: 0755]
LICENSE.Flora [new file with mode: 0755]
NOTICE [new file with mode: 0755]
inc/FUixVisionImageFeatureInfo.h [new file with mode: 0644]
inc/FUixVisionImageFeatureManager.h [new file with mode: 0644]
inc/FUixVisionImageObject.h [new file with mode: 0644]
inc/FUixVisionImageRecognizer.h [new file with mode: 0644]
inc/FUixVisionQrCodeGenerator.h [new file with mode: 0644]
inc/FUixVisionQrCodeObject.h [new file with mode: 0644]
inc/FUixVisionQrCodeRecognizer.h [new file with mode: 0644]
inc/FUixVisionQrCodeTypes.h [new file with mode: 0644]
lib/armv7-a/libarengine.so [new file with mode: 0755]
lib/x86/libarengine.so [new file with mode: 0755]
osp-vision.manifest [new file with mode: 0755]
osp-vision.pc.in [new file with mode: 0755]
packaging/osp-vision.spec [new file with mode: 0755]
src/FUixVisionImageFeatureInfo.cpp [new file with mode: 0644]
src/FUixVisionImageFeatureManager.cpp [new file with mode: 0755]
src/FUixVisionImageObject.cpp [new file with mode: 0644]
src/FUixVisionImageRecognizer.cpp [new file with mode: 0755]
src/FUixVisionQrCodeGenerator.cpp [new file with mode: 0644]
src/FUixVisionQrCodeObject.cpp [new file with mode: 0644]
src/FUixVisionQrCodeRecognizer.cpp [new file with mode: 0644]
src/FUixVision_ImageFeatureInfoImpl.cpp [new file with mode: 0644]
src/FUixVision_ImageFeatureInfoImpl.h [new file with mode: 0644]
src/FUixVision_ImageFeatureManagerImpl.cpp [new file with mode: 0644]
src/FUixVision_ImageFeatureManagerImpl.h [new file with mode: 0644]
src/FUixVision_ImageObjectImpl.cpp [new file with mode: 0644]
src/FUixVision_ImageObjectImpl.h [new file with mode: 0644]
src/FUixVision_ImageRecognizerImpl.cpp [new file with mode: 0644]
src/FUixVision_ImageRecognizerImpl.h [new file with mode: 0644]
src/FUixVision_QrCodeGeneratorImpl.cpp [new file with mode: 0644]
src/FUixVision_QrCodeGeneratorImpl.h [new file with mode: 0644]
src/FUixVision_QrCodeObjectImpl.cpp [new file with mode: 0644]
src/FUixVision_QrCodeObjectImpl.h [new file with mode: 0644]
src/FUixVision_QrCodeRecognizerImpl.cpp [new file with mode: 0644]
src/FUixVision_QrCodeRecognizerImpl.h [new file with mode: 0644]
src/ImageFeatureInfo.h [new file with mode: 0755]
src/ImageFeatureManager.h [new file with mode: 0755]
src/ImageRecognitionInfo.h [new file with mode: 0755]
src/ImageRecognizer.h [new file with mode: 0755]
src/QRCodeGenerator.h [new file with mode: 0644]
src/QRCodeRecognitionInfo.h [new file with mode: 0644]
src/QRCodeRecognizer.h [new file with mode: 0644]
src/QRCodeTypes.h [new file with mode: 0644]