platform/core/api/mediavision.git
7 years ago[coding convention] Fixed c++ coding rule violation related to brace 55/75855/2
Tae-Young Chung [Wed, 22 Jun 2016 01:35:50 +0000 (10:35 +0900)]
[coding convention] Fixed c++ coding rule violation related to brace

Change-Id: I9bc1623969b34fc390f2bde194cdbc1222f1649d
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
7 years agochange the installation path of media-vision-config.json 29/75629/2
Tae-Young Chung [Tue, 21 Jun 2016 00:10:54 +0000 (09:10 +0900)]
change the installation path of media-vision-config.json

[cause]
 - In the path "/usr/share/config/" where capi-media-vision's json file is installed,
   other modules may install their files and may try to change the smack label of whole path.

[solve]
 - change the path to "/usr/share/capi-media-vision" of vision module's own

Change-Id: Iec767bd90226ec918e60f7518a11de6f815a85c5
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
7 years ago[Fixed Bug] Fixed delete[] to free() 58/74858/1 accepted/tizen/common/20160620.163300 accepted/tizen/ivi/20160620.082453 accepted/tizen/mobile/20160620.082322 accepted/tizen/tv/20160620.082353 accepted/tizen/wearable/20160620.082426 submit/tizen/20160617.072816
Tae-Young Chung [Thu, 16 Jun 2016 02:02:56 +0000 (11:02 +0900)]
[Fixed Bug] Fixed delete[] to free()

[cause]
In mv_engine_config_set_string_attribute(), new[] operator had been changed to malloc()
Thus, the parts calling mv_engine_config_get_string_attribute should have to use free()
instead of delete[] operator.

[solve]
The parts using mv_engine_config_get_string_attribute() is changed to deallocate memory by free()

Change-Id: I60ef4823e43229214c31d0706e53d3aa51c8d600
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoFixed latent memory leak issue 89/71089/3 accepted/tizen/common/20160610.182446 accepted/tizen/ivi/20160610.114149 accepted/tizen/mobile/20160610.114052 accepted/tizen/tv/20160610.114107 accepted/tizen/wearable/20160610.114138 submit/tizen/20160610.024249
Tae-Young Chung [Tue, 24 May 2016 05:16:35 +0000 (14:16 +0900)]
Fixed latent memory leak issue

Change-Id: Icb565007c63f9e2b9d8d2b5ce281a3476973ea43
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years ago[Fixed Bug] Fixed alloc-dealloc-mismatch (new vs. free) 40/73140/1 accepted/tizen/common/20160609.145218 accepted/tizen/ivi/20160609.091739 accepted/tizen/mobile/20160609.091959 accepted/tizen/tv/20160609.091611 accepted/tizen/wearable/20160609.091714 submit/tizen/20160609.040222
Tae-Young Chung [Tue, 7 Jun 2016 01:13:50 +0000 (10:13 +0900)]
[Fixed Bug] Fixed alloc-dealloc-mismatch (new vs. free)

[cause]
 - allocate memory using operator new[]
 - deallocate the memory using free()
 - it may cause memory corruption or undefined behaviors

[solve]
 - replace operator new[] with malloc()

Change-Id: Icc844a98fda28556b071e62ad2599bacba441974
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years ago[Fixed Bug] Fixed NULL pointer access 28/72428/1 accepted/tizen/common/20160603.150908 accepted/tizen/ivi/20160606.121111 accepted/tizen/mobile/20160606.120730 accepted/tizen/tv/20160606.120916 accepted/tizen/wearable/20160606.121037 submit/tizen/20160603.021103 submit/tizen/20160603.061849
Tae-Young Chung [Wed, 1 Jun 2016 04:02:21 +0000 (13:02 +0900)]
[Fixed Bug] Fixed NULL pointer access

[cause]
 - Access null pointer of fgcolour and bgcolour when engine_cfg is null
[solve]
 - Access them when engine_cfg is available

Change-Id: Ieb58f331b2e7bba1d8281d2baa63cbf60959b9d9
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoFixed SVACE issues 64/68164/2 accepted/tizen/common/20160504.125840 accepted/tizen/ivi/20160504.011128 accepted/tizen/mobile/20160504.011033 accepted/tizen/tv/20160504.011053 accepted/tizen/wearable/20160504.011109 submit/tizen/20160503.074218
Tae-Young Chung [Tue, 3 May 2016 00:43:27 +0000 (09:43 +0900)]
Fixed SVACE issues

Change-Id: I6dbe1ea95897c513d301c0117aa15888d033f976
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoChange directory path 20/67320/1 accepted/tizen/common/20160428.144624 accepted/tizen/ivi/20160428.081817 accepted/tizen/mobile/20160428.081859 accepted/tizen/tv/20160428.081920 accepted/tizen/wearable/20160428.081848 submit/tizen/20160428.025307
Tae-Young Chung [Tue, 26 Apr 2016 08:44:16 +0000 (17:44 +0900)]
Change directory path

