style(depth_processor.cc): add comment
This commit is contained in:
parent
9a7e420c3a
commit
c79cfd4c00
|
@ -45,6 +45,7 @@ bool DepthProcessor::OnProcess(
|
||||||
ObjMat *output = Object::Cast<ObjMat>(out);
|
ObjMat *output = Object::Cast<ObjMat>(out);
|
||||||
int rows = input->value.rows;
|
int rows = input->value.rows;
|
||||||
int cols = input->value.cols;
|
int cols = input->value.cols;
|
||||||
|
// TODO(MYNTEYE): Put the corresponding parameters(T,f)
|
||||||
float T = 0.08;
|
float T = 0.08;
|
||||||
float f = 0.01;
|
float f = 0.01;
|
||||||
cv::Mat depth_mat = cv::Mat::zeros(rows, cols, CV_32F);
|
cv::Mat depth_mat = cv::Mat::zeros(rows, cols, CV_32F);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user