Searched refs:bordertype (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp158 CvSize size, int bordertype, uchar bordervalue, void* buffer );
162 CvSize size, int bordertype, float bordervalue, void* buffer );
166 CvSize size, int masksize, int bordertype,
171 CvSize size, int masksize, int bordertype,
300 const int bordertype = 1; // replication border local
319 size, masksize, bordertype, 0, buffer ) :
321 size, masksize, bordertype, 0, buffer ) :
323 size, bordertype, 0, buffer ) :
325 size, bordertype, 0, buffer ) :
841 const int bordertype local
[all...]
H A D_cvipp.h49 #define IPCV_COPY_BORDER( bordertype, flavor ) \
50 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##R, \
51 "ippiCopy" #bordertype "Border_" #flavor "R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
55 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##IR, \
56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \
304 void* dst, int dststep, CvSize roi, int bordertype, void* morphstate ))
389 int bordertype, srctype bordervalue, void* buffer ))
412 int bordertype, srctype bordervalue, void* buffer ))
430 int bordertype, srctype bordervalue, void* buffer ))
H A Dcvutils.cpp476 int bordertype, CvScalar value )
514 if( bordertype == IPL_BORDER_REPLICATE )
520 else if( bordertype == IPL_BORDER_REFLECT_101 )
526 else if( bordertype == IPL_BORDER_CONSTANT )
475 cvCopyMakeBorder( const CvArr* srcarr, CvArr* dstarr, CvPoint offset, int bordertype, CvScalar value ) argument
H A Dcvmorph.cpp808 CvSize roi, int bordertype, void* morphstate );
1005 const int bordertype = 1; // replication border
1063 size, bordertype, morphstate );
/external/opencv/cv/include/
H A Dcv.h72 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));

Completed in 101 milliseconds