How do I cut the black baground from this image?

1 visualizzazione (ultimi 30 giorni)
Hello, I have passed a mask in a image but i want to remove the back blackground, I want to remove all the black pixels. How should I do this?
  2 Commenti
Florian Morsch
Florian Morsch il 17 Mag 2018
What do you mean by remove it? Do you want it white or do you want nothing at all?
Arthur Pereira
Arthur Pereira il 17 Mag 2018
I want nothing at all. Is that possible?

Accedi per commentare.

Risposte (1)

Florian Morsch
Florian Morsch il 18 Mag 2018
Modificato: Florian Morsch il 18 Mag 2018
You can change the alpha channel of the image to fit your needs. The real "problem" here is, there is no such thing as "nothing". If you turn the black to opaque you still have some kind of background color (mostly some grayish or so). You could also cut out the colored part and save it as new picture, this should also work.
These three links provide information and examples for the change in the alpha channel.
For cropping and saving the cropped part there are examples here: https://de.mathworks.com/matlabcentral/answers/315408-how-to-cropt-the-image-and-save-cropped-part

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by