1. Replace the hard-coded path with tizen-platform-config
2. Change testsuite directory

Change-Id: I9ece671963f31b4037fc90f843cc955fc2e90324
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoUpdate package version to 0.3.14 13/66613/2 accepted/tizen/common/20160420.142047 accepted/tizen/ivi/20160421.011211 accepted/tizen/mobile/20160421.011340 accepted/tizen/tv/20160421.011233 accepted/tizen/wearable/20160421.011231 submit/tizen/20160420.082928
Tae-Young Chung [Wed, 20 Apr 2016 01:18:42 +0000 (10:18 +0900)]
Update package version to 0.3.14

Change-Id: I16fd755d296677ee86f29d4eabca163ecf2a2053

8 years agoMerge "Add new definitions for coloring barcodes" into tizen
Tae-Young Chung [Wed, 20 Apr 2016 01:16:19 +0000 (18:16 -0700)]
Merge "Add new definitions for coloring barcodes" into tizen

8 years agoAdd new definitions for coloring barcodes 22/64922/4
Tae-Young Chung [Wed, 6 Apr 2016 08:33:08 +0000 (17:33 +0900)]
Add new definitions for coloring barcodes

Change-Id: Ie25ef74b097c5cdcf291f28de9e92321ffc6a808
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agocheck coding rule 37/65737/3 accepted/tizen/common/20160412.131516 accepted/tizen/ivi/20160413.082945 accepted/tizen/ivi/20160413.083000 accepted/tizen/mobile/20160413.073446 accepted/tizen/mobile/20160413.073510 accepted/tizen/tv/20160413.075723 accepted/tizen/tv/20160413.075743 accepted/tizen/wearable/20160413.080737 accepted/tizen/wearable/20160413.080753 submit/tizen/20160412.103403 submit/tizen/20160412.103618
SeokHoon Lee [Tue, 12 Apr 2016 08:40:15 +0000 (17:40 +0900)]
check coding rule

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ib87112bce437a1cbc8821b39144b7ed2687073f3

8 years agoMerge "Improve recognition performance for EigenFaces and FisherFaces models" into...
Tae-Young Chung [Tue, 5 Apr 2016 01:07:38 +0000 (18:07 -0700)]
Merge "Improve recognition performance for EigenFaces and FisherFaces models" into tizen

8 years agoMerge "Applied C/C++ coding rules" into tizen
Tae-Young Chung [Mon, 4 Apr 2016 03:05:30 +0000 (20:05 -0700)]
Merge "Applied C/C++ coding rules" into tizen

8 years agoImprove recognition performance for EigenFaces and FisherFaces models 87/64587/1
Tae-Young Chung [Mon, 4 Apr 2016 03:02:11 +0000 (12:02 +0900)]
Improve recognition performance for EigenFaces and FisherFaces models

1. Change confidence calculation
2. Add error check routine for FisherFaces model when the number of face classes is less than 2

Change-Id: If848ecd48a2b53eb8c0a4b02ac060755c3b30e20
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoApplied C/C++ coding rules 28/64428/2
Tae-Young Chung [Fri, 1 Apr 2016 06:55:15 +0000 (15:55 +0900)]
Applied C/C++ coding rules

Change-Id: I7b2335e83af1c49134bcc2554e93fe49eeb6e46c
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoMerge "Change tizen version to MOBILE and 2.4 others 3.0" into tizen accepted/tizen/common/20160401.075554 accepted/tizen/ivi/20160405.011045 accepted/tizen/mobile/20160405.011000 accepted/tizen/tv/20160405.011012 accepted/tizen/wearable/20160405.011028 submit/tizen/20160401.020259
SeokHoon Lee [Fri, 1 Apr 2016 01:58:16 +0000 (18:58 -0700)]
Merge "Change tizen version to MOBILE and 2.4 others 3.0" into tizen

8 years ago[Release version 0.3.10] Fix crash issue in feature not supported case 46/63746/1 accepted/tizen/ivi/20160325.134545 accepted/tizen/mobile/20160325.134533 accepted/tizen/tv/20160325.134536 accepted/tizen/wearable/20160325.134541 submit/tizen/20160325.123334
Jeongmo Yang [Fri, 25 Mar 2016 12:15:37 +0000 (21:15 +0900)]
[Release version 0.3.10] Fix crash issue in feature not supported case

Change-Id: I9242ee30015b03247f89a9063f58a50361d8ca66
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoChange tizen version to MOBILE and 2.4 others 3.0 18/63118/2
SeokHoon Lee [Tue, 22 Mar 2016 06:52:58 +0000 (15:52 +0900)]
Change tizen version to MOBILE and 2.4 others 3.0

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ibd099eebf99f3586b0005a4f465af6a41f39318c

