mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
gpu::StereoConstantSpaceBP:
fixed some bugs in init_data_cost on first level (added non-reduction version for first level) optimized compute_data_cost like init_data_cost (used reduction scheme) avoid temp matrix
This commit is contained in:
@@ -473,7 +473,7 @@ namespace cv
|
||||
GpuMat data_cost;
|
||||
GpuMat data_cost_selected;
|
||||
|
||||
GpuMat temp1, temp2;
|
||||
GpuMat temp;
|
||||
|
||||
GpuMat out;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user