platform/core/multimedia/dfs-opencv.git
2022-11-28 Tae-Young ChungFix SIGNED_TO_BIGGER_UNSIGNED svace issues 03/284803/1 accepted/tizen/unified/20221130.171038
2022-09-22 Tae-Young ChungImplement getLeftData() and getRightData() 96/281796/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063631 accepted/tizen/7.0/unified/hotfix/20221116.105349 accepted/tizen/unified/20220926.025500 tizen_7.0_m2_release
2022-08-19 Tae-Young ChungChange run(DfsInputData& data) to run(DfsInputData... 33/279933/1 accepted/tizen/unified/20220825.063550 submit/tizen/20220825.000317
2022-08-19 Tae-Young ChungApply changes of dfs-adaptation which changes DfsInputD... 31/279931/1
2022-08-19 Tae-Young ChungRename member function 22/279922/1
2022-08-12 Tae-Young ChungUse DfsInputData and DfsOutputData instead of DfsData 79/279579/1
2022-06-29 Tae-Young ChungUpdate version to 1.0.6 14/277014/1 tizen_devel accepted/tizen/unified/20220701.055309 submit/tizen/20220701.002357
2022-06-29 Tae-Young ChungMerge remote-tracking branch 'upstream/sandbox/mv3d...
2022-06-29 Tae-Young ChungAdd an intrinsic file as json for open3d
2022-06-27 Tizen InfrastructureInitial empty repository master
2022-06-16 Tae-Young ChungChange output type from 32float to unsigned 16bit integer
2022-05-06 Tae-Young ChungSet pointCloudData and pointCloudSize to nullptr and...
2022-05-02 Tae-Young ChungChange mP1 and mP2 values
2022-04-26 Tae-Young ChungInclude and install camera calibration data
2022-01-27 Tae-Young ChungChange constant 16 and 1.0/16.0 values to constexpr
2022-01-27 Tae-Young ChungAdd stereoConfigPath to get stereoConfig information...
2022-01-27 Tae-Young ChungChange depth data type to float
2021-12-14 Tae-Young ChungCreate cv::StereoSGBM instance with initial values...
2021-12-14 Tae-Young ChungFix resize bug
2021-12-14 Tae-Young ChungRelease 1.0.0
2021-12-14 Tae-Young ChungDisable calibration and exclude camera parameters files...
2021-12-14 Tae-Young ChungFix erratum
2021-12-14 Tae-Young ChungApply changed DFS_DATA_TYPE_* enumeration and a case...
2021-12-14 Tae-Young ChungAdd threads for computeL and computeR
2021-12-14 Tae-Young ChungAdd parameters of minimum and maximum disparities to...
2021-12-14 Tae-Young ChungAdd downscaling to reduce execution time
2021-12-14 Tae-Young ChungFix to use mMinDisparity in StereoSGBM::create()
2021-12-14 Tae-Young ChungAdd WLS filter
2021-12-14 Tae-Young ChungUpdate calibration files according to resolutions and...
2021-12-14 Tae-Young ChungFix build error
2021-12-14 Tae-Young ChungFix base and extra types to CV_8UC3 and disable remap
2021-12-14 Tae-Young ChungConvert disparity to CV_8UC1 and scale down to 1/16
2021-12-14 Tae-Young ChungAdd width and height parameters to Initialized()'s...
2021-12-14 Tae-Young ChungAdd InitRectifyMap() and change distortionCoeff order
2021-12-14 Tae-Young ChungAdd stereoCalibZed.yaml for stereo calibration and...
2021-12-14 Tae-Young ChungFix bug
2021-12-14 Tae-Young Chungimplement Run() and GetDepthData()
2021-12-14 Tae-Young ChungChange parameters of Intialize() to DepthParameter
2021-12-14 Tae-Young ChungFix errata and add LOG to check enter/leave api
2021-12-14 Tae-Young ChungAdd Initialize()
2021-10-05 Tae-Young ChungAdd dfs-opencv
2021-09-29 Tae-Young ChungInitial commit