8 years agoCheck error value in avpicture_get_size 88/62088/2 accepted/tizen/common/20160317.161558 accepted/tizen/ivi/20160318.113507 accepted/tizen/mobile/20160318.113233 accepted/tizen/tv/20160318.113346 accepted/tizen/wearable/20160318.113335 submit/tizen/20160317.105205
SeokHoon Lee [Mon, 14 Mar 2016 08:30:58 +0000 (17:30 +0900)]
Check error value in avpicture_get_size

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I1653c76b9173f6252cb719d1b23bb075996d3aa2

8 years agoreaddir change to readdir_r. 38/61438/2 accepted/tizen/common/20160311.203725 accepted/tizen/ivi/20160311.150307 accepted/tizen/mobile/20160311.143259 accepted/tizen/tv/20160311.144836 accepted/tizen/wearable/20160311.145640 submit/tizen/20160311.064406
SeokHoon Lee [Tue, 8 Mar 2016 02:28:06 +0000 (11:28 +0900)]
readdir change to readdir_r.
Insert check code for avpicture_get_size error case.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ie0440cc1660db1a39ae63dd79c90770714e4388f

8 years agoRemove app_get_shared_data_path() usasge from remarks 00/59400/1 accepted/tizen/common/20160229.161113 accepted/tizen/ivi/20160229.100434 accepted/tizen/mobile/20160229.100343 accepted/tizen/tv/20160229.100359 accepted/tizen/wearable/20160229.100417 submit/tizen/20160229.041401
Tae-Young Chung [Mon, 15 Feb 2016 09:23:47 +0000 (18:23 +0900)]
Remove app_get_shared_data_path() usasge from remarks

app_get_shared_data_path() API is deprecated since Tizen 3.0

Change-Id: I5df660cb5f7933e01b3857e282b7989b3d983897
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years ago[face] Fixed error of tracking with a video file in mv_face_test_suite 61/58761/1 accepted/tizen/ivi/20160218.022847 accepted/tizen/mobile/20160204.091440 accepted/tizen/tv/20160204.091500 accepted/tizen/wearable/20160204.091519 submit/tizen/20160204.012206 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
Tae-Young Chung [Wed, 3 Feb 2016 08:07:46 +0000 (17:07 +0900)]
[face] Fixed error of tracking with a video file in mv_face_test_suite

Change-Id: I0d16415d51ea5842bac4042e67b87d6fb1475c8f
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoRemove libjpeg-turbo and libjpeg-turbo-devel dependency 38/58438/2
Tae-Young Chung [Mon, 1 Feb 2016 05:05:01 +0000 (14:05 +0900)]
Remove libjpeg-turbo and libjpeg-turbo-devel dependency

Change-Id: Ic9206d3813ab1378ac64057780cc44ec5a8815a4
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years ago- Set default value for TEXT_ATTR in barcode generate 81/56981/2 accepted/tizen/mobile/20160115.111633 accepted/tizen/tv/20160115.111657 accepted/tizen/wearable/20160115.111707 submit/tizen/20160115.043907
SeokHoon Lee [Thu, 14 Jan 2016 06:07:17 +0000 (15:07 +0900)]
- Set default value for TEXT_ATTR in barcode generate
- Fix parameter for  draw_rectangle_on_buffer in test suite

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I8c139164bf9b9c74e84489879575594e0f68d4da

8 years agoMerge "Fixed incompatibility heap free" into tizen accepted/tizen/mobile/20151228.093931 accepted/tizen/tv/20151228.094004 accepted/tizen/wearable/20151228.094020 submit/tizen/20151228.074153
Heechul Jeon [Mon, 28 Dec 2015 07:39:37 +0000 (23:39 -0800)]
Merge "Fixed incompatibility heap free" into tizen

8 years agomodify feature link and refactoring 83/55583/1 accepted/tizen/mobile/20151228.063546 accepted/tizen/tv/20151228.063622 accepted/tizen/wearable/20151228.063646 submit/tizen/20151228.024536 submit/tizen_common/20151229.154718
SeokHoon Lee [Mon, 28 Dec 2015 02:12:18 +0000 (11:12 +0900)]
modify feature link and refactoring

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I3021c9b6081812f178d5ff78ad92387b4cad0763

8 years agoFixed incompatibility heap free 78/55578/1
Tae-Young Chung [Mon, 28 Dec 2015 01:08:17 +0000 (10:08 +0900)]
Fixed incompatibility heap free

Change-Id: I59ae33f87e76a85769013ff7c92b200b447e0073
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoChange path of saved/loaded model data 20/54020/7 accepted/tizen/mobile/20151214.234100 accepted/tizen/tv/20151214.234117 accepted/tizen/wearable/20151214.234130 submit/tizen/20151214.225408
SeokHoon Lee [Thu, 10 Dec 2015 07:06:44 +0000 (16:06 +0900)]
Change path of saved/loaded model data

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ie7db6b92fede50dd083755b36e1e8ef5a29cff43

