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:
Vladislav Vinogradov
2010-08-13 08:30:06 +00:00
parent bcfec60024
commit 26712fad72
3 changed files with 216 additions and 71 deletions

View File

@@ -473,7 +473,7 @@ namespace cv
GpuMat data_cost;
GpuMat data_cost_selected;
GpuMat temp1, temp2;
GpuMat temp;
GpuMat out;
};