Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
72f6b1ff
Commit
72f6b1ff
authored
Jun 20, 2012
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: Starting release notes
parent
ec3e313c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
1 deletion
+49
-1
Applications/ChangeDetection/otbMultivariateAlterationDetector.cxx
...ons/ChangeDetection/otbMultivariateAlterationDetector.cxx
+7
-0
Code/ChangeDetection/otbMultivariateAlterationDetectorImageFilter.h
...eDetection/otbMultivariateAlterationDetectorImageFilter.h
+6
-0
RELEASE_NOTES.txt
RELEASE_NOTES.txt
+36
-1
No files found.
Applications/ChangeDetection/otbMultivariateAlterationDetector.cxx
View file @
72f6b1ff
...
...
@@ -118,6 +118,13 @@ private:
changeFilter
->
SetInput1
(
GetParameterImage
(
"in1"
));
changeFilter
->
SetInput2
(
GetParameterImage
(
"in2"
));
changeFilter
->
GetOutput
()
->
UpdateOutputInformation
();
otbAppLogINFO
(
"Input 1 mean: "
<<
changeFilter
->
GetMean1
());
otbAppLogINFO
(
"Input 2 mean: "
<<
changeFilter
->
GetMean2
());
otbAppLogINFO
(
"Input 1 transform: "
<<
changeFilter
->
GetV1
());
otbAppLogINFO
(
"Input 2 transform: "
<<
changeFilter
->
GetV2
());
otbAppLogINFO
(
"Rho: "
<<
changeFilter
->
GetRho
());
m_Ref
=
changeFilter
;
...
...
Code/ChangeDetection/otbMultivariateAlterationDetectorImageFilter.h
View file @
72f6b1ff
...
...
@@ -117,6 +117,12 @@ public:
typedef
vnl_vector
<
RealType
>
VnlVectorType
;
typedef
vnl_matrix
<
RealType
>
VnlMatrixType
;
/** Get the mean of bands from image 1 */
itkGetMacro
(
Mean1
,
VnlVectorType
);
/** Get the mean of bands from image 2 */
itkGetMacro
(
Mean2
,
VnlVectorType
);
/** Get the linear combinations of bands of image 1 associated to
* multivariate alteration detector. This is a square matrix of
* size nbBand of image 1. */
...
...
RELEASE_NOTES.txt
View file @
72f6b1ff
OTB-v.3.12.0 - Changes since version 3.10.0 (2011/??/??)
OTB-v.3.14.0 - Changes since version 3.12.0 (2012/01/31)
-----------------------------------------
* Library
* System
* Monteverdi
* Bug fixes
* Monteverdi
* 0000527: While saving dataset with rescaling option, the channels n° > 3 are incorrect
* OTB-Packaging
* 0000525: Python not found during ubuntu package build
* 0000526: Fix input of bfTvPolygonizationRasterization_WGS84
* Orfeo Toolbox (OTB)
* 0000558: GetParameterFloat method of WrapperApplication class does not returns exactly input value
* 0000548: Parameters default values should appear in command line help interface of OTB applications
* 0000550: BlockMatching application throws an exception when the "sub-pixel" mode is activated
* 0000549: Error message related to boost_any_cast in StereoRectificationGridGenerator application
* 0000547: MeanShiftFilter validation test is fialinf for Iteration and Spatial output
* 0000537: Impossible to set rescale type for Convert application
* 0000542: Problem with win arch and testing
* 0000521: Applications do not work anymore (Wrapper problem)
* 0000522: otbApplicationLauncherQT is not reflecting the Disable/Enable state correctly
* 0000511: Tags are repeated twice in Application, when using Qt framework
* OTB-lib
* 0000535: Must rename test uaTvGeometricSarSenorModelAdapterTest in uaTvGeometricSarSenSorModelAdapterTest
* 0000532: OTB_SHOW_ALL_MSG_DEBUG option changes apTvClTrainSVMImagesClassifierQB456 test results
* 0000512: OTB cmake configuration warns for a gdal/geotiff conflict but I can open tiff file
* OTB-applications
* 0000515: Space managing in command line
* 0000510: OTB-Applications cannot compile when the sources are located in a directory with spaces in its name
OTB-v.3.12.0 - Changes since version 3.10.0 (2011/06/30)
-----------------------------------------
* Library
* MaximumAutocorrelationFactorImageFilter
...
...
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