mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
add channel 3 for test/main.cpp
add remap
This commit is contained in:
@@ -79,5 +79,5 @@ TEST_P(Blend, Accuracy)
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(GPU_ImgProc, Blend, Combine(
|
||||
DIFFERENT_SIZES,
|
||||
testing::Values(MatType(CV_8UC1), MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC4))
|
||||
testing::Values(MatType(CV_8UC1), MatType(CV_8UC3),MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC4))
|
||||
));
|
||||
Reference in New Issue
Block a user