Select only object from a image and display it to another window with transperent background
-
hi
i want extract object from an image with multiple object and display it to another window with transparent background.
this is example image i want to display any one of the cashew from the image
-
hi
i want extract object from an image with multiple object and display it to another window with transparent background.
this is example image i want to display any one of the cashew from the image
@swansorter
seems like you already had a very, very similar situation beforehttps://forum.qt.io/topic/120343/how-to-select-only-object-from-the-image?page=1
just because the image is different doesn't mean the solution is different.
-
@swansorter
seems like you already had a very, very similar situation beforehttps://forum.qt.io/topic/120343/how-to-select-only-object-from-the-image?page=1
just because the image is different doesn't mean the solution is different.
@J-Hilk
i am still not able get the solution..
do you have solution for it? -
@J-Hilk
i am still not able get the solution..
do you have solution for it?@swansorter In your other thread it was already mentioned that there is nothing in Qt for such use cases. You have to look for some libraries for image recognition.
-
@swansorter In your other thread it was already mentioned that there is nothing in Qt for such use cases. You have to look for some libraries for image recognition.
@jsulm is it possible make image background transparent
-
@jsulm is it possible make image background transparent
@swansorter What exactly do you mean: that parts of your image is transparent or whole image?
-
@swansorter What exactly do you mean: that parts of your image is transparent or whole image?
@jsulm i want to make background of the image transparent (like background subtraction)
part of the image only -
@swansorter What exactly do you mean: that parts of your image is transparent or whole image?
This post is deleted! -
@swansorter What exactly do you mean: that parts of your image is transparent or whole image?
@jsulm like this
input image:-
output image :-
-
@swansorter What exactly do you mean: that parts of your image is transparent or whole image?
@jsulm is it possible
-
@jsulm is it possible
@swansorter Yes. See https://doc.qt.io/qt-5/qtwidgets-painting-composition-example.html example (flower.jpg + flower_alpha.jpg)
-
@swansorter Yes. See https://doc.qt.io/qt-5/qtwidgets-painting-composition-example.html example (flower.jpg + flower_alpha.jpg)
@jsulm it converts whole image to transperent