Searched defs:nchannels (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/video/src/ |
D | bgfg_KNN.cpp | 132 int nchannels = CV_MAT_CN(frameType); in initialize() local 257 _cvUpdatePixelBackgroundNP( long pixel,const uchar* data, int nchannels, int m_nN, in _cvUpdatePixelBackgroundNP() 325 const uchar* data, int nchannels, in _cvCheckPixelBackgroundNP() 461 int nchannels = CV_MAT_CN(_src.type()); in icvUpdatePixelBackgroundNP() local 600 int nchannels = CV_MAT_CN(frameType); in getBackgroundImage() local
|
D | bgfg_gaussmix2.cpp | 189 int nchannels = CV_MAT_CN(frameType); in initialize() local 461 detectShadowGMM(const float* data, int nchannels, int nmodes, in detectShadowGMM() 555 int ncols = src->cols, nchannels = src->channels(); in operator ()() local 817 int nchannels = CV_MAT_CN(frameType); in create_ocl_apply_kernel() local 867 int nchannels = CV_MAT_CN(frameType); in getBackgroundImage() local
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer() 531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate() 565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer() 514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate() 545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
|
/external/libopus/src/ |
D | opus_compare.c | 182 int nchannels; in main() local
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 1512 int nchannels = 3; in HighGUIProc() local 1631 int nchannels = 3; in HighGUIProc() local
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.hpp | 70 int nchannels; member in cv::FeatureEvaluator
|
/external/opencv3/modules/features2d/src/kaze/ |
D | AKAZEFeatures.cpp | 1618 int pattern_size, int nchannels) { in generateDescriptorSubsample()
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2850 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()
|