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

Input/Output mismatch on applying edge-detect #383

Closed
Ankit-Singla opened this issue Oct 5, 2018 · 3 comments
Closed

Input/Output mismatch on applying edge-detect #383

Ankit-Singla opened this issue Oct 5, 2018 · 3 comments
Assignees
Labels

Comments

@Ankit-Singla
Copy link

In some cases, 'Detect Edges' is giving output not corresponding to the input image, but some other image loaded after that, and whose processing steps had later been removed.

This is the sequence of steps I followed :

  1. Loaded initial image (default)
    screenshot 2018-10-05 at 11 07 27 am

  2. Applied 'Import Image' to load another image
    screenshot 2018-10-05 at 11 08 08 am

  3. Applied 'Edge Detect'
    screenshot 2018-10-05 at 11 13 14 am

  4. Removed/Deleted Step 2. 'Import Image', but the 'Detect Edge' module gives result for Step 2. image, instead of the Step 1. input even on applying 'Detect Edges' again, resulting in input/output mismatch.
    screenshot 2018-10-05 at 11 13 45 am

@tech4GT

@gitmate gitmate bot added the module New Module idea label Oct 5, 2018
@gitmate
Copy link

gitmate bot commented Oct 5, 2018

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

Possibly related issues are #323 (detect edges stalling or broken? ), #176 (Add option to export edge-detected image with black background), and #166 (Edge detection module).

1 similar comment
@gitmate
Copy link

gitmate bot commented Oct 5, 2018

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

Possibly related issues are #323 (detect edges stalling or broken? ), #176 (Add option to export edge-detected image with black background), and #166 (Edge detection module).

@gitmate gitmate bot added the bug label Oct 5, 2018
@tech4GT tech4GT removed the module New Module idea label Oct 5, 2018
@tech4GT tech4GT self-assigned this Oct 5, 2018
@tech4GT
Copy link
Member

tech4GT commented Oct 5, 2018

Thanks for pointing this out @Ankit-Singla
I'll look into this one!!

tech4GT added a commit to tech4GT/image-sequencer that referenced this issue Oct 6, 2018
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>
jywarren pushed a commit that referenced this issue Oct 10, 2018
* added gif feature

* increased frame duration n changed gif btn name

* removed inline css

* improved ui

* #363 Add placeholder option to input (#370)

* Add placeholder option to input , change type of brightness input to number

 Changes to be committed:
	modified:   examples/lib/defaultHtmlStepUi.js
	modified:   src/modules/Brightness/info.json

* change 0% to 0 in brightness placeholder

* Add gamma module (#374)

* Add gamma module

* update description

* Add matrix math module (#358)

* Add matrix math module

* add info.json file

* correct format of module

* Add a constant factor input field

* clone the pixels array

* change default values

* add extra information on convolution module (#381)

* adds default values to input fields for all module steps ( fixes #382 ) (#384)

* added default values to input fields for all module steps

* merged

Signed-off-by: Ankit Singla <asingla590@gmail.com>

* Accept type images in input field #364 (#366)

* gif button name changed

* fixes #383 (#396)

Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>

* fix (#387)

Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>

* updated

* Issue #392 Fixes alignment of message in Add step box (#393)

*  Fixes alignment of message in Add step box

* fixes css info id

* updates class selector in demo

* Spacing changes

* correctly regulates the behaviour of all links (#397)

Signed-off-by: Ankit Singla <asingla590@gmail.com>

* enables Save button for an action if any of its input fields gain focus (#394)

* Updated index.html (#379)

* add histogram module (#354)

* add histogram module

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* add option to drop gradient

Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>

* fix bug

Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>
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