Home
last modified time | relevance | path

Searched refs:elevation (Results 1 – 25 of 34) sorted by relevance

12

/external/opencv3/modules/viz/src/
Dclouds.cpp111 vtkSmartPointer<vtkElevationFilter> elevation = vtkSmartPointer<vtkElevationFilter>::New(); in WPaintedCloud() local
112 elevation->SetInputConnection(cloud_source->GetOutputPort()); in WPaintedCloud()
113 elevation->SetLowPoint(bounds[0], bounds[2], bounds[4]); in WPaintedCloud()
114 elevation->SetHighPoint(bounds[1], bounds[3], bounds[5]); in WPaintedCloud()
115 elevation->SetScalarRange(0.0, 1.0); in WPaintedCloud()
116 elevation->Update(); in WPaintedCloud()
119 VtkUtils::SetInputData(mapper, vtkPolyData::SafeDownCast(elevation->GetOutput())); in WPaintedCloud()
137 vtkSmartPointer<vtkElevationFilter> elevation = vtkSmartPointer<vtkElevationFilter>::New(); in WPaintedCloud() local
138 elevation->SetInputConnection(cloud_source->GetOutputPort()); in WPaintedCloud()
139 elevation->SetLowPoint(p1.x, p1.y, p1.z); in WPaintedCloud()
[all …]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.h91 SphericalPoint(T azimuth, T elevation, T radius) { in SphericalPoint()
93 s[1] = elevation; in SphericalPoint()
97 T elevation() const { return s[1]; } in elevation() function
/external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
Dgdal-image.cpp75 cv::Vec3b get_dem_color( const double& elevation ){ in get_dem_color() argument
78 if( elevation < color_range[0].second ){ in get_dem_color()
82 if( elevation > color_range.back().second ){ in get_dem_color()
93 if( elevation < color_range[x+1].second ){ in get_dem_color()
95 t = (color_range[x+1].second - elevation)/ in get_dem_color()
/external/opencv3/doc/tutorials/highgui/raster-gdal/
Draster_io_gdal.markdown18 - Given the corner coordinates of both the image and DEM, correllate the elevation data to the
41 When loading digital elevation models, the actual numeric value of each pixel is essential and
44 value of 255. With terrain data, the pixel value represents the elevation in meters. In order to
51 can provide the input types for various elevation models. The major types, SRTM and DTED, are both
/external/skia/src/gpu/
DGrGpu.h480 GrGpu::DrawPreference elevation) { in ElevateDrawPreference() argument
486 *preference = SkTMax(*preference, elevation); in ElevateDrawPreference()
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
Dpy_inpainting.markdown43 like contours joins points with same elevation) while matching gradient vectors at the boundary of
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java503 Property elevation = new Property(
505 builder.put("elevation", elevation);
/external/libexif/po/
Den_AU.po2638 "describe the number of satellites, their ID number, angle of elevation, "
2644 "describe the number of satellites, their ID number, angle of elevation, "
Den_GB.po2638 "describe the number of satellites, their ID number, angle of elevation, "
2644 "describe the number of satellites, their ID number, angle of elevation, "
Dlibexif-12.pot2578 "describe the number of satellites, their ID number, angle of elevation, "
Dbe.po2582 "describe the number of satellites, their ID number, angle of elevation, "
Dsr.po2623 "describe the number of satellites, their ID number, angle of elevation, "
Dzh_CN.po2582 "describe the number of satellites, their ID number, angle of elevation, "
Duk.po2581 "describe the number of satellites, their ID number, angle of elevation, "
Dpt.po2582 "describe the number of satellites, their ID number, angle of elevation, "
Dja.po2591 "describe the number of satellites, their ID number, angle of elevation, "
Dru.po2625 "describe the number of satellites, their ID number, angle of elevation, "
Dtr.po2582 "describe the number of satellites, their ID number, angle of elevation, "
Den_CA.po2585 "describe the number of satellites, their ID number, angle of elevation, "
Dsq.po2582 "describe the number of satellites, their ID number, angle of elevation, "
Dfr.po2755 "describe the number of satellites, their ID number, angle of elevation, "
Dpt_BR.po2590 "describe the number of satellites, their ID number, angle of elevation, "
Dsv.po2627 "describe the number of satellites, their ID number, angle of elevation, "
Dcs.po2613 "describe the number of satellites, their ID number, angle of elevation, "
Dda.po2696 "describe the number of satellites, their ID number, angle of elevation, "

12