How do I cut the black baground from this image?

1 次查看(过去 30 天)
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 个评论
Florian Morsch
Florian Morsch 2018-5-17
What do you mean by remove it? Do you want it white or do you want nothing at all?

请先登录,再进行评论。

回答(1 个)

Florian Morsch
Florian Morsch 2018-5-18
编辑:Florian Morsch 2018-5-18
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