MediaVision Surveillance feature : initial version 01/53101/3 accepted/tizen/mobile/20151204.062557 accepted/tizen/tv/20151204.062627 accepted/tizen/wearable/20151204.062657 submit/tizen/20151204.043134
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 1 Dec 2015 07:40:12 +0000 (16:40 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Fri, 4 Dec 2015 02:44:41 +0000 (11:44 +0900)
commit18434240eefdbcf2727d3f07a399a36dbd8caa64
tree8420e27d875e844e5091020db1174898644d138b
parentee608e5cbcbae6c8ee6258ca68e7f0b42c1b68a8
MediaVision Surveillance feature : initial version

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I4f6596a891c7bda729b70bd026026c224974fdc3
40 files changed:
AUTHORS
CMakeLists.txt
doc/mediavision_doc.h
include/mv_surveillance.h [new file with mode: 0644]
include/mv_surveillance_private.h [new file with mode: 0644]
media-vision-config.json
mv_surveillance/CMakeLists.txt [new file with mode: 0644]
mv_surveillance/surveillance/CMakeLists.txt [new file with mode: 0644]
mv_surveillance/surveillance/include/EventDefs.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventManager.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventResult.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventTrigger.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventTriggerMovementDetection.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventTriggerPersonAppearance.h [new file with mode: 0644]
mv_surveillance/surveillance/include/EventTriggerPersonRecognition.h [new file with mode: 0644]
mv_surveillance/surveillance/include/HoGDetector.h [new file with mode: 0644]
mv_surveillance/surveillance/include/SurveillanceHelper.h [new file with mode: 0644]
mv_surveillance/surveillance/include/mv_absdiff.h [new file with mode: 0644]
mv_surveillance/surveillance/include/mv_apply_mask.h [new file with mode: 0644]
mv_surveillance/surveillance/include/mv_mask_buffer.h [new file with mode: 0644]
mv_surveillance/surveillance/include/mv_surveillance_open.h [new file with mode: 0644]
mv_surveillance/surveillance/src/EventManager.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/EventTrigger.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/EventTriggerMovementDetection.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/EventTriggerPersonAppearance.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/EventTriggerPersonRecognition.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/HoGDetector.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/SurveillanceHelper.cpp [new file with mode: 0644]
mv_surveillance/surveillance/src/mv_absdiff.c [new file with mode: 0644]
mv_surveillance/surveillance/src/mv_apply_mask.c [new file with mode: 0644]
mv_surveillance/surveillance/src/mv_mask_buffer.c [new file with mode: 0644]
mv_surveillance/surveillance/src/mv_surveillance_open.cpp [new file with mode: 0644]
mv_surveillance/surveillance_lic/CMakeLists.txt [new file with mode: 0644]
mv_surveillance/surveillance_lic/include/mv_surveillance_lic.h [new file with mode: 0644]
mv_surveillance/surveillance_lic/src/mv_surveillance_lic.c [new file with mode: 0644]
packaging/capi-media-vision.spec
src/mv_surveillance.c [new file with mode: 0644]
test/testsuites/CMakeLists.txt
test/testsuites/surveillance/CMakeLists.txt [new file with mode: 0644]
test/testsuites/surveillance/surveillance_test_suite.c [new file with mode: 0644]