Halaman ini belum tersedia dalam bahasa lokal Anda. Kami berusaha keras untuk menambahkan lebih banyak versi bahasa. Terima kasih atas dukungan Anda.
- Service Overview
- User Guide
-
API Reference
- Before You Start
- Calling APIs
-
Platform APIs
-
Video Center
- Creating a Video Source
- Modifying a Video Source
- Deleting a Video Source
- Obtaining Details About a Video Source
- Obtaining Video Sources
- Creating a Video Source Group
- Deleting a Video Source Group
- Updating a Video Source Group
- Obtaining Details About a Video Source Group
- Obtaining Video Source Groups
- Task Center
- Algorithm Center
- Operation Center
-
Video Center
-
Algorithm APIs
-
Edge Service APIs
- Creating a People Flow Counting (Edge) Job
- Creating an Intrusion Detection (Edge) Job
- Creating an On-Duty Inspection (Edge) Job for Key Positions
- Creating an Abandoned Object Detection (Edge) Job
- Creating a Crowd Density Monitoring (Edge) Job
- Creating a Work Gear and Helmet Detection (Edge) Job
- Creating a Smoke and Fire Detection (Edge) Job
- Creating a Fight Detection (Edge) Job
- Creating a Shared Bicycle Detection (Edge) Job
- Creating an Individual Behavior Detection (Edge) Job
- Creating an Individual Action Detection (Edge) Job
- Creating a Mask Detection (Edge) Job
- Creating an Abnormal Parking Detection (Edge) Job
- Creating a Vehicle Detection (Edge) Job
- Creating a Fire Passage Obstruction Detection (Edge) Job
- Creating a Non-motorized Vehicle Detection (Edge) Job
- Creating a Trash Can Anomaly Detection (Edge) Job
- Creating an Overflowing Garbage Can Detection in Cities (Edge) Job
- Creating a Crowd Counting at High Altitudes (Edge) Job
- Creating a Target Attribute Recognition (Edge) Job
- Creating an E-bike Rider Helmet Detection (Edge) Job
- Creating an Umbrella Violation Detection (Edge) Job
- Creating an Advertisement Violation Detection (Edge) Job
- Creating a Messy Piles Detection (Edge) Job
- Creating a Clothes Airing Violation Detection (Edge) Job
- Creating a Littering Construction Waste Detection (Edge) Job
- Creating a Missing Manhole Cover Detection (Edge) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Edge) Job
- Creating an Urban Trash Detection (Edge) Job
- Creating an Urban Mobile Trash Detection (Edge) Job
- Creating an Urban Roadside Stall Detection (Edge) Job
- Creating an Exposed Bare Soil Detection (Edge) Job
- Creating a Wrong-Way Driving Detection (Edge) Job
- Creating a Speeding Detection at High Altitudes (Edge) Job
- Creating a Vehicle Counting at High Altitudes (Edge) Job
- Creating a Vessel Intrusion Detection (Edge) Job
- Creating a Floating Debris Detection (Edge) Job
- Creating a Drainage Outlet Monitoring (Edge) Job
- Creating a River Water Level Gauge Reading (Edge) Job
- Creating a Waterlogging Detection (Edge) Job
-
Cloud Service APIs
- Creating a People Flow Counting (Cloud) Job
- Creating an Intrusion Detection (Cloud) Job
- Creating an On-Duty Inspection (Cloud) Job for Key Positions
- Creating an Abandoned Object Detection (Cloud) Job
- Creating a Crowd Density Monitoring (Cloud) Job
- Creating a Work Gear and Helmet Detection (Cloud) Job
- Creating a Smoke and Fire Detection (Cloud) Job
- Creating a Fight Detection (Cloud) Job
- Creating a Shared Bicycle Detection (Cloud) Job
- Creating an Individual Behavior Detection (Cloud) Job
- Creating an Individual Action Detection (Cloud) Job
- Creating a Mask Detection (Cloud) Job
- Creating an Abnormal Parking Detection (Cloud) Job
- Creating a Vehicle Detection (Cloud) Job
- Creating a Fire Passage Obstruction Detection (Cloud) Job
- Creating a Non-motorized Vehicle Detection (Cloud) Job
- Creating a Trash Can Anomaly Detection (Cloud) Job
- Creating an Overflowing Garbage Can Detection in Cities (Cloud) Job
- Creating a Crowd Counting at High Altitudes (Cloud) Job
- Creating a Target Attribute Recognition (Cloud) Job
- Creating an E-bike Rider Helmet Detection (Cloud) Job
- Creating an Umbrella Violation Detection (Cloud) Job
- Creating an Advertisement Violation Detection (Cloud) Job
- Creating a Messy Piles Detection (Cloud) Job
- Creating a Clothes Airing Violation Detection (Cloud) Job
- Creating a Littering Construction Waste Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Cloud) Job
- Creating an Urban Trash Detection (Cloud) Job
- Creating an Urban Mobile Trash Detection (Cloud) Job
- Creating an Urban Roadside Stall Detection (Cloud) Job
- Creating an Exposed Bare Soil Detection (Cloud) Job
- Creating a Vessel Intrusion Detection (Cloud) Job
- Creating a Floating Debris Detection (Cloud) Job
- Creating a Drainage Outlet Monitoring (Cloud) Job
- Creating a River Water Level Gauge Reading (Cloud) Job
- Creating a Waterlogging Detection (Cloud) Job
- Public APIs
-
Edge Service APIs
-
Alarm Information
- People Flow Counting
- Intrusion Detection
- Staff On-Duty Detection
- Abandoned Object Detection
- Crowd Density Monitoring
- Safety Suite Detection
- Fire and Smoke Detection
- Fight Detection
- Shared Bicycle Detection
- Individual Behavior Detection
- Individual Action Detection
- Mask Wearing Detection
- Abnormal Parking
- Vehicle Detection
- Fire Passage Obstruction Detection
- Non-motorized Vehicle Detection
- Trash Can Anomaly Detection
- Overflowing Garbage Can Detection in Cities
- Peak Crowd Counting
- Target Attribute Recognition
- E-bike Rider Helmet Detection
- Umbrella Violation Detection
- Advertisement Violation Detection
- Messy Piles Detection
- Clothes Airing Violation Detection
- Littering Construction Waste Detection
- Missing Manhole Cover Detection
- Missing Manhole Cover Detection From a Dynamic Perspective
- Urban Trash Detection
- Urban Mobile Trash Detection
- Urban Roadside Stall Detection
- Exposed Bare Soil Detection
- Wrong-Way Driving Detection
- Peak Speeding Detection
- Peak Vehicle Counting
- Vessel Intrusion Detection
- Floating Debris Detection
- Drainage Outlet Monitoring
- Water Level Gauge Reading
- Standing Water Detection
- Cyanobacteria Identification
- Common Parameters
- Appendix
- Change History
- FAQs
- General Reference
Show all
Copied.
Common Algorithm Parameters
target_roi
JSON structures are used to represent lines and polygons in the region of interest. The meanings of these lines and polygons depend on the services that use them.
- target_roi parameters
Parameter
Mandatory
Type
Description
lines
No
List<Object>
A list of lines
polygons
No
List<Object>
A list of polygons
- Object parameter structure in lines
Parameter
Mandatory
Type
Description
data
Yes
List<Object>
Sets of start and end points that form lines, for example, [[50,60],[1000,1000]]. The first point indicates the start point, and the second point end point.
name
No
String
Name of a line
properties
No
Object
Line properties
- Object parameter structure in properties
Parameter
Mandatory
Type
Description
side1_name
No
String
side1_name and side2_name indicate the two sides of a straight line. For a non-horizontal line, the left side is side1, and for a horizontal line, the upper side is side1.
side2_name
No
String
side1_name and side2_name indicate the two sides of a straight line. For a non-horizontal line, the right side is side2, and for a horizontal line, the lower side is side2.
- Object parameter structure in polygons
Parameter
Mandatory
Type
Description
data
Yes
List<Object>
A set of three or more points that form a polygon, for example, [[50,60],[1000,1000],[1000,2000][50,2000]]. The value has specified the sequence of the points in forming the polygon.
name
No
String
Name of a polygon
properties
No
Object
Properties of a polygon
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot