Commit 9f35b313 authored by Vladislav Sovrasov's avatar Vladislav Sovrasov

tracking: rename MedianFlow parameters tests

parent c8526237
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
using namespace cv; using namespace cv;
TEST(MEDIAN_FLOW_Parameters_IO, MEDIAN_FLOW) TEST(MEDIAN_FLOW_Parameters, IO)
{ {
TrackerMedianFlow::Params parameters; TrackerMedianFlow::Params parameters;
...@@ -40,7 +40,7 @@ TEST(MEDIAN_FLOW_Parameters_IO, MEDIAN_FLOW) ...@@ -40,7 +40,7 @@ TEST(MEDIAN_FLOW_Parameters_IO, MEDIAN_FLOW)
} }
TEST(MEDIAN_FLOW_Parameters_IO_Default_Value_If_Absent, MEDIAN_FLOW) TEST(MEDIAN_FLOW_Parameters, Default_Value_If_Absent)
{ {
TrackerMedianFlow::Params defaultParameters; TrackerMedianFlow::Params defaultParameters;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment