Skip to content
Snippets Groups Projects
Commit 435afff4 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix test

parent 5a709f7f
No related branches found
No related tags found
No related merge requests found
Pipeline #24364 passed
......@@ -23,7 +23,7 @@ TEST_CASE("Gradient Matching Cost", "") {
TEST_CASE("Census Matching Cost", "") {
SECTION("Construct a Census matching cost") {
CensusMatchingCost dsi(100,100,10,20,9,7);
CensusMatchingCost dsi(100,100,10,20);
cv::Mat left(100,100, CV_8UC1);
cv::Mat right(100,100, CV_8UC1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment