Home
last modified time | relevance | path

Searched refs:features_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp50 GeoJSONTileLayer(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileLayer() argument
51 : features(std::move(features_)) { in GeoJSONTileLayer()
72 GeoJSONTileData(mapbox::geometry::feature_collection<int16_t> features_) in GeoJSONTileData() argument
74 std::move(features_))) { in GeoJSONTileData()
77 GeoJSONTileData(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileData() argument
78 : features(std::move(features_)) { in GeoJSONTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp98 Supercluster(const GeoJSONFeatures &features_, const Options options_ = Options()) in Supercluster() argument
99 : features(features_), options(options_) { in Supercluster()
168 Zoom(const GeoJSONFeatures &features_) { in Zoom()
172 for (const auto &f : features_) { in Zoom()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile() local
73 auto features = detail::convert(features_, tolerance); in geoJSONToTile()
90 GeoJSONVT(const mapbox::geometry::feature_collection<double>& features_, in GeoJSONVT() argument
96 auto converted = detail::convert(features_, (options.tolerance / options.extent) / z2); in GeoJSONVT()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp155 features_(0), pairwise_matches_(0), conf_thresh_(0) in BundleAdjusterBase()
198 const ImageFeatures *features_; member in cv::detail::BundleAdjusterBase
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dstitching.hpp303 std::vector<detail::ImageFeatures> features_; member in cv::Stitcher