Landmarks Detection
收藏RapidAPI2026-03-17 更新2024-05-21 收录
下载链接:
https://rapidapi.com/ai-engine-ai-engine-default/api/landmarks-detection
下载链接
链接失效反馈官方服务:
资源简介:
Landmark detection and recognition API — Identify and recognize landmarks, monuments, buildings, and tourist attractions in images. Image geolocation and photo geolocation with precise GPS coordinates. Place recognition for natural or man-made structures with location detection. Detect, describe and locate points of interest for tourism, navigation, and geographic analysis.
创建时间:
2026-03-17
原始信息汇总
Landmarks Detection API 数据集概述
基本信息
- API名称: Landmarks Detection
- 提供商: AI-Engine
- 类别: Visual Recognition
- 订阅者数量: 32
定价方案
- BASIC: $0.00 / 月
- PRO: $12.99 / 月
- ULTRA: $22.99 / 月
- MEGA: $92.99 / 月
功能概述
该API用于识别图像中的地标、纪念碑、建筑物和旅游景点,并提供图像地理定位和照片地理定位,包含精确的GPS坐标。支持对自然或人造结构进行地点识别和位置检测,可用于旅游、导航和地理分析等领域。
主要特性
- 地标检测: 识别图像中的关键地标,获取空间特征洞察,实现对标志性地标的高级识别和结构评估。
- 位置检测: 为识别出的地标提供精确的GPS坐标,为应用程序增强准确的地理信息,以用于导航和地理分析。
端点详情
地标检测端点
- HTTP方法: POST
- URL:
https://landmarks-detection.p.rapidapi.com/detect-landmarks - 描述: 从图像中检测地标
请求参数
- POST参数:
image: BINARY或url: STRING
- 支持的内容类型:
application/x-www-form-urlencodedmultipart/form-data
响应结构
响应模式
json "response": { "statusCode": 200, "body": { "landmarks": [ { "description": ..., "score": ..., "locations": [ { "latitude": ..., "longitude": ... } ] } ] } }
响应字段描述
| 字段 | 类型 | 描述 |
|---|---|---|
| statusCode | int |
图像处理的状态码。 |
| landmarks[] | array |
包含图像中检测到的地标的数组。 |
| landmarks[].description | string |
地标描述。 |
| landmarks[].score | float |
与检测到的地标相关的置信度分数。 |
| landmarks[].locations[] | array |
包含检测到的地标地理坐标的数组。 |
| landmarks[].locations[].latitude | float |
地标的纬度坐标。 |
| landmarks[].locations[].longitude | float |
地标的经度坐标。 |
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集提供地标检测API服务,可识别图像中的自然或人造地标建筑,并输出精确的GPS坐标信息,适用于旅游导航及地理分析场景。
以上内容由遇见数据集搜集并总结生成



