[MacPorts] #58873: opencv 3.4.7 broken?
MacPorts
noreply at macports.org
Fri Aug 23 16:06:59 UTC 2019
#58873: opencv 3.4.7 broken?
--------------------------+--------------------------
Reporter: renzresearch | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Keywords: | Port: opencv 3.4.7
--------------------------+--------------------------
Upgrading from opencv 3.4.3 to 3.4.7 causes this error:
{{{
Traceback (most recent call last):
File "./Vspline.py", line 116, in <module>
data = map(alignTile, args)
File "./Vspline.py", line 43, in alignTile
cc, warp = cv2.findTransformECC(reference[i:i+h0, j:j+w0], move, init,
mode, criteria)
TypeError: Required argument 'inputMask' (pos 6) not found
}}}
This does not make sense. inputMask is an optional argument of
cv2.findTransformECC. It seems that the python support of opencv 3.4.7 is
broken.
--
Ticket URL: <https://trac.macports.org/ticket/58873>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list