Skip to content

Commit

Permalink
wrap cv.Algorithm.write
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 17, 2023
1 parent b2637bd commit f694010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions funclist.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(
['Algorithm','read','@brief Reads algorithm parameters from a file storage',1,'void',['FileNode','fn','',['/C','/Ref']]],
['Algorithm','write','@brief simplified API for language bindings
* @overload',1,'void',['Ptr_FileStorage','fs','',['/C','/Ref']],['String','name','String()',['/C','/Ref']]],
['FileNode','keys','@brief Returns keys of a mapping node.
@returns Keys of a mapping node.',1,'vector_String'],
['FileStorage','getFirstTopLevelNode','@brief Returns the first element of the top-level mapping.
Expand Down
1 change: 1 addition & 0 deletions genpp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Ptr<float>()' => ['empty(float)','0'],
'std::vector<int>()' => ['empty(long)',],
'Size()' => ['empty(sbyte)',],
'String()' => ['undef',],
false => [0,0], # perl, C
true => [1,1],
);
Expand Down
1 change: 1 addition & 0 deletions maint/genlists
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ my %force = map +($_=>1), qw(
cv.sum
cv.wrapperEMD
cv.Algorithm.read
cv.Algorithm.write
cv.FileNode.keys
cv.FileStorage.getFirstTopLevelNode
cv.FileStorage.operator[]
Expand Down

0 comments on commit f694010

Please sign in to comment.