Vec4b 2091 modules/core/include/opencv2/core/mat.hpp typedef Mat_<Vec4b> Mat4b; Vec4b 781 modules/cudaarithm/test/test_element_operations.cpp const cv::Vec4b* mat1_row = mat1.ptr<cv::Vec4b>(y); Vec4b 783 modules/cudaarithm/test/test_element_operations.cpp const cv::Vec4b* dst_row = h_dst.ptr<cv::Vec4b>(y); Vec4b 787 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b val1 = mat1_row[x]; Vec4b 789 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b actual = dst_row[x]; Vec4b 791 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b gold; Vec4b 1148 modules/cudaarithm/test/test_element_operations.cpp const cv::Vec4b* mat1_row = mat1.ptr<cv::Vec4b>(y); Vec4b 1150 modules/cudaarithm/test/test_element_operations.cpp const cv::Vec4b* dst_row = h_dst.ptr<cv::Vec4b>(y); Vec4b 1154 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b val1 = mat1_row[x]; Vec4b 1156 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b actual = dst_row[x]; Vec4b 1158 modules/cudaarithm/test/test_element_operations.cpp cv::Vec4b gold; Vec4b 211 modules/cudaimgproc/src/mssegmentation.cpp inline int dist2(const cv::Vec4b& lhs, const cv::Vec4b& rhs) Vec4b 249 modules/cudaimgproc/src/mssegmentation.cpp Vec4b r1; Vec4b 250 modules/cudaimgproc/src/mssegmentation.cpp Vec4b r2[4]; Vec4b 257 modules/cudaimgproc/src/mssegmentation.cpp Vec4b* ry = rmap.ptr<Vec4b>(y); Vec4b 258 modules/cudaimgproc/src/mssegmentation.cpp Vec4b* ryp = rmap.ptr<Vec4b>(y + 1); Vec4b 297 modules/cudaimgproc/src/mssegmentation.cpp r1 = rmap.at<Vec4b>(y, ncols - 1); Vec4b 298 modules/cudaimgproc/src/mssegmentation.cpp r2[0] = rmap.at<Vec4b>(y + 1, ncols - 1); Vec4b 307 modules/cudaimgproc/src/mssegmentation.cpp r1 = rmap.at<Vec4b>(nrows - 1, x); Vec4b 308 modules/cudaimgproc/src/mssegmentation.cpp r2[0] = rmap.at<Vec4b>(nrows - 1, x + 1); Vec4b 362 modules/cudaimgproc/src/mssegmentation.cpp Vec4b* h_srcy = h_src.ptr<Vec4b>(y); Vec4b 366 modules/cudaimgproc/src/mssegmentation.cpp Vec4b col = h_srcy[x]; Vec4b 380 modules/cudaimgproc/src/mssegmentation.cpp Vec4b* dsty = dst.ptr<Vec4b>(y); Vec4b 385 modules/cudaimgproc/src/mssegmentation.cpp Vec4b& dstcol = dsty[x]; Vec4b 285 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<Vec4b>(row,col)[channel] = newValue; } Vec4b 109 modules/imgproc/test/test_cvtyuv.cpp Vec4b tmp(val[0], val[1], val[2], 255); Vec4b 110 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec4b>(row, col) = tmp; Vec4b 120 modules/imgproc/test/test_cvtyuv.cpp Vec4b tmp(val[2], val[1], val[0], 255); Vec4b 121 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec4b>(row, col) = tmp; Vec4b 301 modules/imgproc/test/test_cvtyuv.cpp Vec4b rgba = rgb.at<Vec4b>(row, col); Vec4b 312 modules/imgproc/test/test_cvtyuv.cpp Vec4b rgba = rgb.at<Vec4b>(row, col); Vec4b 133 modules/viz/src/vtk/vtkImageMatSource.cpp Vec4b* dptr = reinterpret_cast<Vec4b*>(output->GetScalarPointer()); Vec4b 134 modules/viz/src/vtk/vtkImageMatSource.cpp size_t elem_step = output->GetIncrements()[1]/sizeof(Vec4b); Vec4b 138 modules/viz/src/vtk/vtkImageMatSource.cpp Vec4b* drow = dptr + elem_step * y; Vec4b 141 modules/viz/src/vtk/vtkImageMatSource.cpp drow[x] = Vec4b(srow[2], srow[1], srow[0], srow[3]); Vec4b 70 samples/tapi/tvl1_optical_flow.cpp Vec4b* row = flowField.ptr<Vec4b>(i);