Ask Your Question

DaveK's profile - activity

2019-04-17 06:05:00 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

https://github.com/opencv/opencv_contrib/issues/2098

2019-04-17 04:54:40 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

The doc states the following: mask: (CV_8UC1), where non-zero pixels indicate valid image area, while zero pixels indic

2019-04-17 04:53:11 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

I just noticed some problems in your python code. It seems you forgot to specify a radius for the circle? mask = cv.cir

2019-04-17 04:52:30 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

I just noticed some problems in your python code. It seems you forgot to specify a radius for the circle? mask = cv.cir

2019-04-17 04:36:39 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

Ok, I also tried it with pip opencv-contrib-python-4.1.0.25 with the same result. Thanks for your efforts.

2019-04-17 04:33:51 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

Are you also using opencv=3.4.2 in c++?

2019-04-17 04:26:45 -0600 received badge  Editor (source)
2019-04-17 04:26:45 -0600 edited question How to use cv2.xphoto.inpaint in Python3

How to use cv2.xphoto.inpaint in Python3 I'm trying to inpaint an image using cv2.xphoto.inpaint in Python 3, however it

2019-04-17 03:37:29 -0600 received badge  Student (source)
2019-04-17 02:05:04 -0600 commented answer How to use cv2.xphoto.inpaint in Python3

The sample you posted unfortunately uses cv2.inpaint and not cv2.xphoto.inpaint. cv2.inpaint works fine for me, however

2019-04-16 09:54:31 -0600 asked a question How to use cv2.xphoto.inpaint in Python3

How to use cv2.xphoto.inpaint in Python3 I'm trying to inpaint an image using cv2.xphoto.inpaint in Python 3, however it