8 years agoApplied Coding Rule 35/53935/2
Tae-Young Chung [Thu, 10 Dec 2015 08:31:37 +0000 (17:31 +0900)]
Applied Coding Rule

Change-Id: I6b558e8580af98f113175455c26d6f1decc5580b
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoFixed a bug and remained Svace issues in barcode, face, image modules 95/53495/1
Tae-Young Chung [Mon, 7 Dec 2015 09:43:12 +0000 (18:43 +0900)]
Fixed a bug and remained Svace issues in barcode, face, image modules

1. Fixed the bug of setTolerantError()
2. Fixed remained Svace issues

Change-Id: I8db590814dbd28b32cfadcc3c0f0ed6c89113aab
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoFixed Svace critical issues 62/53162/3 accepted/tizen/mobile/20151207.122651 accepted/tizen/tv/20151207.122711 accepted/tizen/wearable/20151207.122723 submit/tizen/20151207.011050
Tae-Young Chung [Wed, 2 Dec 2015 08:29:35 +0000 (17:29 +0900)]
Fixed Svace critical issues

Change-Id: Idf44668d33bc345037f048730402b1797c2e110a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoMediaVision 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
SeokHoon Lee [Tue, 1 Dec 2015 07:40:12 +0000 (16:40 +0900)]
MediaVision Surveillance feature : initial version

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I4f6596a891c7bda729b70bd026026c224974fdc3

8 years agoUpdated Image recognition and tracking functionality, and Fixed face and image save... 68/51368/2
Tae-Young Chung [Mon, 9 Nov 2015 07:40:39 +0000 (16:40 +0900)]
Updated Image recognition and tracking functionality, and Fixed face and image save/load functionality

Change-Id: I239f59dbda12f66a8f47c438a9a5ef49e3e2f578
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoApplied Tizen C++ coding rule 12/49912/1 accepted/tizen/mobile/20151027.055601 accepted/tizen/tv/20151027.055623 accepted/tizen/wearable/20151027.055633 submit/tizen/20151027.044933
Tae-Young Chung [Wed, 21 Oct 2015 12:05:38 +0000 (21:05 +0900)]
Applied Tizen C++ coding rule

Change-Id: Ifd9f6e2e312eea7735e17aaf3bd4c416c845fd91
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoApplied Tizen C coding rule 92/49692/1 accepted/tizen/mobile/20151020.111039 accepted/tizen/tv/20151020.111055 accepted/tizen/wearable/20151020.111115 submit/tizen/20151020.083204
Tae-Young Chung [Mon, 19 Oct 2015 06:11:02 +0000 (15:11 +0900)]
Applied Tizen C coding rule

Change-Id: Ica2b395e6229a60f0474fd4e451f52d1764c9dfd
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoChanged json-c to json-glib support for EngineConfig 83/49683/1
Tae-Young Chung [Mon, 19 Oct 2015 01:39:29 +0000 (10:39 +0900)]
Changed json-c to json-glib support for EngineConfig

Change-Id: I9a1d5143219868a317eb33fd7c5d1c560be2e6ba
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agofixed feature support 57/47957/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150911.091537 accepted/tizen/tv/20150911.091553 accepted/tizen/wearable/20150911.091603 submit/tizen/20150911.041235 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Tae-Young Chung [Thu, 10 Sep 2015 09:08:26 +0000 (18:08 +0900)]
fixed feature support

Change-Id: Ifafe4eb5d510109df9a17e48c4f89c5a3d254b21
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoSync with tizen 2.4 13/47713/1 accepted/tizen/mobile/20150909.140821 accepted/tizen/tv/20150909.140126 accepted/tizen/wearable/20150909.135145 submit/tizen/20150909.092813
Tae-Young Chung [Tue, 8 Sep 2015 06:02:57 +0000 (15:02 +0900)]
Sync with tizen 2.4

Change-Id: I7be7c55d9a92015bf99af7110c4d1ab3daf6fd2e
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoRelease 0.2.1 - including barcode,face,and image 70/47370/1 accepted/tizen/mobile/20150904.104716 accepted/tizen/tv/20150904.104951 accepted/tizen/wearable/20150904.105531 submit/tizen/20150904.074427
Tae-Young Chung [Wed, 2 Sep 2015 02:15:49 +0000 (11:15 +0900)]
Release 0.2.1 - including barcode,face,and image

Change-Id: If6f9ed9a48376d9a179c5c1fa865b1630a701830
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
8 years agoInitial empty repository master
KyungMi Lee [Mon, 15 Jun 2015 05:31:46 +0000 (22:31 -0700)]
Initial empty repository