Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
ba072d5a
Commit
ba072d5a
authored
12 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
ENH: set a different test launcher for tests needing libsiftfast
parent
ea52e3f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/Patented/otbPatentedExamplesTests.cxx
+0
-10
0 additions, 10 deletions
Examples/Patented/otbPatentedExamplesTests.cxx
Examples/Patented/otbPatentedExamplesTests2.cxx
+39
-0
39 additions, 0 deletions
Examples/Patented/otbPatentedExamplesTests2.cxx
with
39 additions
and
10 deletions
Examples/Patented/otbPatentedExamplesTests.cxx
+
0
−
10
View file @
ba072d5a
...
...
@@ -26,8 +26,6 @@ void RegisterTests()
{
REGISTER_TEST
(
HybridSegmentationFuzzyVoronoiTest
);
REGISTER_TEST
(
EstimateAffineTransformationExampleTest
);
REGISTER_TEST
(
SIFTDisparityMapEstimationTest
);
REGISTER_TEST
(
SIFTFastExampleTest
);
REGISTER_TEST
(
ScaleInvariantFeatureImageFilterTest
);
}
...
...
@@ -39,14 +37,6 @@ void RegisterTests()
#define main EstimateAffineTransformationExampleTest
#include
"EstimateAffineTransformationExample.cxx"
#undef main
#define main SIFTDisparityMapEstimationTest
#include
"SIFTDisparityMapEstimation.cxx"
#undef main
#define main ScaleInvariantFeatureImageFilterTest
#include
"ScaleInvariantFeatureImageFilter.cxx"
#undef main
#define main SIFTFastExampleTest
#include
"SIFTFastExample.cxx"
This diff is collapsed.
Click to expand it.
Examples/Patented/otbPatentedExamplesTests2.cxx
0 → 100644
+
39
−
0
View file @
ba072d5a
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
// this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests
#include
<iostream>
#include
"otbTestMain.h"
void
RegisterTests
()
{
REGISTER_TEST
(
SIFTDisparityMapEstimationTest
);
REGISTER_TEST
(
SIFTFastExampleTest
);
}
#undef main
#define main SIFTDisparityMapEstimationTest
#include
"SIFTDisparityMapEstimation.cxx"
#undef main
#define main SIFTFastExampleTest
#include
"SIFTFastExample.cxx"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment