Home
last modified time | relevance | path

Searched defs:KernelType (Results 1 – 25 of 132) sorted by relevance

123456

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DCubicBSplineConvolution.h40 typedef typename SeparableConvolution<TVoxel>::KernelType KernelType; typedef
73 virtual void KernelX(const KernelType *) {} in KernelX()
74 virtual void KernelY(const KernelType *) {} in KernelY()
75 virtual void KernelZ(const KernelType *) {} in KernelZ()
76 virtual void KernelT(const KernelType *) {} in KernelT()
H A DGaussianBlurring.h51 typedef typename SeparableConvolution<TVoxel>::KernelType KernelType; typedef
68 virtual void KernelX(const KernelType *) {} in KernelX()
69 virtual void KernelY(const KernelType *) {} in KernelY()
70 virtual void KernelZ(const KernelType *) {} in KernelZ()
71 virtual void KernelT(const KernelType *) {} in KernelT()
H A DSeparableConvolution.h41 typedef GenericImage<TKernel> KernelType; typedef
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/kde/
H A Dkde_model_impl.hpp304 void DualMonoKDE::operator()(KDETypeT<KernelType, TreeType>* kde) const in operator ()()
332 void DualBiKDE::operator()(KDETypeT<KernelType, TreeType>* kde) const in operator ()()
357 void TrainVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
376 void BandwidthVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
394 void RelErrorVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
412 void AbsErrorVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
430 void MonteCarloVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
448 void MCProbabilityVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
466 void MCSampleSizeVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
484 void MCEntryCoefVisitor::operator()(KDEType<KernelType, TreeType>* kde) const in operator ()()
[all …]
H A Dkde_model.hpp60 static void ApplyNormalizer( in ApplyNormalizer()
61 KernelType& /* kernel */, in ApplyNormalizer() argument
71 static void ApplyNormalizer( in ApplyNormalizer()
528 KernelTypes KernelType() const { return kernelType; } in KernelType() function in mlpack::kde::KDEModel
531 KernelTypes& KernelType() { return kernelType; } in KernelType() function in mlpack::kde::KDEModel
/dports/misc/openmvg/openMVG-2.0/src/openMVG_Samples/multiview_robust_estimation_tutorial/
H A Drobust_estimation_tutorial_homography.cpp172 using KernelType = homography::kernel::UnnormalizedKernel; in main() typedef
205 using KernelType = homography::kernel::UnnormalizedKernel; in main() typedef
240 using KernelType = homography::kernel::UnnormalizedKernel; in main() typedef
278 using KernelType = in main() typedef
348 using KernelType = homography::kernel::UnnormalizedKernel; in display_info() typedef
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/pipelines/localization/
H A DSfM_Localizer.cpp141 using KernelType = in Localize() typedef
174 using KernelType = in Localize() typedef
204 using KernelType = in Localize() typedef
234 using KernelType = in Localize() typedef
265 using KernelType = in Localize() typedef
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/fastmks/
H A Dfastmks_model.hpp90 int KernelType() const { return kernelType; } in KernelType() function in mlpack::fastmks::FastMKSModel
92 int& KernelType() { return kernelType; } in KernelType() function in mlpack::fastmks::FastMKSModel
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/pipelines/
H A Dsfm_robust_model_estimation.cpp53 using KernelType = robust::ACKernelAdaptorEssential< in robustRelativePose() typedef
84 KernelType; in robustRelativePose() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageSources/test/
H A DitkGridImageSourceTest.cxx144 using KernelType = itk::BSplineKernelFunction< 3 >; in itkGridImageSourceTest() typedef
150 using KernelType = itk::BSplineKernelFunction< 0 >; in itkGridImageSourceTest() typedef
/dports/misc/openmvg/openMVG-2.0/src/openMVG/linearProgramming/lInfinityCV/
H A Dresection_robust_test.cpp42 using KernelType = lInfinityCV::kernel::l1PoseResectionKernel; in TEST() typedef
95 using KernelType = lInfinityCV::kernel::l1PoseResectionKernel; in TEST() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkCoxDeBoorBSplineKernelFunctionTest2.cxx32 using KernelType = itk::CoxDeBoorBSplineKernelFunction<3>; in itkCoxDeBoorBSplineKernelFunctionTest2() typedef
H A DitkCoxDeBoorBSplineKernelFunctionTest.cxx33 using KernelType = itk::CoxDeBoorBSplineKernelFunction<3>; in itkCoxDeBoorBSplineKernelFunctionTest() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/BinaryMathematicalMorphology/include/
H A DitkFastIncrementalBinaryDilateImageFilter.h68 using KernelType = TKernel; variable
H A DitkDilateObjectMorphologyImageFilter.h69 using KernelType = TKernel; variable
H A DitkBinaryMorphologicalOpeningImageFilter.h83 using KernelType = TKernel; variable
H A DitkBinaryClosingByReconstructionImageFilter.h79 using KernelType = TKernel; variable
H A DitkBinaryMorphologicalClosingImageFilter.h84 using KernelType = TKernel; variable
H A DitkBinaryOpeningByReconstructionImageFilter.h78 using KernelType = TKernel; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dnbnxm.h160 enum class KernelType; variable
167 enum class KernelType : int enum
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/include/
H A DitkBasicDilateImageFilter.h77 using KernelType = typename Superclass::KernelType; variable
H A DitkGrayscaleFunctionDilateImageFilter.h79 using KernelType = typename Superclass::KernelType; variable
H A DitkGrayscaleFunctionErodeImageFilter.h79 using KernelType = typename Superclass::KernelType; variable
H A DitkBasicErodeImageFilter.h75 using KernelType = typename Superclass::KernelType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/BinaryMathematicalMorphology/test/
H A DitkBinaryOpeningByReconstructionImageFilterTest.cxx46 using KernelType = itk::BinaryBallStructuringElement< bool, dim>; in itkBinaryOpeningByReconstructionImageFilterTest() typedef

123456