Changes between Initial Version and Version 1 of Ticket #66942, comment 15


Ignore:
Timestamp:
Feb 24, 2023, 12:49:38 AM (19 months ago)
Author:
fmw42 (Fred Weinhaus)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66942, comment 15

    initial v1  
    33However, trying to run a script with the contributed library app cv2.xphoto.inpaint() fails (see attached script).
    44
     5
     6{{{
     7python3.9 python_inpaint_text.py
     8Traceback (most recent call last):
     9  File "/Users/fred/Desktop/python_inpaint_text.py", line 25, in <module>
     10    cv2.xphoto.inpaint(img, thresh, result3, cv2.xphoto.INPAINT_FSR_FAST)
     11AttributeError: module 'cv2' has no attribute 'xphoto'
     12}}}
     13
     14
    515Am I missing something or misunderstanding the above about contrib being installed?
    616