Set pointCloudData and pointCloudSize to nullptr and zero
[platform/core/multimedia/dfs-opencv.git] / src / dfs_opencv.cpp
2022-05-06 Tae-Young ChungSet pointCloudData and pointCloudSize to nullptr and...
2022-05-02 Tae-Young ChungChange mP1 and mP2 values
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 ChungDisable calibration and exclude camera parameters files...
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