patch for rc20 tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.161613
authorJinkun Jang <jinkun.jang@samsung.com>
Thu, 7 Nov 2013 16:16:01 +0000 (01:16 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Thu, 7 Nov 2013 16:16:01 +0000 (01:16 +0900)
commitdbd7fc0efb3a0644ae56a0348d6b62049f66386d
treef1b99b5ff070dd71c9962e9fcb87ae480508208b
parent495dfbed3a732fb35eb777baeb170dd7eca8adb0
patch for rc20
46 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0755]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0644]
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: 0644]
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: 0644]
src/FUixVisionImageFeatureInfo.cpp [new file with mode: 0644]
src/FUixVisionImageFeatureManager.cpp [new file with mode: 0644]
src/FUixVisionImageObject.cpp [new file with mode: 0644]
src/FUixVisionImageRecognizer.cpp [new file with mode: 0644]
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: 0644]
src/ImageFeatureManager.h [new file with mode: 0644]
src/ImageRecognitionInfo.h [new file with mode: 0644]
src/ImageRecognizer.h [new file with mode: 0644]
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]