Channels          198 modules/core/include/opencv2/core/wimage.hpp     int PixelSize() const {return Channels() * ChannelSize(); }
Channels          216 modules/core/include/opencv2/core/wimage.hpp             c*Channels();
Channels          221 modules/core/include/opencv2/core/wimage.hpp             c*Channels();
Channels          263 modules/core/include/opencv2/core/wimage.hpp         assert(!img || img->nChannels == Channels());
Channels          323 modules/core/include/opencv2/core/wimage.hpp         Allocate(src.Width(), src.Height(), src.Channels());
Channels          517 modules/core/include/opencv2/core/wimage.hpp         WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) {
Channels           54 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(Lut, MatDepth, MatDepth, Channels, bool, bool)
Channels          116 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(ArithmTestBase, MatDepth, Channels, bool)
Channels         1478 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(InRange, MatDepth, Channels, bool /*Scalar or not*/, bool /*Roi*/)
Channels         1560 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(ConvertScaleAbs, MatDepth, Channels, bool)
Channels         1636 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(PatchNaNs, Channels, bool)
Channels         1712 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(Reduce, std::pair<MatDepth, MatDepth>, Channels, int, bool)
Channels         1832 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, CountNonZero, Combine(OCL_ALL_DEPTHS, testing::Values(Channels(1)), Bool()));
Channels         1841 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, MinMaxIdx_Mask, Combine(OCL_ALL_DEPTHS, ::testing::Values(Channels(1)), Bool()));
Channels         1844 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Normalize, Combine(OCL_ALL_DEPTHS, Values(Channels(1)), Bool()));
Channels          148 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(Split, MatType, Channels, bool)
Channels          369 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(InsertChannel, MatDepth, Channels, bool)
Channels          415 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(ExtractChannel, MatDepth, Channels, bool)
Channels          461 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, Merge, Combine(OCL_ALL_DEPTHS, Values(1, 2, 3, 4), Bool()));
Channels          462 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, Split, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
Channels          463 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, MixChannels, Combine(OCL_ALL_DEPTHS, Bool()));
Channels          464 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, InsertChannel, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
Channels          465 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, ExtractChannel, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
Channels           18 modules/core/test/ocl/test_matrix_expr.cpp PARAM_TEST_CASE(UMatExpr, MatDepth, Channels)
Channels           57 modules/core/test/ocl/test_matrix_operation.cpp PARAM_TEST_CASE(ConvertTo, MatDepth, MatDepth, Channels, bool)
Channels          106 modules/core/test/ocl/test_matrix_operation.cpp PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool)
Channels           14 modules/core/test/test_ippasync.cpp PARAM_TEST_CASE(IPPAsync, MatDepth, Channels, hppAccelType)
Channels           86 modules/core/test/test_ippasync.cpp PARAM_TEST_CASE(IPPAsyncShared, Channels, hppAccelType)
Channels           52 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Merge, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
Channels          117 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Split, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
Channels           52 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Add_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
Channels          355 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Subtract_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
Channels          658 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Multiply_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
Channels         1025 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Divide_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
Channels         2078 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Bitwise_Scalar, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels)
Channels         2176 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(RShift, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
Channels         2256 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(LShift, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
Channels          825 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Reduce, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, ReduceCode, UseRoi)
Channels          221 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(SeparableLinearFilter, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Anchor, BorderType, UseRoi)
Channels          290 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Sobel, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Deriv_X, Deriv_Y, BorderType, UseRoi)
Channels          357 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Scharr, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, Deriv_X, Deriv_Y, BorderType, UseRoi)
Channels          421 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(GaussianBlur, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, BorderType, UseRoi)
Channels           60 modules/cudaimgproc/test/test_match_template.cpp PARAM_TEST_CASE(MatchTemplate8U, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
Channels          111 modules/cudaimgproc/test/test_match_template.cpp     testing::Values(Channels(1), Channels(3), Channels(4)),
Channels          117 modules/cudaimgproc/test/test_match_template.cpp PARAM_TEST_CASE(MatchTemplate32F, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
Channels          170 modules/cudaimgproc/test/test_match_template.cpp     testing::Values(Channels(1), Channels(3), Channels(4)),
Channels           55 modules/imgproc/test/ocl/test_accumulate.cpp PARAM_TEST_CASE(AccumulateBase, std::pair<MatDepth, MatDepth>, Channels, bool)
Channels           55 modules/imgproc/test/ocl/test_blend.cpp PARAM_TEST_CASE(BlendLinear, MatDepth, Channels, bool)
Channels           54 modules/imgproc/test/ocl/test_boxfilter.cpp PARAM_TEST_CASE(BoxFilterBase, MatDepth, Channels, BorderType, bool, bool)
Channels           61 modules/imgproc/test/ocl/test_canny.cpp PARAM_TEST_CASE(Canny, Channels, AppertureSize, L2gradient, UseRoi)
Channels           54 modules/imgproc/test/ocl/test_filter2d.cpp PARAM_TEST_CASE(Filter2D, MatDepth, Channels, int, int, BorderType, bool, bool)
Channels          109 modules/imgproc/test/ocl/test_imgproc.cpp                 Channels, // channels
Channels          489 modules/imgproc/test/ocl/test_imgproc.cpp                             testing::Values(Channels(1), Channels(3), (Channels)4),
Channels           58 modules/imgproc/test/ocl/test_match_template.cpp PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, MatchTemplType, bool)
Channels           54 modules/imgproc/test/ocl/test_medianfilter.cpp PARAM_TEST_CASE(MedianFilter, MatDepth, Channels, int, bool)
Channels           55 modules/imgproc/test/ocl/test_pyramids.cpp PARAM_TEST_CASE(PyrTestBase, MatDepth, Channels, BorderType, bool)
Channels           54 modules/imgproc/test/ocl/test_sepfilter2D.cpp PARAM_TEST_CASE(SepFilter2D, MatDepth, Channels, BorderType, bool, bool)
Channels          239 modules/imgproc/test/ocl/test_warp.cpp PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
Channels           16 modules/photo/test/ocl/test_denoising.cpp PARAM_TEST_CASE(FastNlMeansDenoisingTestBase, Channels, int, bool, bool)
Channels          311 modules/ts/include/opencv2/ts/cuda_test.hpp     IMPLEMENT_PARAM_CLASS(Channels, int)
Channels          313 modules/ts/include/opencv2/ts/cuda_test.hpp     #define ALL_CHANNELS testing::Values(Channels(1), Channels(2), Channels(3), Channels(4))
Channels          314 modules/ts/include/opencv2/ts/cuda_test.hpp     #define IMAGE_CHANNELS testing::Values(Channels(1), Channels(3), Channels(4))
Channels          346 modules/ts/include/opencv2/ts/ocl_test.hpp IMPLEMENT_PARAM_CLASS(Channels, int)