Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2025-09-09 10:27:19 +03:00
69 changed files with 7807 additions and 768 deletions
+3
View File
@@ -133,6 +133,9 @@ static PyGetSetDef pyopencv_${name}_getseters[] =
static PyMethodDef pyopencv_${name}_methods[] =
{
#ifdef PYOPENCV_EXTRA_METHODS_${name}
PYOPENCV_EXTRA_METHODS_${name}
#endif
${methods_inits}
{NULL, NULL}
};