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
Container Registry
Model registry
Operate
Environments
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
Main Repositories
otb
Merge requests
!107
Various Issues Contrast Enhancement
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Various Issues Contrast Enhancement
bug_Contrast_Enhancement
into
release-6.6
Overview
12
Commits
5
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Antoine Regimbeau
requested to merge
bug_Contrast_Enhancement
into
release-6.6
6 years ago
Overview
12
Commits
5
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#1598 (closed)
2
0
Merge request reports
Compare
version 1
version 2
35658928
6 years ago
version 1
847e4842
6 years ago
release-6.6 (base)
and
version 2
latest version
01e0fe47
5 commits,
6 years ago
version 2
35658928
4 commits,
6 years ago
version 1
847e4842
3 commits,
6 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
+
2
−
2
Options
@@ -245,8 +245,8 @@ private:
"set by the user"
);
AddParameter
(
ParameterType_Float
,
"minmax.manual.min"
,
"Minimum value"
);
AddParameter
(
ParameterType_Float
,
"minmax.manual.max"
,
"Maximum value"
);
SetDefaultParameterFloat
(
"minmax.manual.min"
,
0
);
SetDefaultParameterFloat
(
"minmax.manual.max"
,
255
);
//
SetDefaultParameterFloat("minmax.manual.min", 0 );
//
SetDefaultParameterFloat("minmax.manual.max", 255 );
MandatoryOff
(
"minmax.manual.min"
);
MandatoryOff
(
"minmax.manual.max"
);
Loading