cv2.fitEllipse(): Wrong interface specification (Bug #2783)


Added by Matthäus Brandl about 12 years ago. Updated about 12 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:documentation
Target version:2.4.4 Estimated time:0.25 hour
Affected version:2.4.3 Operating System:
Difficulty: HW Platform:
Pull request:

Description

In the documentation of fitEllipse() the python interface is given as:

Nx2 numpy array (Python interface)

But actually it is

Nx1x2 numpy.int32 array (Python interface)


Associated revisions

Revision 43d61d96
Added by Vadim Pisarevsky about 12 years ago

fixed problem with Nx2 numpy arrays in geometrical functions (#2783)

Revision 45f21e4f
Added by Vadim Pisarevsky over 10 years ago

Merge pull request #2783 from daferna2:master

History

Updated by Vadim Pisarevsky about 12 years ago

thanks for the report! the problem should now be fixed in 2.4 branch (i.e. cv2.fitEllipse should accept Nx2 arrays)

  • Status changed from Open to Done

Also available in: Atom PDF