Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
e7e37330
Commit
e7e37330
authored
Feb 27, 2012
by
Alexander Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added exports to the LineMod classes
fixed compilation linemod sample on Windows
parent
32080ece
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
objdetect.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
+5
-5
No files found.
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
View file @
e7e37330
...
...
@@ -682,7 +682,7 @@ using cv::Size;
/**
* \brief Discriminant feature described by its location and label.
*/
struct
Feature
struct
CV_EXPORTS
Feature
{
int
x
;
///< x offset
int
y
;
///< y offset
...
...
@@ -695,7 +695,7 @@ struct Feature
void
write
(
FileStorage
&
fs
)
const
;
};
struct
Template
struct
CV_EXPORTS
Template
{
int
width
;
int
height
;
...
...
@@ -937,7 +937,7 @@ struct Match
* \brief Object detector using the LINE template matching algorithm with any set of
* modalities.
*/
class
Detector
class
CV_EXPORTS
Detector
{
public
:
/**
...
...
@@ -1059,7 +1059,7 @@ protected:
*
* Default parameter settings suitable for VGA images.
*/
Ptr
<
Detector
>
getDefaultLINE
();
CV_EXPORTS
Ptr
<
Detector
>
getDefaultLINE
();
/**
* \brief Factory function for detector using LINE-MOD algorithm with color gradients
...
...
@@ -1067,7 +1067,7 @@ Ptr<Detector> getDefaultLINE();
*
* Default parameter settings suitable for VGA images.
*/
Ptr
<
Detector
>
getDefaultLINEMOD
();
CV_EXPORTS
Ptr
<
Detector
>
getDefaultLINEMOD
();
}
// namespace linemod
}
// namespace cv
...
...
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