Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
4352e1ea
Commit
4352e1ea
authored
Mar 21, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
line_descriptor: apply CV_OVERRIDE/CV_FINAL
parent
f8eeab57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
descriptor.hpp
...descriptor/include/opencv2/line_descriptor/descriptor.hpp
+3
-3
No files found.
modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp
View file @
4352e1ea
...
...
@@ -253,13 +253,13 @@ class CV_EXPORTS BinaryDescriptor : public Algorithm
@param fn source FileNode file
*/
virtual
void
read
(
const
cv
::
FileNode
&
fn
);
virtual
void
read
(
const
cv
::
FileNode
&
fn
)
CV_OVERRIDE
;
/** @brief Store parameters to a FileStorage object
@param fs output FileStorage file
*/
virtual
void
write
(
cv
::
FileStorage
&
fs
)
const
;
virtual
void
write
(
cv
::
FileStorage
&
fs
)
const
CV_OVERRIDE
;
/** @brief Requires line detection
...
...
@@ -1076,7 +1076,7 @@ static Ptr<BinaryDescriptorMatcher> createBinaryDescriptorMatcher();
/** @brief Clear dataset and internal data
*/
void
clear
();
void
clear
()
CV_OVERRIDE
;
/** @brief Constructor.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment