Home
last modified time | relevance | path

Searched defs:pyramid (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/graphics/cairo/cairo-1.17.4/test/pdiff/
H A Dlpyramid.c31 convolve (lpyramid_t *pyramid, float *a, const float *b) in convolve()
68 lpyramid_t *pyramid; in lpyramid_create() local
98 lpyramid_destroy (lpyramid_t *pyramid) in lpyramid_destroy()
109 lpyramid_get_value (lpyramid_t *pyramid, int x, int y, int level) in lpyramid_get_value()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
69 _KLT_Pyramid pyramid) in _KLTFreePyramid()
88 _KLT_Pyramid pyramid, in _KLTComputePyramid()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
69 _KLT_Pyramid pyramid) in _KLTFreePyramid()
88 _KLT_Pyramid pyramid, in _KLTComputePyramid()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
69 _KLT_Pyramid pyramid) in _KLTFreePyramid()
88 _KLT_Pyramid pyramid, in _KLTComputePyramid()
/dports/graphics/art/ART-1.9.3/rtengine/klt/
H A Dpyramid.cc29 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
74 _KLT_Pyramid pyramid) in _KLTFreePyramid()
93 _KLT_Pyramid pyramid, in _KLTComputePyramid()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/klt/
H A Dpyramid.cc29 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
74 _KLT_Pyramid pyramid) in _KLTFreePyramid()
93 _KLT_Pyramid pyramid, in _KLTComputePyramid()
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dvisibility_pyramid_test.cc40 VisibilityPyramid pyramid; in BOOST_AUTO_TEST_CASE() local
56 VisibilityPyramid pyramid(static_cast<size_t>(num_levels), 4, 4); in BOOST_AUTO_TEST_CASE() local
/dports/graphics/open3d/Open3D-0.2/src/Test/
H A DTestImage.cpp95 auto pyramid = CreateImagePyramid(*gray_image, 4); in main() local
146 auto pyramid = CreateImagePyramid(*depth_image, 4); in main() local
/dports/graphics/py-open3d-python/Open3D-0.2/src/Test/
H A DTestImage.cpp95 auto pyramid = CreateImagePyramid(*gray_image, 4); in main() local
146 auto pyramid = CreateImagePyramid(*depth_image, 4); in main() local
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/mantiuk06/
H A Dcontrast_domain.cpp366 void pyramid_calculate_divergence_sum(pyramid_t* pyramid, float* divG_sum) in pyramid_calculate_divergence_sum()
428 void pyramid_calculate_scale_factor(const pyramid_t* pyramid, pyramid_t* pC) in pyramid_calculate_scale_factor()
448 void pyramid_scale_gradient(pyramid_t* pyramid, const pyramid_t* pC) in pyramid_scale_gradient()
462 void pyramid_free(pyramid_t* pyramid) in pyramid_free()
494 pyramid_t* pyramid = NULL; in pyramid_allocate() local
588 void pyramid_calculate_gradient(pyramid_t* pyramid, const float* Y) in pyramid_calculate_gradient()
639 void lincg(pyramid_t* pyramid, pyramid_t* pC, const float* const b, float* const x, const int itmax… in lincg()
879 void pyramid_transform_to_R(pyramid_t* pyramid, float detail_factor) in pyramid_transform_to_R()
893 void pyramid_transform_to_G(pyramid_t* pyramid, float detail_factor) in pyramid_transform_to_G()
905 void pyramid_gradient_multiply(pyramid_t* pyramid, const float val) in pyramid_gradient_multiply()
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/tmo/mantiuk06/
H A Dcontrast_domain.cpp133 static void pyramid_show(pyramid_t* pyramid) in pyramid_show()
383 static void pyramid_calculate_divergence_sum(pyramid_t* pyramid, float* divG_sum) in pyramid_calculate_divergence_sum()
458 static void pyramid_calculate_scale_factor(pyramid_t* pyramid, pyramid_t* pC) in pyramid_calculate_scale_factor()
480 static void pyramid_scale_gradient(pyramid_t* pyramid, pyramid_t* pC) in pyramid_scale_gradient()
494 static void pyramid_free(pyramid_t* pyramid) in pyramid_free()
521 pyramid_t* pyramid = NULL; in pyramid_allocate() local
599 static void pyramid_calculate_gradient(pyramid_t* pyramid, float* lum_temp) in pyramid_calculate_gradient()
654 static void linbcg(pyramid_t* pyramid, pyramid_t* pC, float* const b, float* const x, const int itm… in linbcg()
996 static inline void pyramid_transform_to_R(pyramid_t* pyramid) in pyramid_transform_to_R()
1032 static inline void pyramid_transform_to_G(pyramid_t* pyramid) in pyramid_transform_to_G()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCVPyramid.hpp55 namespace pyramid namespace
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vpyr/
H A Dvpyr_2_tpyramid_builder.h77 pyramid_type & pyramid() in pyramid() function
H A Dvpyr_top_tmap.h58 const pyramid_type & pyramid() const in pyramid() function
/dports/graphics/krita/krita-4.4.8/libs/brush/
H A DKisSharedQImagePyramid.cpp35 const KisQImagePyramid *KisSharedQImagePyramid::pyramid(const KisBrush *brush) const in pyramid() function in KisSharedQImagePyramid
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vpyr/tests/
H A Dmy_pyramid_functions.hxx13 void display_tpyramid(const P & pyramid) in display_tpyramid()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/transform/
H A Dplot_pyramid.py21 pyramid = tuple(pyramid_gaussian(image, downscale=2, channel_axis=-1)) variable
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/generator/
H A Dpyramid_generator.cpp10 Output<Func[]> pyramid{"pyramid", Float(32), 2}; member in __anon6042e1f30111::Pyramid
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DCanvas.cpp321 ImagePyramid *pyramid = (*m).second; in loadMap() local
414 GaussianPyramid *pyramid = new GaussianPyramid(tmp, iNbLevels, iSigma); in loadMap() local
476 ImagePyramid *pyramid = (*m).second; in readMapPixel() local
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Draster_image.hh67 ImagePyramid pyramid; member in PF::RasterImage
/dports/graphics/py-visvis/visvis-1.13.0/examples/
H A Dmeshes.py25 pyramid = vv.solidCone((9,0,0), N=4) # a cone with 4 faces is a pyramid variable
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdLib.hpp714 Pyramid<A> pyramid(size, level + 1); in ResizeAreaGray() local
751 std::vector<View<A> > pyramid(level); in ResizeArea() local
901 template<template<class> class A> SIMD_INLINE void Fill(Pyramid<A> & pyramid, uint8_t value) in Fill()
935 …template<template<class> class A> SIMD_INLINE void Build(Pyramid<A> & pyramid, ::SimdReduceType re… in Build()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/test/
H A DtestDownsampling.cc57 GenericImage<RealPixel> pyramid[levels]; in TEST() local
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Cxx/
H A DTestReflectionFilter.cxx31 vtkSmartPointer<vtkUnstructuredGrid> pyramid = vtkSmartPointer<vtkUnstructuredGrid>::New(); in TestReflectionFilter() local
/dports/graphics/urt/urt-3.1b1_12/include/
H A Dpyramid.h29 } pyramid; typedef

1234567