Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.104046
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:57:13 +0000 (12:57 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:57:13 +0000 (12:57 +0900)
commit8124d9eee25e97936997e30ec127383bb495f6ed
tree9a644d072b510a13bec0117ed98dfc0a964f8d07
Initialize Tizen 2.3
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]