mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #734 from apavlenko:fix_2806
This commit is contained in:
commit
f9f1261469
@ -957,7 +957,7 @@ static inline PyObject* pyopencv_from(const Moments& m)
|
||||
"mu20", m.mu20, "mu11", m.mu11, "mu02", m.mu02,
|
||||
"mu30", m.mu30, "mu21", m.mu21, "mu12", m.mu12, "mu03", m.mu03,
|
||||
"nu20", m.nu20, "nu11", m.nu11, "nu02", m.nu02,
|
||||
"nu30", m.nu30, "nu21", m.nu21, "nu12", m.nu12, "mu03", m.nu03);
|
||||
"nu30", m.nu30, "nu21", m.nu21, "nu12", m.nu12, "nu03", m.nu03);
|
||||
}
|
||||
|
||||
static inline PyObject* pyopencv_from(const CvDTreeNode* node)
|
||||
|
Loading…
Reference in New Issue
Block a user