Support for Processor Order of Operations
@ztnel is already working on this.
Since Aug 31, 2021.
Assessment
This issue has not been assessed yet.
Description
Description
Currently, the processor has a fixed non-configurable order of operations when it comes to applying image processing techniques. This needs to be supported as the order greatly affects the resulting image. All the embedded documents could have an index field to log the order of ops:
{
"gaussian_blur": {
"index": 1,
"kernel_width": 3,
"kernel_height": 3
},
"dialation": {
"index": 2,
"kernel_width": 3,
"kernel_height": 3,
"iterations": 20
},
"erosion": {
"index": 0,
"kernel_width": 3,
"kernel_height": 3,
"iterations": 20
},
}
- 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
LEAP-Systems/api#10 · 1 assignee ·
-
auth endpoint model
LEAP-Systems/api#7 · 1 assignee ·
-
Sessions Openendpoint model
LEAP-Systems/api#6 · 1 assignee ·
-
Sector Endpoint Openendpoint model
LEAP-Systems/api#5 · 1 assignee ·
All issues in LEAP-Systems/api
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
AiursoftWeb/AnduinOS-2#19 ·