style(depth_processor.cc): add comment

This commit is contained in:
kalman 2019-01-09 14:56:02 +08:00
parent 9a7e420c3a
commit c79cfd4c00

View File

@ -45,6 +45,7 @@ bool DepthProcessor::OnProcess(
ObjMat *output = Object::Cast<ObjMat>(out);
int rows = input->value.rows;
int cols = input->value.cols;
// TODO(MYNTEYE): Put the corresponding parameters(T,f)
float T = 0.08;
float f = 0.01;
cv::Mat depth_mat = cv::Mat::zeros(rows, cols, CV_32F);