Home
last modified time | relevance | path

Searched refs:pyramid (Results 1 – 25 of 4362) sorted by relevance

12345678910>>...175

/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DPyramidSceneNodeGenerator.cxx25 pyramid(_pyramid) in PyramidSceneNodeGenerator()
44 if (pyramid->getZFlip()) in getNextNode()
49 pyramid->getCorner(4, base); in getNextNode()
55 pyramid->getCorner(4, base); in getNextNode()
61 pyramid->getCorner(4, base); in getNextNode()
67 pyramid->getCorner(4, base); in getNextNode()
73 pyramid->getCorner(0, base); in getNextNode()
85 pyramid->getCorner(0, base); in getNextNode()
91 pyramid->getCorner(1, base); in getNextNode()
97 pyramid->getCorner(2, base); in getNextNode()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DPyramidSceneNodeGenerator.cxx25 pyramid(_pyramid) in PyramidSceneNodeGenerator()
44 if (pyramid->getZFlip()) in getNextNode()
49 pyramid->getCorner(4, base); in getNextNode()
55 pyramid->getCorner(4, base); in getNextNode()
61 pyramid->getCorner(4, base); in getNextNode()
67 pyramid->getCorner(4, base); in getNextNode()
73 pyramid->getCorner(0, base); in getNextNode()
85 pyramid->getCorner(0, base); in getNextNode()
91 pyramid->getCorner(1, base); in getNextNode()
97 pyramid->getCorner(2, base); in getNextNode()
[all …]
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dvisibility_pyramid_test.cc40 VisibilityPyramid pyramid; in BOOST_AUTO_TEST_CASE() local
64 pyramid.SetPoint(0, 0); in BOOST_AUTO_TEST_CASE()
66 pyramid.SetPoint(0, 0); in BOOST_AUTO_TEST_CASE()
68 pyramid.SetPoint(0, 1); in BOOST_AUTO_TEST_CASE()
71 pyramid.SetPoint(0, 1); in BOOST_AUTO_TEST_CASE()
72 pyramid.SetPoint(0, 1); in BOOST_AUTO_TEST_CASE()
73 pyramid.SetPoint(1, 0); in BOOST_AUTO_TEST_CASE()
76 pyramid.SetPoint(1, 0); in BOOST_AUTO_TEST_CASE()
77 pyramid.SetPoint(1, 1); in BOOST_AUTO_TEST_CASE()
86 pyramid.SetPoint(0, 2); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/klt/
H A Dpyramid.cc29 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
46 if (pyramid == nullptr) { in _KLTCreatePyramid()
53 pyramid->nLevels = nlevels; in _KLTCreatePyramid()
54 pyramid->img = (_KLT_FloatImage *) (pyramid + 1); in _KLTCreatePyramid()
55 pyramid->ncols = (int *) (pyramid->img + nlevels); in _KLTCreatePyramid()
56 pyramid->nrows = (int *) (pyramid->ncols + nlevels); in _KLTCreatePyramid()
61 pyramid->ncols[i] = ncols; pyramid->nrows[i] = nrows; in _KLTCreatePyramid()
65 return pyramid; in _KLTCreatePyramid()
74 _KLT_Pyramid pyramid) in _KLTFreePyramid() argument
83 free(pyramid); in _KLTFreePyramid()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/klt/
H A Dpyramid.cc29 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
46 if (pyramid == nullptr) { in _KLTCreatePyramid()
53 pyramid->nLevels = nlevels; in _KLTCreatePyramid()
54 pyramid->img = (_KLT_FloatImage *) (pyramid + 1); in _KLTCreatePyramid()
55 pyramid->ncols = (int *) (pyramid->img + nlevels); in _KLTCreatePyramid()
56 pyramid->nrows = (int *) (pyramid->ncols + nlevels); in _KLTCreatePyramid()
61 pyramid->ncols[i] = ncols; pyramid->nrows[i] = nrows; in _KLTCreatePyramid()
65 return pyramid; in _KLTCreatePyramid()
74 _KLT_Pyramid pyramid) in _KLTFreePyramid() argument
83 free(pyramid); in _KLTFreePyramid()
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/tmo/mantiuk06/
H A Dcontrast_domain.cpp138 pyramid = pyramid->next; in pyramid_show()
146 matrix_show(ss,pyramid->cols, pyramid->rows, pyramid->Gx); in pyramid_show()
149 matrix_show(ss,pyramid->cols, pyramid->rows, pyramid->Gy); in pyramid_show()
151 pyramid = pyramid->prev; in pyramid_show()
392 pyramid = pyramid->next; in pyramid_calculate_divergence_sum()
426 pyramid = pyramid->prev; in pyramid_calculate_divergence_sum()
465 pyramid = pyramid->next; in pyramid_calculate_scale_factor()
487 pyramid = pyramid->next; in pyramid_scale_gradient()
604 calculate_gradient(pyramid->cols, pyramid->rows, lum_temp, pyramid->Gx, pyramid->Gy); in pyramid_calculate_gradient()
606 pyramid = pyramid->next; in pyramid_calculate_gradient()
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/mantiuk06/
H A Dcontrast_domain.cpp375 pyramid = pyramid->next; in pyramid_calculate_divergence_sum()
388 pyramid = pyramid->prev; in pyramid_calculate_divergence_sum()
397 pyramid = pyramid->prev; in pyramid_calculate_divergence_sum()
435 pyramid = pyramid->next; in pyramid_calculate_scale_factor()
455 pyramid = pyramid->next; in pyramid_scale_gradient()
596 calculate_gradient(pyramid->cols, pyramid->rows, Y, pyramid->Gx, pyramid->Gy); in pyramid_calculate_gradient()
886 pyramid = pyramid->next; in pyramid_transform_to_R()
900 pyramid = pyramid->next; in pyramid_transform_to_G()
912 pyramid = pyramid->next; in pyramid_gradient_multiply()
1180 pyramid = pyramid->next; in pyramid_show()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
46 pyramid->nLevels = nlevels; in _KLTCreatePyramid()
47 pyramid->img = (_KLT_FloatImage *) (pyramid + 1); in _KLTCreatePyramid()
48 pyramid->ncols = (int *) (pyramid->img + nlevels); in _KLTCreatePyramid()
49 pyramid->nrows = (int *) (pyramid->ncols + nlevels); in _KLTCreatePyramid()
54 pyramid->ncols[i] = ncols; in _KLTCreatePyramid()
55 pyramid->nrows[i] = nrows; in _KLTCreatePyramid()
60 return pyramid; in _KLTCreatePyramid()
69 _KLT_Pyramid pyramid) in _KLTFreePyramid() argument
78 free(pyramid); in _KLTFreePyramid()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
46 pyramid->nLevels = nlevels; in _KLTCreatePyramid()
47 pyramid->img = (_KLT_FloatImage *) (pyramid + 1); in _KLTCreatePyramid()
48 pyramid->ncols = (int *) (pyramid->img + nlevels); in _KLTCreatePyramid()
49 pyramid->nrows = (int *) (pyramid->ncols + nlevels); in _KLTCreatePyramid()
54 pyramid->ncols[i] = ncols; in _KLTCreatePyramid()
55 pyramid->nrows[i] = nrows; in _KLTCreatePyramid()
60 return pyramid; in _KLTCreatePyramid()
69 _KLT_Pyramid pyramid) in _KLTFreePyramid() argument
78 free(pyramid); in _KLTFreePyramid()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dpyramid.c28 _KLT_Pyramid pyramid; in _KLTCreatePyramid() local
46 pyramid->nLevels = nlevels; in _KLTCreatePyramid()
47 pyramid->img = (_KLT_FloatImage *) (pyramid + 1); in _KLTCreatePyramid()
48 pyramid->ncols = (int *) (pyramid->img + nlevels); in _KLTCreatePyramid()
49 pyramid->nrows = (int *) (pyramid->ncols + nlevels); in _KLTCreatePyramid()
54 pyramid->ncols[i] = ncols; in _KLTCreatePyramid()
55 pyramid->nrows[i] = nrows; in _KLTCreatePyramid()
60 return pyramid; in _KLTCreatePyramid()
69 _KLT_Pyramid pyramid) in _KLTFreePyramid() argument
78 free(pyramid); in _KLTFreePyramid()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/doc/grids/gridfactory/
H A Dtestgrids.hh180 { pyramid, {28, 30, 29, 31, 32}}, { pyramid, {10, 23, 2, 14, 32}},
181 { pyramid, {14, 23, 6, 18, 32}}, { pyramid, {18, 23, 7, 15, 32}},
182 { pyramid, {15, 23, 3, 10, 32}}, { pyramid, {3, 29, 34, 33, 37}},
183 { pyramid, {29, 31, 33, 35, 37}}, { pyramid, {33, 35, 34, 36, 37}},
184 { pyramid, {7, 36, 31, 35, 37}}, { pyramid, {11, 24, 3, 15, 40}},
185 { pyramid, {15, 24, 7, 19, 40}}, { pyramid, {19, 24, 8, 16, 40}},
186 { pyramid, {16, 24, 4, 11, 40}}, { pyramid, {34, 36, 38, 39, 40}},
187 { pyramid, {20, 26, 8, 19, 45}}, { pyramid, {19, 26, 7, 18, 45}},
188 { pyramid, {18, 26, 6, 17, 45}}, { pyramid, {17, 26, 5, 20, 45}},
189 { pyramid, {41, 44, 42, 43, 45}}, { pyramid, {6, 42, 30, 46, 48}},
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/misc/maps/
H A Dhix.bzw52 #pyramid
97 pyramid
102 pyramid
107 pyramid
112 pyramid
301 pyramid
306 pyramid
311 pyramid
316 pyramid
321 pyramid
[all …]
/dports/games/bzflag/bzflag-2.4.22/misc/maps/
H A Dhix.bzw52 #pyramid
97 pyramid
102 pyramid
107 pyramid
112 pyramid
301 pyramid
306 pyramid
311 pyramid
316 pyramid
321 pyramid
[all …]
/dports/graphics/cairo/cairo-1.17.4/test/pdiff/
H A Dlpyramid.c36 int width = pyramid->width; in convolve()
37 int height = pyramid->height; in convolve()
68 lpyramid_t *pyramid; in lpyramid_create() local
72 if (pyramid == NULL) { in lpyramid_create()
76 pyramid->width = width; in lpyramid_create()
77 pyramid->height = height; in lpyramid_create()
83 if (pyramid->levels[i] == NULL) { in lpyramid_create()
90 convolve(pyramid, pyramid->levels[i], pyramid->levels[i - 1]); in lpyramid_create()
94 return pyramid; in lpyramid_create()
103 free (pyramid->levels[i]); in lpyramid_destroy()
[all …]
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/
H A Dtest_path.py3 from pyramid.compat import PY2
93 import pyramid.tests
188 import pyramid.tests
199 import pyramid.tests
397 import pyramid.tests
411 import pyramid.tests
431 import pyramid.tests
437 import pyramid
467 import pyramid.tests
474 import pyramid.tests
[all …]
H A Dtest_exceptions.py5 from pyramid.exceptions import NotFound as one
6 from pyramid.httpexceptions import HTTPNotFound as two
10 from pyramid.exceptions import Forbidden as one
16 from pyramid.exceptions import BadCSRFToken
17 from pyramid.httpexceptions import HTTPBadRequest
22 from pyramid.exceptions import NotFound
26 from pyramid.interfaces import IExceptionResponse
33 from pyramid.exceptions import NotFound
34 from pyramid.httpexceptions import HTTPNotFound
39 from pyramid.exceptions import Forbidden
[all …]
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth_cuda.cu808pyramid[levelCount-1].sourceStyle = TexArray2<NS,unsigned char>(V2i(pyramid[levelCount-1].sourceW… in ebsynthCuda()
809pyramid[levelCount-1].sourceGuide = TexArray2<NG,unsigned char>(V2i(pyramid[levelCount-1].sourceW… in ebsynthCuda()
850 resampleGPU(pyramid[level].sourceStyle,pyramid[levelCount-1].sourceStyle); in ebsynthCuda()
851 resampleGPU(pyramid[level].sourceGuide,pyramid[levelCount-1].sourceGuide); in ebsynthCuda()
852 resampleGPU(pyramid[level].targetGuide,pyramid[levelCount-1].targetGuide); in ebsynthCuda()
885 Array2<int> cpu_Omega(pyramid[level].sourceWidth,pyramid[level].sourceHeight); in ebsynthCuda()
922 std::swap(pyramid[level].targetStyle2,pyramid[level].targetStyle); in ebsynthCuda()
947 patchmatchGPU(V2i(pyramid[level].targetWidth,pyramid[level].targetHeight), in ebsynthCuda()
948 V2i(pyramid[level].sourceWidth,pyramid[level].sourceHeight), in ebsynthCuda()
1046 std::swap(pyramid[level].targetStyle2,pyramid[level].targetStyle); in ebsynthCuda()
[all …]
H A Debsynth_cpu.cpp725pyramid[levelCount-1].sourceStyle = Array2<Vec<NS,unsigned char>>(V2i(pyramid[levelCount-1].sourc… in ebsynthCpu()
726pyramid[levelCount-1].sourceGuide = Array2<Vec<NG,unsigned char>>(V2i(pyramid[levelCount-1].sourc… in ebsynthCpu()
765 resampleCPU(pyramid[level].sourceStyle,pyramid[levelCount-1].sourceStyle); in ebsynthCpu()
766 resampleCPU(pyramid[level].sourceGuide,pyramid[levelCount-1].sourceGuide); in ebsynthCpu()
767 resampleCPU(pyramid[level].targetGuide,pyramid[levelCount-1].targetGuide); in ebsynthCpu()
779 pyramid[level].NNF = nnfUpscale(pyramid[level-1].NNF, in ebsynthCpu()
788pyramid[level].NNF = nnfInitRandom(V2i(pyramid[level].targetWidth,pyramid[level].targetHeight), in ebsynthCpu()
828 std::swap(pyramid[level].targetStyle2,pyramid[level].targetStyle); in ebsynthCpu()
872 patchmatch(V2i(pyramid[level].targetWidth,pyramid[level].targetHeight), in ebsynthCpu()
873 V2i(pyramid[level].sourceWidth,pyramid[level].sourceHeight), in ebsynthCpu()
[all …]
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/test_config/
H A Dtest_tweens.py10 from pyramid.config import Configurator
15 from pyramid.interfaces import ITweens
42 from pyramid.tweens import MAIN
105 import pyramid.tests.test_config
118 from pyramid.tweens import MAIN
150 from pyramid.tweens import MAIN
160 from pyramid.tweens import MAIN
219 from pyramid.tweens import MAIN
230 from pyramid.tweens import MAIN
250 from pyramid.tweens import MAIN
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/test/
H A DitkMultiResolutionPyramidImageFilterTest.cxx203 PyramidType::Pointer pyramid; in itkMultiResolutionPyramidImageFilterTest() local
206 pyramid = PyramidType::New(); in itkMultiResolutionPyramidImageFilterTest()
210 pyramid = in itkMultiResolutionPyramidImageFilterTest()
214 pyramid->SetInput( imgTarget ); in itkMultiResolutionPyramidImageFilterTest()
310 pyramid->Print( std::cout ); in itkMultiResolutionPyramidImageFilterTest()
351pyramid->GetOutput( testLevel )->GetDirection()*pyramid->GetOutput( testLevel )->GetSpacing() in itkMultiResolutionPyramidImageFilterTest()
362pyramid->GetOutput( testLevel )->GetDirection()*pyramid->GetOutput( testLevel )->GetSpacing() in itkMultiResolutionPyramidImageFilterTest()
408 schedule = pyramid->GetSchedule(); in itkMultiResolutionPyramidImageFilterTest()
409 pyramid->SetSchedule( schedule ); in itkMultiResolutionPyramidImageFilterTest()
411 pyramid->SetSchedule( schedule ); in itkMultiResolutionPyramidImageFilterTest()
[all …]
H A DitkRecursiveMultiResolutionPyramidImageFilterTest.cxx154 pyramid->SetInput( imgTarget ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
163 pyramid->SetNumberOfLevels( numLevels ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
182 if( schedule != pyramid->GetSchedule() ) in itkRecursiveMultiResolutionPyramidImageFilterTest()
188 std::cout << pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
194 pyramid->SetNumberOfLevels( numLevels ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
218 std::cout << pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
251 pyramid->Print( std::cout ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
265 pyramid->GetInput()->GetSpacing(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
344 schedule = pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
346 pyramid->SetSchedule( schedule ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/src/elements/
H A D5node_pyramid.c75 static int elm_5node_pyramid_triangulate( geometry_t *geom,element_t *pyramid ) in elm_5node_pyramid_triangulate() argument
93 element.Topology[j] = pyramid->Topology[PyramidFace[0][j]]; in elm_5node_pyramid_triangulate()
101 element.Topology[j] = pyramid->Topology[PyramidFace[i][j]]; in elm_5node_pyramid_triangulate()
106 … if ( !geo_add_edge( geom, pyramid->Topology[0], pyramid->Topology[1],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
107 … if ( !geo_add_edge( geom, pyramid->Topology[1], pyramid->Topology[2],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
108 … if ( !geo_add_edge( geom, pyramid->Topology[2], pyramid->Topology[3],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
109 … if ( !geo_add_edge( geom, pyramid->Topology[3], pyramid->Topology[0],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
110 … if ( !geo_add_edge( geom, pyramid->Topology[0], pyramid->Topology[4],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
111 … if ( !geo_add_edge( geom, pyramid->Topology[1], pyramid->Topology[4],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
112 … if ( !geo_add_edge( geom, pyramid->Topology[2], pyramid->Topology[4],pyramid ) ) return FALSE; in elm_5node_pyramid_triangulate()
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dmantiuk06.c511 pyramid = pyramid->next;
556 pyramid = pyramid->prev;
605 pyramid = pyramid->next;
636 pyramid = pyramid->next;
746 pyramid = pyramid->next;
765 pyramid = pyramid->next;
1201 pyramid = pyramid->next;
1241 mantiuk06_transform_to_G (pyramid->rows*pyramid->cols, pyramid->Gx);
1242 mantiuk06_transform_to_G (pyramid->rows*pyramid->cols, pyramid->Gy);
1243 pyramid = pyramid->next;
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/test/
H A DtestDownsampling.cc57 GenericImage<RealPixel> pyramid[levels]; in TEST() local
58 pyramid[0].Read(test_file); in TEST()
59 pyramid[0].PutBackgroundValueAsDouble(bgvalue); in TEST()
64 blur.Input (&pyramid[l-1]); in TEST()
65 blur.Output(&pyramid[l]); in TEST()
67 Resampling<RealPixel> resample(pyramid[l-1].GetX() / 2, in TEST()
68 pyramid[l-1].GetY() / 2, in TEST()
69 pyramid[l-1].GetZ() / 2); in TEST()
71 resample.Input (&pyramid[l]); in TEST()
72 resample.Output(&pyramid[l]); in TEST()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/basic/
H A Dimage_pyramid.cl1 //Image pyramid, requires that you define IMG_TYPE
10 //pointer to pyramid memory
11 __local IMG_TYPE** pyramid;
13 //length of pyramid buffer
16 //max side length of biggest element of pyramid
28 return pyramid->pyramid[level][fullID];
51 //image pyramid set
56 pyramid->pyramid[level][fullID] = val;
59 //image pyramid set safe
84 pyramid->pyramid[level][fullID] += val;
[all …]

12345678910>>...175