File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ void CV_DescriptorBaseTest::run(int )
459
459
}
460
460
}
461
461
462
- TEST (census_transform_testing , accuracy) { CV_CensusTransformTest test; test.safe_run (); }
463
- TEST (symetric_census_testing , accuracy) { CV_SymetricCensusTest test; test.safe_run (); }
464
- TEST (modified_census_testing , accuracy) { CV_ModifiedCensusTransformTest test; test.safe_run (); }
465
- TEST (star_kernel_testing , accuracy) { CV_StarKernelCensusTest test; test.safe_run (); }
462
+ TEST (DISABLED_census_transform_testing , accuracy) { CV_CensusTransformTest test; test.safe_run (); }
463
+ TEST (DISABLED_symetric_census_testing , accuracy) { CV_SymetricCensusTest test; test.safe_run (); }
464
+ TEST (DISABLED_Dmodified_census_testing , accuracy) { CV_ModifiedCensusTransformTest test; test.safe_run (); }
465
+ TEST (DISABLED_Dstar_kernel_testing , accuracy) { CV_StarKernelCensusTest test; test.safe_run (); }
You can’t perform that action at this time.
0 commit comments