OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

Inpainting, for anisotropic pixel

Open MOAMSA opened this issue 4 years ago • 0 comments

Hello, I am working on images with anisotropic pixels. The inpainting methods are using the gradient to implement inpainting so the pixel size is important. What is the best way to consider anisotropic pixels? resampling the image to have an isometric pixel or convolving the image with a low pass Gaussian filter with updated sigma (dividing by pixel size in x and y)?

Thanks

MOAMSA avatar Jan 21 '21 18:01 MOAMSA