User contributions
From OTBWiki
- 17:51, 1 July 2016 (diff | hist) . . (+937) . . Request for Changes-48: Add geometric correction to S1 Sensor Model (→Tests: otb-data files changed) (current)
- 17:42, 1 July 2016 (diff | hist) . . (+794) . . Request for Changes-48: Add geometric correction to S1 Sensor Model (→Classes and files)
- 18:28, 30 June 2016 (diff | hist) . . (+637) . . Request for Changes-48: Add geometric correction to S1 Sensor Model (→Tests)
- 15:54, 30 June 2016 (diff | hist) . . (+104) . . m Request for Changes-48: Add geometric correction to S1 Sensor Model (→RfCh-48 : OssimPlugins: Add note about old ISO date -> MJD, that used to lose precision)
- 11:27, 29 June 2016 (diff | hist) . . (+2,153) . . Request for Changes-48: Add geometric correction to S1 Sensor Model (→OssimPlugins: complements)
- 19:55, 28 June 2016 (diff | hist) . . (+6,311) . . Request for Changes-48: Add geometric correction to S1 Sensor Model (RfCh. →Classes and files: S1 Sar Sensor Model)
- 19:15, 28 June 2016 (diff | hist) . . (+2,100) . . N Request for Changes-48: Add geometric correction to S1 Sensor Model (+RfCh S1 Sar Sensor Model (draft))
- 18:32, 28 June 2016 (diff | hist) . . (+81) . . Requests for Changes (→Pending: + S1 Sensor Model)
- 10:38, 31 May 2016 (diff | hist) . . (+86) . . OTB Users meeting and hackfest 2016 (→Who?: + Luc H)
- 15:05, 22 October 2015 (diff | hist) . . (+382) . . Profiling (Avoid vnl_vector v(a_constant);) (current)
- 13:02, 20 October 2015 (diff | hist) . . (+967) . . Profiling (A few more tips (pow(), variable declaration))
- 17:18, 2 October 2015 (diff | hist) . . (+624) . . m OptimizingVectorImageProcessing (→Cons:: Factorizing code still requires cached variables) (current)
- 17:01, 2 October 2015 (diff | hist) . . (+167) . . m OptimizingVectorImageProcessing (→Pros:: The end of temporaries)
- 16:59, 2 October 2015 (diff | hist) . . (+68) . . m OptimizingVectorImageProcessing (→Pros:: no user code to patch)
- 16:58, 2 October 2015 (diff | hist) . . (+91) . . m OptimizingVectorImageProcessing (→Cons:: Code must be patched)
- 16:56, 2 October 2015 (diff | hist) . . (+147) . . m OptimizingVectorImageProcessing (→Cons:: un-escapable allocations)
- 19:05, 28 September 2015 (diff | hist) . . (+207) . . OptimizingVectorImageProcessing (→The results: c++11 rvalue references)
- 19:03, 28 September 2015 (diff | hist) . . (+1,087) . . OptimizingVectorImageProcessing (→...to (2.2) unwanted temporaries: -> C++ rvalue references)
- 15:17, 10 July 2015 (diff | hist) . . (+47) . . m OptimizingVectorImageProcessing (→The context: link to optimization on GetPixel())
- 15:15, 10 July 2015 (diff | hist) . . (+3) . . m OptimizingVectorImageProcessing (→The context: typo (bis))
- 15:14, 10 July 2015 (diff | hist) . . (+1) . . m OptimizingVectorImageProcessing (→The context: typo)
- 19:50, 3 July 2015 (diff | hist) . . (+5,310) . . OptimizingVectorImageProcessing (+ § on solution to MT issues and to assignment issues)
- 18:27, 2 June 2015 (diff | hist) . . (+5,509) . . OptimizingVectorImageProcessing (→The solutions: Signature issue & Temporaries elimination)
- 16:46, 2 June 2015 (diff | hist) . . (+1,844) . . OptimizingVectorImageProcessing (→The problems: MT safety section filled.)
- 16:08, 2 June 2015 (diff | hist) . . (+103) . . OTB Users meeting and hackfest 2015 (→Possible topics for hackfest (friday): optimization of image functions when processing Vector Images.)
- 15:56, 2 June 2015 (diff | hist) . . (+685) . . m OptimizingVectorImageProcessing (→Proxy Pixels: Completed.)
- 14:55, 27 May 2015 (diff | hist) . . (+3,992) . . OptimizingVectorImageProcessing (→The problems: First sections filled)
- 18:52, 26 May 2015 (diff | hist) . . (+39) . . m Profiling (→Pixel values: s/et/and/)
- 18:44, 26 May 2015 (diff | hist) . . (-1) . . m OptimizingVectorImageProcessing (→The context: English grammar)
- 18:44, 26 May 2015 (diff | hist) . . (+2,099) . . N OptimizingVectorImageProcessing (First draft)
- 18:36, 26 May 2015 (diff | hist) . . (+262) . . N File:AfterOptims-Warp.png (Shows callgrind profiling information on an <code>otb::VectorImage</code> processed with a <code>itk::LinearInterpolateImageFunction</code>, after optimizations have been conducted. This snapshot is focused on <code>otb::WarpFilter::ThreadedGenerateDat...) (current)
- 18:27, 26 May 2015 (diff | hist) . . (+257) . . N File:BeforeOptims-LinerInterp.png (Shows callgrind profiling information on an <code>otb::VectorImage</code> processed with a <code>itk::LinearInterpolateImageFunction</code>, before optimizations are conducted. This snapshot is focused on <code>otb::WarpFilter::ThreadedGenerateData()</...) (current)
- 18:19, 26 May 2015 (diff | hist) . . (+176) . . N File:BeforeOptims-Warp.png (Shows callgrind profiling information on an <code>otb::VectorImage</code> processed with a <code>itk::LinearInterpolateImageFunction</code>, before optimizations are conducted.) (current)
- 17:37, 26 May 2015 (diff | hist) . . (0) . . m Profiling (→Pixel values: link format fixed)
- 17:31, 26 May 2015 (diff | hist) . . (+1) . . m Profiling (→Pixel values: link format fixed)
- 17:30, 26 May 2015 (diff | hist) . . (+1,377) . . Profiling (→Pixel values: -> link to mode complete study ; note of self-assignment test)
- 17:13, 26 May 2015 (diff | hist) . . (+1,066) . . Profiling (A few more tips from my analyses)