Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect edges stalling or broken? #323

Closed
jywarren opened this issue Aug 28, 2018 · 10 comments
Closed

detect edges stalling or broken? #323

jywarren opened this issue Aug 28, 2018 · 10 comments
Labels

Comments

@jywarren
Copy link
Member

https://publiclab.github.io/image-sequencer/examples/#steps=edge-detect{blur:2|highThresholdRatio:0.2|lowThresholdRatio:0.15}

Even on a reasonably powerful machine this seems to hang with the example image. @tech4GT any ideas? It shouldn't be this power-hungry, right?

@gitmate
Copy link

gitmate bot commented Aug 28, 2018

GitMate.io thinks the contributor most likely able to help you is @tech4GT.

Possibly related issues are #176 (Add option to export edge-detected image with black background), #166 (Edge detection module), #118 (Assorted improvements to be broken into separate issues), #33 (pr #30 broke Travis build?), and #165 (Various module ideas to be broken out into separate issues).

1 similar comment
@gitmate
Copy link

gitmate bot commented Aug 28, 2018

GitMate.io thinks the contributor most likely able to help you is @tech4GT.

Possibly related issues are #176 (Add option to export edge-detected image with black background), #166 (Edge detection module), #118 (Assorted improvements to be broken into separate issues), #33 (pr #30 broke Travis build?), and #165 (Various module ideas to be broken out into separate issues).

@tech4GT
Copy link
Member

tech4GT commented Aug 28, 2018

@jywarren hmm let me see what I can do with this, this module does need some refactoring since we now have meta modules we can maybe move blur out of this

@jywarren
Copy link
Member Author

jywarren commented Aug 28, 2018 via email

@tech4GT
Copy link
Member

tech4GT commented Sep 1, 2018

My laptop broke down, currently trying to setup my dev-environment on an old windows laptop while my mac is repaired, hopefully will be able to look into this today.

@tech4GT
Copy link
Member

tech4GT commented Sep 4, 2018

Hmm @jywarren i think I have found the problem, there is a little issue with the hysteresis step, so I am going to fix that, plus I think should we move this into a metamodule, the workflow will look like this grayscale,blur,sobel,double-threshold,connected-component-labelling,hysteresis or should we keep this as one module only?

@tech4GT
Copy link
Member

tech4GT commented Sep 4, 2018

I think that would depend on if we want to use this in other meta-modules, since the current implementation does not support meta-module inside of a meta-module.

tech4GT added a commit to tech4GT/image-sequencer that referenced this issue Sep 4, 2018
Signed-off-by: tech4GT <[email protected]>
@jywarren
Copy link
Member Author

jywarren commented Sep 4, 2018 via email

@tech4GT
Copy link
Member

tech4GT commented Sep 4, 2018

Yeah totally! We can keep this as a long term issue. I'll make the issue right now.

@jywarren
Copy link
Member Author

jywarren commented Sep 4, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants