Update library 2.0alpha master 2.0_alpha submit/master/20120920.150937
authorHyunwoo Kim <hw4444.kim@samsung.com>
Mon, 27 Aug 2012 06:14:39 +0000 (15:14 +0900)
committerHyunwoo Kim <hw4444.kim@samsung.com>
Mon, 27 Aug 2012 06:14:39 +0000 (15:14 +0900)
Change-Id: I89c7434673f535f50f65e75a0cc5c193ba5d2eb8

engine/arm/libface-engine.so
engine/i586/libface-engine.so
include/face-engine.h
packaging/face-engine.spec

index 29ae08a..a053d3f 100755 (executable)
Binary files a/engine/arm/libface-engine.so and b/engine/arm/libface-engine.so differ
index 77f7780..6fa7d6a 100755 (executable)
Binary files a/engine/i586/libface-engine.so and b/engine/i586/libface-engine.so differ
index 19315be..cfc7bf0 100755 (executable)
@@ -151,6 +151,8 @@ face_engine_error_e face_engine_detect_faces(face_engine_h handle, face_engine_i
 
 face_engine_error_e face_engine_track_faces(face_engine_h handle, const face_engine_rect_t *prev_rect, face_engine_rect_t *cur_rect);
 
+face_engine_error_e face_engine_track_faces1(face_engine_h handle, const unsigned char *prev_image, const unsigned char *cur_image, int width, int height, face_engine_rect_t *prev_rect, face_engine_rect_t *cur_rect);
+
 face_engine_error_e face_engine_extract_face_component(face_engine_h handle, const face_engine_image_t *image, const face_engine_rect_t *rect, face_engine_component_t *component);
 face_engine_error_e face_engine_extract_face_feature(face_engine_h handle, const face_engine_image_t *image, const face_engine_component_t *component, face_engine_feature_t *feature);
 
index a128357..964c5a0 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       face-engine
 Summary:    Face engine v1.0
-Version:    1.0.21
+Version:    1.0.22
 Release:    1
 Group:      misc
 License:    Samsung proprietary