zihaomu

Results 20 issues of zihaomu

## Add New Blur Filter: StackBlur Hi, the basic idea is blurring input images through one-dimension blur in the horizontal and the vertical respectively. StackBlur can blur the image in...

feature
category: imgproc

Related issues #22509 and #22442. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To...

bug
pr: needs test
category: dnn (onnx)

打开LOG_VERBOSE时候,编译报错。

TB-RK1126 Debian系统,怎么更新NPU驱动?

TB-RK1126 Debian系统,怎么更新NPU驱动?

The patch proposes to improve int8 convolution 2D on the ARMv8 platform. And further optimization of X86 platform will be the next patch. It needs more time to rethink the...

optimization
category: dnn
pr: needs test

Try to `imread` images by RGB to save R-B swapping costs. ## How to use it? ``` img_rgb = cv2.imread("PATH", IMREAD_COLOR_RGB) # OpenCV decode the image by RGB format. ```...

feature
category: imgcodecs

### Describe the feature and motivation Users always do the following: ```.py img_bgr = cv2.imread("PATH") # OpenCV decode the image and swap B and R. im_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB) #...

feature

## How to use TensorRT backend? **Step 0**: download and configure the CUDA, CMake will load the `CUDA_PATH` environment variable from system. **Step 1**: download TensorRT 8.6 from nvidia and...

optimization
category: gpu/cuda (contrib)
category: dnn
pr: Discussion Required