-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
IMHO need to review project development model, currently project in stagnation, why? nothing working
Iliya worked on "ndslice", some times just renaming functions to better name, that is not important, use old libmir, but take working code (with stable API as possible), to attract developers.
Publish development plan, set tasks prio and all moves up.
Get typical tasks as basis.
e.g.
Typical task 1
- Read image from file
- Convert to grayscale
- Gausianblur (specify core) to remove noise
- Detect edges/counters/features
- Draw rect/circles/points to mark detected features
- Show result
Typical task 2
- Open Webcam
- loop
- take frame
- gryascale/gausian
5 .compare to previous frame (enumerate diffs as array of regions?) - save frame as previous
- filter regions smailer than WxH
- Draw filtered regions (highlight diffs)
- waitkey and goto 2.
Typical task 3.
....
Typical task 4
....
Which parts of this tasks alredy present in dcv/phobos? which need to implement? That is starting point to make development plan
Metadata
Metadata
Assignees
Labels
No labels