Users Manual

{
"region
_
of
_
interest
_
2d": {
"height": "uint32",
"id": "string",
"offset
_
x": "uint32",
"offset
_
y": "uint32",
"width": "uint32"
}
}
This service returns the following response:
{
"return
_
code": {
"message": "string",
"value": "int16"
}
}
get
_
regions
_
of
_
interest
_
2d Returns the configured 2D regions of interest with the requested
region
_
of
_
interest
_
2d
_
ids. If no region
_
of
_
interest
_
2d
_
ids are provided, all configured
2D regions of interest are returned.
This service requires the following arguments:
{
"region
_
of
_
interest
_
2d
_
ids": [
"string"
]
}
This service returns the following response:
{
"regions
_
of
_
interest": [
{
"height": "uint32",
"id": "string",
"offset
_
x": "uint32",
"offset
_
y": "uint32",
"width": "uint32"
}
],
"return
_
code": {
"message": "string",
"value": "int16"
}
}
delete
_
regions
_
of
_
interest
_
2d Deletes the configured 2D regions of interest with the requested
region
_
of
_
interest
_
2d
_
ids. All 2D regions of interest to be deleted must be explicitly specified in
region
_
of
_
interest
_
2d
_
ids.
This service requires the following arguments:
{
"region
_
of
_
interest
_
2d
_
ids": [
"string"
]
}
This service returns the following response:
7.5. SilhouetteMatch 113