ninh-io
ninh-io
How to change background color, I try to change color at ImageGLSurfaceView in ` @Override public void onSurfaceChanged(GL10 gl, int width, int height) { GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f); mViewWidth =...
# Bug Reporting When set value ` gpuImage = GPUImage(requireContext()) gpuImage.setGLSurfaceView(bindingActivity.ivGpu) gpuImage.setBackgroundColor(0f,255f,255f) gpuImage.setScaleType(GPUImage.ScaleType.CENTER_INSIDE) gpuImage.setImage(originBitmap) val filter = GPUImageGaussianBlurFilter() gpuImage.setFilter(filter)` The background is always black, when no filter is used, GLSurfaceView...
I try to use your library created in code ` Mat &ori_image = *((Mat *) origin_address); Mat &target_mat = *((Mat *) target_address); Mat &source_mat = *((Mat *) source_address); Mat &result_mat...