Searched refs:features_ (Results 1 – 5 of 5) sorted by relevance
50 GeoJSONTileLayer(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileLayer() argument51 : features(std::move(features_)) { in GeoJSONTileLayer()72 GeoJSONTileData(mapbox::geometry::feature_collection<int16_t> features_) in GeoJSONTileData() argument74 std::move(features_))) { in GeoJSONTileData()77 GeoJSONTileData(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileData() argument78 : features(std::move(features_)) { in GeoJSONTileData()
98 Supercluster(const GeoJSONFeatures &features_, const Options options_ = Options()) in Supercluster() argument99 : features(features_), options(options_) { in Supercluster()168 Zoom(const GeoJSONFeatures &features_) { in Zoom()172 for (const auto &f : features_) { in Zoom()
70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile() local73 auto features = detail::convert(features_, tolerance); in geoJSONToTile()90 GeoJSONVT(const mapbox::geometry::feature_collection<double>& features_, in GeoJSONVT() argument96 auto converted = detail::convert(features_, (options.tolerance / options.extent) / z2); in GeoJSONVT()
155 features_(0), pairwise_matches_(0), conf_thresh_(0) in BundleAdjusterBase()198 const ImageFeatures *features_; member in cv::detail::BundleAdjusterBase
303 std::vector<detail::ImageFeatures> features_; member in cv::Stitcher