Home
last modified time | relevance | path

Searched refs:BorderMode (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/convolution_rules/
H A Dsvd_convolution.hpp37 template<typename BorderMode = FullConvolution>
65 NaiveConvolution<BorderMode>::Convolution(input, filter, output); in Convolution()
84 NaiveConvolution<BorderMode>::Convolution(input, subFilter, subOutput); in Convolution()
87 NaiveConvolution<BorderMode>::Convolution(subOutput, U.unsafe_col(0), in Convolution()
94 NaiveConvolution<BorderMode>::Convolution(input, subFilter, in Convolution()
98 NaiveConvolution<BorderMode>::Convolution(subOutput, U.unsafe_col(r), in Convolution()
107 FFTConvolution<BorderMode>::Convolution(input, filter, output); in Convolution()
127 SVDConvolution<BorderMode>::Convolution(input.slice(0), filter.slice(0), in Convolution()
136 SVDConvolution<BorderMode>::Convolution(input.slice(i), filter.slice(i), in Convolution()
165 SVDConvolution<BorderMode>::Convolution(input, filter.slice(i), in Convolution()
[all …]
H A Dfft_convolution.hpp36 template<typename BorderMode = FullConvolution, const bool padLastDim = false>
51 template<typename eT, typename Border = BorderMode>
86 template<typename eT, typename Border = BorderMode>
140 FFTConvolution<BorderMode>::Convolution(input.slice(0), filter.slice(0), in Convolution()
149 FFTConvolution<BorderMode>::Convolution(input.slice(i), filter.slice(i), in Convolution()
171 FFTConvolution<BorderMode>::Convolution(input, filter.slice(0), in Convolution()
180 FFTConvolution<BorderMode>::Convolution(input, filter.slice(i), in Convolution()
199 FFTConvolution<BorderMode>::Convolution(input.slice(0), filter, in Convolution()
208 FFTConvolution<BorderMode>::Convolution(input.slice(i), filter, in Convolution()
H A Dnaive_convolution.hpp34 template<typename BorderMode = FullConvolution>
49 template<typename eT, typename Border = BorderMode>
95 template<typename eT, typename Border = BorderMode>
160 NaiveConvolution<BorderMode>::Convolution(input.slice(0), filter.slice(0), in Convolution()
169 NaiveConvolution<BorderMode>::Convolution(input.slice(i), filter.slice(i), in Convolution()
196 NaiveConvolution<BorderMode>::Convolution(input, filter.slice(0), in Convolution()
205 NaiveConvolution<BorderMode>::Convolution(input, filter.slice(i), in Convolution()
232 NaiveConvolution<BorderMode>::Convolution(input.slice(0), filter, in Convolution()
241 NaiveConvolution<BorderMode>::Convolution(input.slice(i), filter, in Convolution()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/perf/
H A Dperf_corners.cpp50 DEF_PARAM_TEST(Image_Type_Border_BlockSz_ApertureSz, string, MatType, BorderMode, int, int);
55 …Values(BorderMode(cv::BORDER_REFLECT101), BorderMode(cv::BORDER_REPLICATE), BorderMode(cv::BORDER_…
99 …Values(BorderMode(cv::BORDER_REFLECT101), BorderMode(cv::BORDER_REPLICATE), BorderMode(cv::BORDER_…
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_warp.cpp10 CV_ENUM(BorderMode, BORDER_CONSTANT, BORDER_REPLICATE)
14 typedef TestBaseWithParam< tuple<Size, InterType, BorderMode> > TestWarpAffine;
15 typedef TestBaseWithParam< tuple<Size, InterType, BorderMode> > TestWarpPerspective;
16 typedef TestBaseWithParam< tuple<Size, InterType, BorderMode, MatType> > TestWarpPerspectiveNear_t;
17 typedef TestBaseWithParam< tuple<MatType, Size, InterType, BorderMode, RemapMode> > TestRemap;
25 BorderMode::all() in PERF_TEST_P()
55 BorderMode::all() in PERF_TEST_P()
85 BorderMode::all() in PERF_TEST_P()
123 BorderMode::all() in PERF_TEST_P()
161 BorderMode::all(),
[all …]
H A Dperf_filter2d.cpp8 CV_ENUM(BorderMode, BORDER_CONSTANT, BORDER_REPLICATE, BORDER_REFLECT_101)
10 typedef TestBaseWithParam< tuple<Size, int, BorderMode> > TestFilter2d;
17 BorderMode::all()
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DUserDefine_generated.h53 enum BorderMode { enum
61 inline const BorderMode (&EnumValuesBorderMode())[3] { in EnumValuesBorderMode()
62 static const BorderMode values[] = { in EnumValuesBorderMode()
80 inline const char *EnumNameBorderMode(BorderMode e) { in EnumNameBorderMode()
154 BorderMode paddingMode;
171 BorderMode paddingMode() const { in paddingMode()
172 return static_cast<BorderMode>(GetField<int8_t>(6, 0)); in paddingMode()
195 void add_paddingMode(BorderMode paddingMode) { in add_paddingMode()
216 BorderMode paddingMode = BorderMode_ZEROS,
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/
H A DvtkBSplineTransform.h76 vtkSetClampMacro(BorderMode, int,
84 vtkGetMacro(BorderMode, int);
133 int BorderMode; variable
H A DvtkBSplineTransform.cxx394 this->BorderMode = VTK_BSPLINE_EDGE; in vtkBSplineTransform()
420 switch (this->BorderMode) in GetBorderModeAsString()
491 gridPtr, extent, increments, this->BorderMode); in ForwardTransformPoint()
547 gridPtr,extent,increments, this->BorderMode); in ForwardTransformDerivative()
638 gridPtr, extent, increments, this->BorderMode); in InverseTransformDerivative()
654 gridPtr, extent, increments, this->BorderMode); in InverseTransformDerivative()
816 this->SetBorderMode(gridTransform->BorderMode); in InternalDeepCopy()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageBSplineCoefficients.h73 vtkSetClampMacro(BorderMode, int,
81 vtkGetMacro(BorderMode, int);
148 int BorderMode; variable
H A DvtkAbstractImageInterpolator.cxx57 this->BorderMode = VTK_IMAGE_BORDER_CLAMP; in vtkAbstractImageInterpolator()
111 this->SetBorderMode(obj->BorderMode); in DeepCopy()
159 if (this->BorderMode != mode) in SetBorderMode()
161 this->BorderMode = mode; in SetBorderMode()
169 switch (this->BorderMode) in GetBorderModeAsString()
371 info->BorderMode = this->BorderMode; in Update()
H A DvtkImageBSplineCoefficients.cxx36 this->BorderMode = VTK_IMAGE_BORDER_CLAMP; in vtkImageBSplineCoefficients()
422 switch (this->BorderMode) in GetBorderModeAsString()
497 this->SplineDegree, this->BorderMode); in Evaluate()
514 this->SplineDegree, this->BorderMode); in Evaluate()
559 this->SplineDegree, this->BorderMode); in Evaluate()
582 this->SplineDegree, this->BorderMode); in Evaluate()
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/
H A DvtkBSplineTransform.h87 vtkSetClampMacro(BorderMode, int,
95 vtkGetMacro(BorderMode, int);
150 int BorderMode; variable
H A DvtkBSplineTransform.cxx394 this->BorderMode = VTK_BSPLINE_EDGE; in vtkBSplineTransform()
420 switch (this->BorderMode) in GetBorderModeAsString()
491 gridPtr, extent, increments, this->BorderMode); in ForwardTransformPoint()
547 gridPtr,extent,increments, this->BorderMode); in ForwardTransformDerivative()
638 gridPtr, extent, increments, this->BorderMode); in InverseTransformDerivative()
654 gridPtr, extent, increments, this->BorderMode); in InverseTransformDerivative()
816 this->SetBorderMode(gridTransform->BorderMode); in InternalDeepCopy()
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageBSplineCoefficients.h81 vtkSetClampMacro(BorderMode, int,
89 vtkGetMacro(BorderMode, int);
162 int BorderMode; variable
H A DvtkImageBSplineCoefficients.cxx36 this->BorderMode = VTK_IMAGE_BORDER_CLAMP; in vtkImageBSplineCoefficients()
384 switch (this->BorderMode) in GetBorderModeAsString()
459 this->SplineDegree, this->BorderMode); in Evaluate()
476 this->SplineDegree, this->BorderMode); in Evaluate()
521 this->SplineDegree, this->BorderMode); in Evaluate()
544 this->SplineDegree, this->BorderMode); in Evaluate()
H A DvtkAbstractImageInterpolator.cxx64 this->BorderMode = VTK_IMAGE_BORDER_CLAMP; in vtkAbstractImageInterpolator()
119 this->SetBorderMode(obj->BorderMode); in DeepCopy()
161 if (this->BorderMode != mode) in SetBorderMode()
163 this->BorderMode = mode; in SetBorderMode()
171 switch (this->BorderMode) in GetBorderModeAsString()
798 info->BorderMode = this->BorderMode; in Update()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageBSplineCoefficients.h79 vtkSetClampMacro(BorderMode, int, VTK_IMAGE_BORDER_CLAMP, VTK_IMAGE_BORDER_MIRROR);
83 vtkGetMacro(BorderMode, int);
148 int BorderMode; variable
H A DvtkImageBSplineCoefficients.cxx36 this->BorderMode = VTK_IMAGE_BORDER_CLAMP; in vtkImageBSplineCoefficients()
356 switch (this->BorderMode) in GetBorderModeAsString()
430 y, z, this->SplineDegree, this->BorderMode); in Evaluate()
446 y, z, this->SplineDegree, this->BorderMode); in Evaluate()
490 y, z, this->SplineDegree, this->BorderMode); in Evaluate()
512 y, z, this->SplineDegree, this->BorderMode); in Evaluate()
/dports/math/vtk9/VTK-9.1.0/Filters/Hybrid/
H A DvtkBSplineTransform.h87 vtkSetClampMacro(BorderMode, int, VTK_BSPLINE_EDGE, VTK_BSPLINE_ZERO_AT_BORDER);
91 vtkGetMacro(BorderMode, int);
142 int BorderMode; variable
/dports/misc/mnn/MNN-1.2.0/schema/default/
H A DUserDefine.fbs12 enum BorderMode : byte {
20 paddingMode:BorderMode;
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUGridSample.hpp18 CPUGridSample(Backend *b, SampleMode mode, BorderMode paddingMode, bool alignCorners);
25 BorderMode mPaddingMode;
/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexture.h99 enum BorderMode { enum
131 PTEXAPI const char* BorderModeName(BorderMode m);
502 BorderMode uBorderMode;
503 BorderMode vBorderMode;
518 virtual Ptex::BorderMode uBorderMode() = 0;
521 virtual Ptex::BorderMode vBorderMode() = 0;
883 virtual void setBorderModes(Ptex::BorderMode uBorderMode, Ptex::BorderMode vBorderMode) = 0;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/decorate/inserttext/
H A Dinserttextwidget.h77 enum BorderMode enum
118 BorderMode borderMode, int borderWidth, int spacing, float fontScale = 1.0f);
/dports/graphics/opencv/opencv-4.5.3/modules/ts/include/opencv2/ts/
H A Dcuda_perf.hpp52 #define ALL_BORDER_MODES BorderMode::all()
55 …CV_ENUM(BorderMode, BORDER_REFLECT101, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_W…

123