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
ad8f0001
Commit
ad8f0001
authored
Nov 13, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
22f0ea0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
test_edgeboxes.cpp
modules/ximgproc/test/test_edgeboxes.cpp
+1
-1
test_structured_edge_detection.cpp
modules/ximgproc/test/test_structured_edge_detection.cpp
+1
-1
test_thinning.cpp
modules/ximgproc/test/test_thinning.cpp
+2
-2
training.markdown
modules/ximgproc/tutorials/training.markdown
+1
-1
No files found.
modules/ximgproc/test/test_edgeboxes.cpp
View file @
ad8f0001
...
...
@@ -5,7 +5,7 @@
namespace
opencv_test
{
namespace
{
TEST
(
xim
pg
roc_Edgeboxes
,
regression
)
TEST
(
xim
gp
roc_Edgeboxes
,
regression
)
{
//Testing Edgeboxes implementation by asking for one proposal
//on a simple test image from the PASCAL VOC 2012 dataset.
...
...
modules/ximgproc/test/test_structured_edge_detection.cpp
View file @
ad8f0001
...
...
@@ -5,7 +5,7 @@
namespace
opencv_test
{
namespace
{
TEST
(
xim
pg
roc_StructuredEdgeDetection
,
regression
)
TEST
(
xim
gp
roc_StructuredEdgeDetection
,
regression
)
{
cv
::
String
subfolder
=
"cv/ximgproc/"
;
cv
::
String
dir
=
cvtest
::
TS
::
ptr
()
->
get_data_path
()
+
subfolder
;
...
...
modules/ximgproc/test/test_thinning.cpp
View file @
ad8f0001
...
...
@@ -18,7 +18,7 @@ static int createTestImage(Mat& src)
return
src_pixels
;
}
TEST
(
xim
pg
roc_Thinning
,
simple_ZHANGSUEN
)
TEST
(
xim
gp
roc_Thinning
,
simple_ZHANGSUEN
)
{
Mat
src
;
int
src_pixels
=
createTestImage
(
src
);
...
...
@@ -33,7 +33,7 @@ TEST(ximpgroc_Thinning, simple_ZHANGSUEN)
#endif
}
TEST
(
xim
pg
roc_Thinning
,
simple_GUOHALL
)
TEST
(
xim
gp
roc_Thinning
,
simple_GUOHALL
)
{
Mat
src
;
int
src_pixels
=
createTestImage
(
src
);
...
...
modules/ximgproc/tutorials/training.markdown
View file @
ad8f0001
...
...
@@ -103,7 +103,7 @@ Training pipeline
-# The final step is converting trained model from Matlab binary format to YAML which you can use
with our ocv::StructuredEdgeDetection. For this purpose run
opencv_contrib/xim
pg
roc/tutorials/scripts/modelConvert(model, "model.yml")
opencv_contrib/xim
gp
roc/tutorials/scripts/modelConvert(model, "model.yml")
How to use your model
---------------------
...
...
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