Vec3s 2095 modules/core/include/opencv2/core/mat.hpp typedef Mat_<Vec3s> Mat3s; Vec3s 242 modules/core/src/copy.cpp DEF_COPY_MASK_F(16uC3, Vec3s, 16u_C3MR, Ipp16u) Vec3s 2333 modules/core/src/matrix.cpp ((std::vector<Vec3s>*)v)->resize(len); Vec3s 3009 modules/core/src/matrix.cpp DEF_TRANSPOSE_FUNC(16uC3, Vec3s) Vec3s 240 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); } Vec3s 241 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); } Vec3s 263 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; } Vec3s 264 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S ){ image.at<Vec3s>(row,col)[channel] = newValue; } Vec3s 275 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; } Vec3s 276 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; }