Skip to content

Commit

Permalink
more configuration for core module bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Feb 28, 2024
1 parent 84e15e1 commit 27c431b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions modules/python/config/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,21 @@
"static": true,
"signature": "void displayCircle(const vpImage<vpRGBa> &, int, int, unsigned int, const vpColor &, bool, unsigned int)",
"custom_name": "displayCircleStatic"
},
{
"static": true,
"signature": "bool getKeyboardEvent(const vpImage<vpRGBa>&, std::string&, bool)",
"use_default_param_policy": false,
"param_is_input": [
true,
false,
true
],
"param_is_output": [
false,
true,
false
]
}
]
},
Expand Down Expand Up @@ -964,6 +979,35 @@
"specializations": [["TypePythonScalar"]]
}
]
},
"vpHistogram": {
"methods": [
{
"static": false,
"signature": "unsigned getPeaks(std::list<vpHistogramPeak>&)",
"use_default_param_policy": false,
"param_is_input": [false],
"param_is_output": [true]
},
{
"static": false,
"signature": "unsigned getValey(std::list<vpHistogramPeak>&)",
"use_default_param_policy": false,
"param_is_input": [false],
"param_is_output": [true]
},
{
"static": false,
"signature": "unsigned sort(std::list<vpHistogramPeak>&)",
"use_default_param_policy": false,
"param_is_input": [
true
],
"param_is_output": [
true
]
}
]
}
}
}

0 comments on commit 27c431b

Please sign in to comment.