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
781ea62b
Commit
781ea62b
authored
Jun 09, 2011
by
itsyplen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporary commit before samples revert
parent
cb511861
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
chamfer.cpp
samples/cpp/chamfer.cpp
+0
-11
No files found.
samples/cpp/chamfer.cpp
View file @
781ea62b
...
...
@@ -30,17 +30,6 @@ int main( int argc, const char** argv )
cvtColor
(
img
,
cimg
,
CV_GRAY2BGR
);
Mat
tpl
=
imread
(
tempLate
,
0
);
// Mat img = imread(argc == 3 ? argv[1] : "logo_in_clutter.png", 0);
// Mat cimg;
// cvtColor(img, cimg, CV_GRAY2BGR);
// Mat tpl = imread(argc == 3 ? argv[2] : "logo.png", 0);
// if( argc != 1 && argc != 3 )
// {
// help();
// return 0;
// }
// if the image and the template are not edge maps but normal grayscale images,
// you might want to uncomment the lines below to produce the maps. You can also
// run Sobel instead of Canny.
...
...
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