Searched refs:BORDER_TRANSPARENT (Results 1 – 6 of 6) sorted by relevance
181 CV_ENUM(PyrBorderMode, BORDER_DEFAULT, BORDER_TRANSPARENT)200 if(derivBorder != BORDER_TRANSPARENT)
239 BORDER_TRANSPARENT = 5, //!< `uvwxyz|absdefgh|ijklmno` enumerator
3528 else if( borderType != BORDER_TRANSPARENT ) in remapNearest()3562 else if( borderType != BORDER_TRANSPARENT ) in remapNearest()3913 if( borderType == BORDER_TRANSPARENT && cn != 3 ) in remapBilinear()3987 else if( borderType == BORDER_TRANSPARENT && in remapBilinear()4030 int borderType1 = borderType != BORDER_TRANSPARENT ? borderType : BORDER_REFLECT_101; in remapBicubic()4070 if( borderType == BORDER_TRANSPARENT && in remapBicubic()4135 int borderType1 = borderType != BORDER_TRANSPARENT ? borderType : BORDER_REFLECT_101; in remapLanczos4()4173 if( borderType == BORDER_TRANSPARENT && in remapLanczos4()4494 …if (borderType == BORDER_TRANSPARENT || !(interpolation == INTER_LINEAR || interpolation == INTER_… in ocl_remap()4683 (borderType == BORDER_CONSTANT || borderType == BORDER_TRANSPARENT)) in remap()[all …]
853 else if (borderType != BORDER_TRANSPARENT) in remap_nearest()931 else if (borderType != BORDER_TRANSPARENT) in remap_generic()
780 if(pyrBorder == BORDER_TRANSPARENT) in buildOpticalFlowPyramid()805 if(pyrBorder != BORDER_TRANSPARENT) in buildOpticalFlowPyramid()822 if(derivBorder != BORDER_TRANSPARENT) in buildOpticalFlowPyramid()
145 BORDER_TRANSPARENT = 5, field in Core