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

Background subtract #65

Open
PiMaV opened this issue Oct 30, 2024 · 3 comments
Open

Background subtract #65

PiMaV opened this issue Oct 30, 2024 · 3 comments
Assignees
Labels
low prio Not handled unless necessary.

Comments

@PiMaV
Copy link
Owner

PiMaV commented Oct 30, 2024

Not properly working when pre selecting an image. Result simply not as expected.

Take folder with 2 images.
Select "background subtract" and select an image from the same folder. By definion one image must be all 0. Yet its not the case

@irkri
Copy link
Collaborator

irkri commented Nov 4, 2024

I cannot replicate this error. For me, this is working correctly, one image is 0 everywhere.
Did you uncheck the "Range" checkbox when normalizing? Only "background" should be checked.

@PiMaV
Copy link
Owner Author

PiMaV commented Nov 5, 2024

I can confirm that when unchecking "Range" it works.
However, this is counter-intuitive; basically "Range", "Background" and "sliding- window" are different options that should be decoupled. HOWEVER, for some very weird applications, Range + Background could be a thing -> very low prio

  • Either we separete the selctions completly (like radio buttons; you can only select one)
  • Or we mark is as "additional".
  • Something like :

Normalization

Generate Background image

use: mean/max/ etc.

  • use sliding window or range
  • add background
  • intensity
  • blur
  • subtract or divide (in theory both is possible as well -> very low prio)

dont waste time on the low prio stuff

@PiMaV PiMaV added the low prio Not handled unless necessary. label Nov 21, 2024
@PiMaV PiMaV self-assigned this Nov 22, 2024
@PiMaV
Copy link
Owner Author

PiMaV commented Nov 22, 2024

Im on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low prio Not handled unless necessary.
Projects
None yet
Development

No branches or pull requests

2 participants