colRange          269 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat GpuMat::colRange(int startcol, int endcol) const
colRange          275 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat GpuMat::colRange(Range r) const
colRange          613 modules/core/include/opencv2/core/mat.inl.hpp Mat Mat::colRange(int startcol, int endcol) const
colRange          619 modules/core/include/opencv2/core/mat.inl.hpp Mat Mat::colRange(const Range& r) const
colRange         3256 modules/core/include/opencv2/core/mat.inl.hpp UMat UMat::colRange(int startcol, int endcol) const
colRange         3262 modules/core/include/opencv2/core/mat.inl.hpp UMat UMat::colRange(const Range& r) const
colRange          227 modules/core/misc/java/src/java/core+Mat.java     public Mat colRange(int startcol, int endcol)
colRange          240 modules/core/misc/java/src/java/core+Mat.java     public Mat colRange(Range r)
colRange          226 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T> GpuMat_<T>::colRange(int startcol, int endcol) const
colRange          232 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T> GpuMat_<T>::colRange(Range r) const