Home
last modified time | relevance | path

Searched refs:borderType (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/decorate/
H A Dbordersettings.cpp67 borderType (nullptr), in Private()
103 DComboBox* borderType; member in Digikam::BorderSettings::Private
131 d->borderType = new DComboBox(); in BorderSettings()
143 d->borderType->addItem(i18n("Decorative Ice")); in BorderSettings()
242 prm.borderType = d->borderType->currentIndex(); in settings()
265 d->borderType->setCurrentIndex(settings.borderType); in setSettings()
277 slotBorderTypeChanged(settings.borderType); in setSettings()
297 …d->borderType->setCurrentIndex(group.readEntry(d->configBorderTypeEntry, d->borderType->defaultInd… in readSettings()
331 switch (d->borderType->currentIndex()) in slotColorForegroundChanged()
370 switch (d->borderType->currentIndex()) in slotColorBackgroundChanged()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/api/
H A Dkernels_imgproc.cpp30 bool normalize, int borderType, const Scalar& bordVal) in boxFilter() argument
36 int borderType, const Scalar& bordVal) in blur() argument
38 return imgproc::GBlur::on(src, ksize, anchor, borderType, bordVal); in blur()
42 int borderType, const Scalar& bordVal) in gaussianBlur() argument
53 int borderType, const Scalar& borderValue ) in erode() argument
59 int borderType, const Scalar& borderValue ) in erode3x3() argument
65 int borderType, const Scalar& borderValue) in dilate() argument
71 int borderType, const Scalar& borderValue) in dilate3x3() argument
80 borderType, borderValue); in morphologyEx()
85 int borderType, const Scalar& bordVal) in Sobel() argument
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/ocl/
H A Dgoclimgproc.cpp38 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCL_KERNEL()
56 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCL_KERNEL()
63 cv::blur(temp_in(rect), out, ksize, anchor, borderType); in GAPI_OCL_KERNEL()
66 cv::blur(in, out, ksize, anchor, borderType); in GAPI_OCL_KERNEL()
94 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCL_KERNEL()
104 cv::GaussianBlur(in, out, ksize, sigmaX, sigmaY, borderType); in GAPI_OCL_KERNEL()
137 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCL_KERNEL()
146 cv::Sobel(in, out, ddepth, dx, dy, ksize, scale, delta, borderType); in GAPI_OCL_KERNEL()
153 double delta, int borderType, cv::UMat &out) in GAPI_OCL_KERNEL()
155 cv::Laplacian(in, out, ddepth, ksize, scale, delta, borderType); in GAPI_OCL_KERNEL()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcorner.cpp240 int borderType=BORDER_DEFAULT ) in cornerEigenValsVecs() argument
264 Scharr( src, Dx, CV_32F, 1, 0, scale, 0, borderType ); in cornerEigenValsVecs()
314 Point(-1,-1), false, borderType ); in cornerEigenValsVecs()
390 if ( !(borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE || in ocl_cornerMinEigenValVecs()
391 borderType == BORDER_REFLECT || borderType == BORDER_REFLECT_101) ) in ocl_cornerMinEigenValVecs()
499 bool isolated = (borderType & BORDER_ISOLATED) != 0;
500 int borderTypeNI = borderType & ~BORDER_ISOLATED;
585 int borderTypeNI = borderType & ~BORDER_ISOLATED; in ipp_cornerHarris()
586 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ipp_cornerHarris()
646 int borderTypeNI = borderType & ~BORDER_ISOLATED; in cornerHarris()
[all …]
H A Dsmooth.simd.hpp61 int borderType);
202 if(borderType != BORDER_CONSTANT) in hlineSmooth3N121Impl()
360 if (borderType == BORDER_CONSTANT) in hlineSmooth5N()
381 if (borderType == BORDER_CONSTANT) in hlineSmooth5N()
454 if (borderType == BORDER_CONSTANT) in hlineSmooth5N()
475 if (borderType == BORDER_CONSTANT) in hlineSmooth5N()
558 if (borderType == BORDER_CONSTANT) in hlineSmooth5N14641()
567 if (borderType == BORDER_CONSTANT) in hlineSmooth5N14641()
588 if (borderType == BORDER_CONSTANT) in hlineSmooth5N14641()
655 if (borderType == BORDER_CONSTANT) in hlineSmooth5N14641()
[all …]
H A Dbox_filter.dispatch.cpp139 borderType &= ~BORDER_ISOLATED; in ocl_boxFilter()
341 switch (borderType & ~BORDER_ISOLATED) in openvx_boxfilter()
442 bool normalize, int borderType) in boxFilter() argument
449 (borderType == BORDER_REPLICATE || borderType == BORDER_CONSTANT || in boxFilter()
450 borderType == BORDER_REFLECT || borderType == BORDER_REFLECT_101), in boxFilter()
461 if( borderType != BORDER_CONSTANT && normalize && (borderType & BORDER_ISOLATED) != 0 ) in boxFilter()
471 if(!(borderType&BORDER_ISOLATED)) in boxFilter()
483 borderType = (borderType&~BORDER_ISOLATED); in boxFilter()
493 Size ksize, Point anchor, int borderType) in blur() argument
515 bool normalize, int borderType) in sqrBoxFilter() argument
[all …]
H A Dderiv.cpp182 kx, ky, Point(-1,-1), 0, borderType ); in createDerivFilter()
209 switch (borderType & ~BORDER_ISOLATED) in openvx_sobel()
453 if(!(borderType & BORDER_ISOLATED)) in Sobel()
508 if(!(borderType & BORDER_ISOLATED)) in Scharr()
559 (borderType == BORDER_CONSTANT || borderType == BORDER_REPLICATE) || in ocl_Laplacian5()
560 …((borderType == BORDER_REFLECT || borderType == BORDER_WRAP || borderType == BORDER_REFLECT_101) && in ocl_Laplacian5()
668 (borderType != BORDER_WRAP) && in ocl_Laplacian3_8UC1()
845 if(!(borderType&BORDER_ISOLATED)) in Laplacian()
847 borderType = (borderType&~BORDER_ISOLATED); in Laplacian()
851 wtype, kd, ks, Point(-1,-1), 0, borderType, borderType, Scalar() ); in Laplacian()
[all …]
H A Dmorph.dispatch.cpp204 borderType, borderValue, in halMorph()
447 …Engine> f = createMorphologyFilter(op, src_type, kernel, anchor, borderType, borderType, borderVal… in ocvMorph()
510 borderType, borderValue, iterations); in morph()
612 bool isolated = (borderType & BORDER_ISOLATED) != 0; in ocl_morphSmall()
613 borderType &= ~BORDER_ISOLATED; in ocl_morphSmall()
984 bool isolated = (borderType&BORDER_ISOLATED)?true:false; in morphOp()
985 borderType = (borderType&~BORDER_ISOLATED); in morphOp()
1000 borderType, borderValue.val, iterations, in morphOp()
1006 int borderType, const Scalar& borderValue ) in erode() argument
1131 borderType = (borderType&~BORDER_ISOLATED);
[all …]
H A Dbilateral_filter.dispatch.cpp64 int borderType) in ocl_bilateralFilter_8u() argument
97 copyMakeBorder(src, temp, radius, radius, radius, radius, borderType); in ocl_bilateralFilter_8u()
159 int borderType ) in bilateralFilter_8u() argument
184 copyMakeBorder( src, temp, radius, radius, radius, radius, borderType ); in bilateralFilter_8u()
221 int borderType ) in bilateralFilter_32f() argument
260 copyMakeBorder( src, temp, radius, radius, radius, radius, borderType ); in bilateralFilter_32f()
320 borderType = _borderType; in ipp_bilateralFilterParallel()
349 ::ipp::IwiBorderType borderType;
405 int borderType ) in bilateralFilter() argument
421 bilateralFilter_8u( src, dst, d, sigmaColor, sigmaSpace, borderType ); in bilateralFilter()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dsobel.cpp65 borderType, borderValue, borderMargin); in Sobel3x3()
93 BORDER_MODE borderType, f32 borderValue) in Sobel3x3() argument
99 if (borderType == BORDER_MODE_CONSTANT) in Sobel3x3()
116 if (borderType == BORDER_MODE_REFLECT101) { in Sobel3x3()
119 } else if (borderType == BORDER_MODE_CONSTANT) { in Sobel3x3()
161 if (borderType == BORDER_MODE_CONSTANT) in Sobel3x3()
165 else if (borderType == BORDER_MODE_REFLECT101) in Sobel3x3()
221 (borderType == BORDER_MODE_CONSTANT ? 0.f : in Sobel3x3()
229 (borderType == BORDER_MODE_CONSTANT ? 0.f : in Sobel3x3()
238 if (borderType == BORDER_MODE_CONSTANT) in Sobel3x3()
[all …]
H A Dcommon.cpp71 ptrdiff_t borderInterpolate(ptrdiff_t _p, size_t _len, BORDER_MODE borderType, size_t startMargin, … in borderInterpolate() argument
77 else if( borderType == BORDER_MODE_REPLICATE ) in borderInterpolate()
79 else if( borderType == BORDER_MODE_REFLECT || borderType == BORDER_MODE_REFLECT101 ) in borderInterpolate()
81 s32 delta = borderType == BORDER_MODE_REFLECT101; in borderInterpolate()
93 else if( borderType == BORDER_MODE_WRAP ) in borderInterpolate()
100 else if( borderType == BORDER_MODE_CONSTANT ) in borderInterpolate()
H A Dblur.cpp194 BORDER_MODE borderType, u8 borderValue) in blur3x3() argument
210 if (borderType == BORDER_MODE_CONSTANT) in blur3x3()
519 if (borderType == BORDER_MODE_CONSTANT) in blur5x5()
837 if (borderType == BORDER_MODE_CONSTANT) in blur3x3()
854 if (borderType == BORDER_MODE_CONSTANT) in blur3x3()
907 if (borderType != BORDER_MODE_CONSTANT) in blur3x3()
988 if (borderType != BORDER_MODE_CONSTANT) in blur3x3()
1099 if (borderType == BORDER_MODE_CONSTANT) in blur3x3()
1116 if (borderType == BORDER_MODE_CONSTANT) in blur3x3()
1169 if (borderType != BORDER_MODE_CONSTANT) in blur3x3()
[all …]
H A Dgaussian_blur.cpp220 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
235 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
285 if (borderType != BORDER_MODE_CONSTANT) in gaussianBlur5x5()
603 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
618 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
668 if (borderType != BORDER_MODE_CONSTANT) in gaussianBlur5x5()
731 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
746 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
796 if (borderType != BORDER_MODE_CONSTANT) in gaussianBlur5x5()
945 if (borderType == BORDER_MODE_CONSTANT) in gaussianBlur5x5()
[all …]
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorderGroup.java77 private int borderType = RtfBorder.ROW_BORDER; field in RtfBorderGroup
112 protected RtfBorderGroup(RtfDocument doc, int borderType, RtfBorderGroup borderGroup) { in RtfBorderGroup() argument
115 this.borderType = borderType; in RtfBorderGroup()
120 …this.borders.put(entry.getKey(), new RtfBorder(this.document, this.borderType, (RtfBorder) entry.g… in RtfBorderGroup()
134 …protected RtfBorderGroup(RtfDocument doc, int borderType, int bordersToUse, float borderWidth, Col… in RtfBorderGroup() argument
136 this.borderType = borderType; in RtfBorderGroup()
150 …RtfBorder border = new RtfBorder(this.document, this.borderType, borderPosition, borderStyle, bord… in setBorder()
175 … if((bordersToAdd & Rectangle.BOX) == Rectangle.BOX && this.borderType == RtfBorder.ROW_BORDER) { in addBorder()
199 …if((bordersToRemove & Rectangle.BOX) == Rectangle.BOX && this.borderType == RtfBorder.ROW_BORDER) { in removeBorder()
H A DRtfBorder.java363 private int borderType = ROW_BORDER; field in RtfBorder
388 protected RtfBorder(RtfDocument doc, int borderType, RtfBorder border) { in RtfBorder() argument
390 this.borderType = borderType; in RtfBorder()
407 …protected RtfBorder(RtfDocument doc, int borderType, int borderPosition, int borderStyle, float bo… in RtfBorder() argument
409 this.borderType = borderType; in RtfBorder()
432 if(this.borderType == ROW_BORDER) { in writeContent()
461 } else if(this.borderType == CELL_BORDER) { in writeContent()
555 return borderType; in getBorderType()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dcorners.cpp69 CornerBase(int srcType, int blockSize, int ksize, int borderType);
83 CornerBase::CornerBase(int srcType, int blockSize, int ksize, int borderType) : in CornerBase() argument
84 srcType_(srcType), blockSize_(blockSize), ksize_(ksize), borderType_(borderType) in CornerBase()
125 Harris(int srcType, int blockSize, int ksize, double k, int borderType) : in Harris() argument
126 CornerBase(srcType, blockSize, ksize, borderType), k_(static_cast<float>(k)) in Harris()
153 MinEigenVal(int srcType, int blockSize, int ksize, int borderType) : in MinEigenVal() argument
154 CornerBase(srcType, blockSize, ksize, borderType) in MinEigenVal()
179 …eria> cv::cuda::createHarrisCorner(int srcType, int blockSize, int ksize, double k, int borderType) in createHarrisCorner() argument
181 return makePtr<Harris>(srcType, blockSize, ksize, k, borderType); in createHarrisCorner()
184 …sCriteria> cv::cuda::createMinEigenValCorner(int srcType, int blockSize, int ksize, int borderType) in createMinEigenValCorner() argument
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_filters.cpp68 int type, borderType, ksize; in PARAM_TEST_CASE() local
82 borderType = GET_PARAM(3); in PARAM_TEST_CASE()
161 OCL_OFF(cv::Laplacian(src_roi, dst_roi, -1, ksize, scale, 10, borderType)); in OCL_TEST_P()
162 OCL_ON(cv::Laplacian(usrc_roi, udst_roi, -1, ksize, scale, 10, borderType)); in OCL_TEST_P()
176 int type, borderType, ksize; in PARAM_TEST_CASE() local
190 borderType = GET_PARAM(3); in PARAM_TEST_CASE()
238 OCL_OFF(cv::Laplacian(src_roi, dst_roi, -1, ksize, scale, 10, borderType)); in OCL_TEST_P()
353 int type, borderType, ksize; in PARAM_TEST_CASE() local
367 borderType = GET_PARAM(3); in PARAM_TEST_CASE()
484 int type, borderType, ksize; in PARAM_TEST_CASE() local
[all …]
H A Dtest_boxfilter.cpp59 int depth, cn, borderType; in PARAM_TEST_CASE() local
71borderType = GET_PARAM(2); // only not isolated border tested, because CPU module doesn't support … in PARAM_TEST_CASE()
109 OCL_OFF(cv::boxFilter(src_roi, dst_roi, -1, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
110 OCL_ON(cv::boxFilter(usrc_roi, udst_roi, -1, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
126 OCL_OFF(cv::sqrBoxFilter(src_roi, dst_roi, ddepth, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
127 OCL_ON(cv::sqrBoxFilter(usrc_roi, udst_roi, ddepth, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
162 int depth, cn, borderType; in PARAM_TEST_CASE() local
174borderType = GET_PARAM(2); // only not isolated border tested, because CPU module doesn't support … in PARAM_TEST_CASE()
214 OCL_OFF(cv::boxFilter(src_roi, dst_roi, -1, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
215 OCL_ON(cv::boxFilter(usrc_roi, udst_roi, -1, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
H A Dtest_pyramids.cpp57 int depth, channels, borderType; in PARAM_TEST_CASE() local
67 borderType = GET_PARAM(2); in PARAM_TEST_CASE()
103 OCL_OFF(pyrDown(src_roi, dst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
104 OCL_ON(pyrDown(usrc_roi, udst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
130 OCL_OFF(pyrUp(src_roi, dst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
131 OCL_ON(pyrUp(usrc_roi, udst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
148 OCL_OFF(pyrUp(src_roi, dst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
149 OCL_ON(pyrUp(usrc_roi, udst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/cpu/
H A Dgcpuimgproc.cpp20 if( borderType == cv::BORDER_CONSTANT ) in add_border()
54 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCV_KERNEL()
72 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCV_KERNEL()
79 cv::blur(temp_in(rect), out, ksize, anchor, borderType); in GAPI_OCV_KERNEL()
82 cv::blur(in, out, ksize, anchor, borderType); in GAPI_OCV_KERNEL()
110 if( borderType == cv::BORDER_CONSTANT ) in GAPI_OCV_KERNEL()
163 cv::Mat temp_in = add_border(in, ksize, borderType, bordVal); in GAPI_OCV_KERNEL()
173 cv::Mat temp_in = add_border(in, ksize, borderType, bordVal); in GAPI_OCV_KERNEL()
182 double delta, int borderType, cv::Mat &out) in GAPI_OCV_KERNEL()
184 cv::Laplacian(in, out, ddepth, ksize, scale, delta, borderType); in GAPI_OCV_KERNEL()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/test/
H A Dtest_corners.cpp62 int borderType; in PARAM_TEST_CASE() local
70 borderType = GET_PARAM(2); in PARAM_TEST_CASE()
85 …riteria> harris = cv::cuda::createHarrisCorner(src.type(), blockSize, apertureSize, k, borderType); in CUDA_TEST_P()
91 cv::cornerHarris(src, dst_gold, blockSize, apertureSize, k, borderType); in CUDA_TEST_P()
110 int borderType; in PARAM_TEST_CASE() local
118 borderType = GET_PARAM(2); in PARAM_TEST_CASE()
131 …> minEigenVal = cv::cuda::createMinEigenValCorner(src.type(), blockSize, apertureSize, borderType); in CUDA_TEST_P()
137 cv::cornerMinEigenVal(src, dst_gold, blockSize, apertureSize, borderType); in CUDA_TEST_P()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmulti_shape.hxx617 static void exists(Array & a, unsigned int borderType) in exists()
619 a.push_back((borderType & (1 << 2*Level)) == 0); in exists()
620 MakeDirectArrayNeighborhood<Level-1>::exists(a, borderType); in exists()
621 a.push_back((borderType & (2 << 2*Level)) == 0); in exists()
641 static void exists(Array & a, unsigned int borderType) in exists()
643 a.push_back((borderType & 1) == 0); in exists()
644 a.push_back((borderType & 2) == 0); in exists()
666 if((borderType & (1 << 2*Level)) == 0) in exists()
673 if((borderType & (2 << 2*Level)) == 0) in exists()
710 a.push_back((borderType & 1) == 0); in exists()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/common/xp/
H A DOXML_Element_Cell.cpp80 const gchar* borderType = NULL; in serializeProperties() local
127 borderType = "single"; in serializeProperties()
132 borderType = "dashed"; in serializeProperties()
148 err = exporter->setTableBorder(TARGET_DOCUMENT, "left", borderType, color, size); in serializeProperties()
153 borderType = "single"; in serializeProperties()
158 borderType = "dashed"; in serializeProperties()
180 borderType = "single"; in serializeProperties()
185 borderType = "dashed"; in serializeProperties()
200 err = exporter->setTableBorder(TARGET_DOCUMENT, "top", borderType, color, size); in serializeProperties()
208 borderType = "single"; in serializeProperties()
[all …]
H A DOXML_Element_Table.cpp136 const gchar* borderType = NULL; in serializeProperties() local
141 borderType = "single"; in serializeProperties()
146 borderType = "dashed"; in serializeProperties()
162 err = exporter->setTableBorder(TARGET_DOCUMENT, "left", borderType, color, size); in serializeProperties()
167 borderType = "single"; in serializeProperties()
172 borderType = "dashed"; in serializeProperties()
192 borderType = "single"; in serializeProperties()
197 borderType = "dashed"; in serializeProperties()
212 err = exporter->setTableBorder(TARGET_DOCUMENT, "top", borderType, color, size); in serializeProperties()
217 borderType = "single"; in serializeProperties()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/filter/
H A Dsobelfilterwidget.cpp30 auto borderType = util::make_unique<QComboBox>(); variable
31 borderType_ = *borderType;
113 lay->addWidget(borderType.release());
141 int borderType = cv::BORDER_DEFAULT; in applyFilter() local
145 borderType = cv::BORDER_DEFAULT; in applyFilter()
148 borderType = cv::BORDER_CONSTANT; in applyFilter()
151 borderType = cv::BORDER_REPLICATE; in applyFilter()
154 borderType = cv::BORDER_REFLECT; in applyFilter()
157 borderType = cv::BORDER_REFLECT_101; in applyFilter()
180 Sobel(inar.get(), outar.get(), -1, dx, dy, ksize, 1, 0, borderType); in applyFilter()

12345678910>>...12