How do I cut the black baground from this image?

1 view (last 30 days)
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 Comments
Florian Morsch
Florian Morsch on 17 May 2018
What do you mean by remove it? Do you want it white or do you want nothing at all?

Sign in to comment.

Answers (1)

Florian Morsch
Florian Morsch on 18 May 2018
Edited: Florian Morsch on 18 May 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

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!