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
9b8b088b
Commit
9b8b088b
authored
Jun 08, 2014
by
biagio montesano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Errors on derivation corrected
parent
fba71a8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
descriptor.hpp
...descriptor/include/opencv2/line_descriptor/descriptor.hpp
+4
-4
No files found.
modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp
View file @
9b8b088b
...
@@ -78,7 +78,7 @@ namespace cv
...
@@ -78,7 +78,7 @@ namespace cv
};
};
class
CV_EXPORTS_W
BinaryDescriptor
:
public
DescriptorExtra
ctor
class
CV_EXPORTS_W
BinaryDescriptor
:
public
FeatureDete
ctor
{
{
public
:
public
:
...
@@ -134,13 +134,13 @@ namespace cv
...
@@ -134,13 +134,13 @@ namespace cv
const
std
::
vector
<
Mat
>&
masks
=
std
::
vector
<
Mat
>
()
)
const
;
const
std
::
vector
<
Mat
>&
masks
=
std
::
vector
<
Mat
>
()
)
const
;
/*return descriptor size */
/*return descriptor size */
int
descriptorSize
()
const
=
0
;
int
descriptorSize
()
const
;
/* return data type */
/* return data type */
int
descriptorType
()
const
=
0
;
int
descriptorType
()
const
;
/* return norm mode */
/* return norm mode */
int
defaultNorm
()
const
=
0
;
int
defaultNorm
()
const
;
/* check whether Gaussian pyramids were created */
/* check whether Gaussian pyramids were created */
bool
empty
()
const
;
bool
empty
()
const
;
...
...
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