Gauss Endpoint
@ztnel is already working on this.
Since Jul 30, 2021.
Assessment
This issue has not been assessed yet.
Description
Description
Endpoint
/v1/gauss/<id:int>
GET endpoint for retrieving image measurements. Will return the gauss resource as a model when available. This endpoint must support polling and so if the algorithm is still in progress the endpoint should return status code 202 Accepted with a status indicator in the header. see https://benramsey.com/blog/2008/04/http-status-201-created-vs-202-accepted/.
Model
Gauss models will have the following fields once populated in mongo:
{
"id": "dskladnasdknsldnal",
"capture_id": "49uoujndklsand",
"created_at": "2021-07-11",
"updated_at": "2021-07-11",
"elapsed": 23.4,
"threshold": 56,
"gaussian_blur": 45,
"erosion_iterations": 2,
"dialation_iterations": 5,
"apexes": [
{
"init": {
"amplitude": 250,
"sigma_x": 10,
"sigma_y": 10,
"mu_x": 230,
"mu_y": 230
},
"opt": {
"amplitude": 200,
"sigma_x": 8.2,
"sigma_y": 7.6,
"mu_x": 234,
"mu_y": 243
}
},
{
"init": {
"amplitude": 250,
"sigma_x": 10,
"sigma_y": 10,
"mu_x": 230,
"mu_y": 230
},
"opt": {
"amplitude": 200,
"sigma_x": 8.2,
"sigma_y": 7.6,
"mu_x": 234,
"mu_y": 243
}
}
]
}
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from LEAP-Systems/api
-
invalid
LEAP-Systems/api#20 · 1 assignee ·
-
enhancement model
LEAP-Systems/api#18 · 1 assignee ·
-
enhancement
LEAP-Systems/api#10 · 1 assignee ·
-
auth endpoint model
LEAP-Systems/api#7 · 1 assignee ·
-
Sessions Openendpoint model
LEAP-Systems/api#6 · 1 assignee ·
All issues in LEAP-Systems/api
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100