ip_basic icon indicating copy to clipboard operation
ip_basic copied to clipboard

Image Processing for Basic Depth Completion

Results 4 ip_basic issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your code! I would just like to know the possibility of applying your code on normal depth images, like depth map image of kinect or stereo!...

The results for bilateral blurring in Table III were entered incorrectly. They should be: ``` Kernel | RMSE (mm) | MAE (mm) | Runtime (s) Bilateral Blur | 1503.67 |...

![image](https://github.com/kujason/ip_basic/assets/95596231/6728e289-0d88-4523-87fb-d0a2332107d5) Thanks to the author for a job well done. When I tried to use the files under devkit/cpp/ for effect evaluation, I found that the results obtained were incorrect....

Hello, suppose I obtained a sparse depth image by projecting 3D laser onto an image. I'm wondering if it's possible to use your method to convert the sparse depth image...