summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-29Update version to 1.0.6submit/tizen/20220701.002357accepted/tizen/unified/20220701.055309tizen_develTae-Young Chung1-1/+1
2022-06-29Merge remote-tracking branch 'upstream/sandbox/mv3d' into tizen_develTae-Young Chung12-0/+1110
2022-06-29Add an intrinsic file as json for open3dTae-Young Chung2-0/+18
2022-06-27Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0
2022-06-16Change output type from 32float to unsigned 16bit integerTae-Young Chung3-6/+28
2022-05-06Set pointCloudData and pointCloudSize to nullptr and zeroTae-Young Chung2-1/+4
2022-05-02Change mP1 and mP2 valuesTae-Young Chung2-4/+4
2022-04-26Include and install camera calibration dataTae-Young Chung1-4/+4
2022-01-27Change constant 16 and 1.0/16.0 values to constexprTae-Young Chung3-6/+9
2022-01-27Add stereoConfigPath to get stereoConfig information for point cloud generationTae-Young Chung3-46/+34
2022-01-27Change depth data type to floatTae-Young Chung2-9/+12
2021-12-14Create cv::StereoSGBM instance with initial values and change parameters valu...Tae-Young Chung1-2/+12
2021-12-14Fix resize bugTae-Young Chung1-7/+6
2021-12-14Release 1.0.0Tae-Young Chung1-1/+1
2021-12-14Disable calibration and exclude camera parameters files from packagingTae-Young Chung2-9/+13
2021-12-14Fix erratumTae-Young Chung2-4/+3
2021-12-14Apply changed DFS_DATA_TYPE_* enumeration and a case which a given source is ...Tae-Young Chung1-14/+44
2021-12-14Add threads for computeL and computeRTae-Young Chung2-5/+115
2021-12-14Add parameters of minimum and maximum disparities to Initialize()Tae-Young Chung2-3/+7
2021-12-14Add downscaling to reduce execution timeTae-Young Chung2-7/+61
2021-12-14Fix to use mMinDisparity in StereoSGBM::create()Tae-Young Chung1-1/+1
2021-12-14Add WLS filterTae-Young Chung3-3/+34
2021-12-14Update calibration files according to resolutions and enable remapTae-Young Chung4-11/+78
2021-12-14Fix build errorTae-Young Chung1-1/+1
2021-12-14Fix base and extra types to CV_8UC3 and disable remapTae-Young Chung1-5/+11
2021-12-14Convert disparity to CV_8UC1 and scale down to 1/16Tae-Young Chung1-2/+3
2021-12-14Add width and height parameters to Initialized()'s input parametersTae-Young Chung2-4/+10
2021-12-14Add InitRectifyMap() and change distortionCoeff orderTae-Young Chung3-4/+80
2021-12-14Add stereoCalibZed.yaml for stereo calibration and add InitializeStereoCalibr...Tae-Young Chung4-1/+115
2021-12-14Fix bugTae-Young Chung1-1/+1
2021-12-14implement Run() and GetDepthData()Tae-Young Chung2-6/+74
2021-12-14Change parameters of Intialize() to DepthParameterTae-Young Chung2-20/+6
2021-12-14Fix errata and add LOG to check enter/leave apiTae-Young Chung1-2/+8
2021-12-14Add Initialize()Tae-Young Chung3-2/+65
2021-10-05Add dfs-opencvTae-Young Chung5-0/+234
2021-09-29Initial commitTae-Young Chung3-0/+205