Home
last modified time | relevance | path

Searched defs:nchannels (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/video/src/
Dbgfg_KNN.cpp132 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
Dbgfg_gaussmix2.cpp189 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/
Dcvwimage.h310 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/
Dwimage.hpp303 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/
Dopus_compare.c182 int nchannels; in main() local
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1512 int nchannels = 3; in HighGUIProc() local
1631 int nchannels = 3; in HighGUIProc() local
/external/opencv3/modules/objdetect/src/
Dcascadedetect.hpp70 int nchannels; member in cv::FeatureEvaluator
/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp1618 int pattern_size, int nchannels) { in generateDescriptorSubsample()
/external/opencv/cxcore/src/
Dcxarray.cpp3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()
/external/opencv3/modules/core/src/
Darray.cpp2850 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()