Hi, I'm using this code to make image background transparent, but i'm not getting the background transparent. Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC, Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));
1 | initial version |
Hi, I'm using this code to make image background transparent, but i'm not getting the background transparent. Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC, Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));
2 | No.2 Revision |
Hi,
I'm using this code to make image background transparent, but i'm not getting the background transparent.
Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC, Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));Scalar(255,255,255,0));
3 | retagged |
Hi, I'm using this code to make image background transparent, but i'm not getting the background transparent. Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC, Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));
4 | No.4 Revision |
Hi,
I'm using this code to make image background transparent, but i'm not getting the background transparent.
transparent.
Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC, Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));
5 | retagged |
Hi, I'm using this code to make image background transparent, but i'm not getting the background transparent.
Imgproc.warpAffine(targetMat, resultMat, rotImage, targetSize, Imgproc.INTER_CUBIC,
Imgproc.BORDER_TRANSPARENT,new Scalar(255,255,255,0));