User contributions for Daviddoria
From KitwarePublic
Jump to navigationJump to search
2 July 2012
- 20:0620:06, 2 July 2012 diff hist +54 N ITK/Examples/Visualization/QuickView moved ITK/Examples/Visualization/QuickView to ITK/Examples/Visualization/QuickViewDemo: QuickView.cxx was already the name of the actual QuickView implementation file! current
- 20:0620:06, 2 July 2012 diff hist 0 m ITK/Examples/Visualization/QuickViewDemo moved ITK/Examples/Visualization/QuickView to ITK/Examples/Visualization/QuickViewDemo: QuickView.cxx was already the name of the actual QuickView implementation file!
- 20:0520:05, 2 July 2012 diff hist −11,858 ITK/Examples/Visualization/QuickViewDemo Undo revision 48269 by Lorensen (talk)
- 17:5217:52, 2 July 2012 diff hist +7 m ITK/Examples/SimpleOperations/WidthHeight No edit summary
- 17:4917:49, 2 July 2012 diff hist +11 m ITK/Examples →Simple Operations
- 00:5900:59, 2 July 2012 diff hist +777 ITK/Examples/Morphology/BinaryPruningImageFilter No edit summary
- 00:4800:48, 2 July 2012 diff hist −44 m ITK/Examples/ImageProcessing/RGBToLuminanceImageFilter No edit summary
1 July 2012
- 12:1012:10, 1 July 2012 diff hist +970 ITK/Examples/Morphology/BinaryMorphologicalOpeningImageFilter Add QuickView
- 11:5611:56, 1 July 2012 diff hist +652 ITK/Examples/ImageProcessing/RGBToLuminanceImageFilter No edit summary
- 11:5211:52, 1 July 2012 diff hist +1,794 N ITK/Examples/Visualization/QuickViewDemo Created page with "==QuickView.cxx== <source lang="cpp"> #include "itkImage.h" #include "itkImageFileReader.h" #include "itkRescaleIntensityImageFilter.h" #include "QuickView.h" typedef itk::Imag..."
- 11:4311:43, 1 July 2012 diff hist +122 ITK/Examples →CMake Techniques
- 11:4111:41, 1 July 2012 diff hist −335 ITK/Examples →About the Examples: Remove instructions about using QuickView from ITKExamples repo since it is now in ITK proper.
26 June 2012
- 18:0518:05, 26 June 2012 diff hist +5,676 N ITK/Examples/Images/MaskedFFTNormalizedCorrelationImageFilter Created page with "==MaskedFFTNormalizedCorrelationImageFilter.cxx== <source lang="cpp"> #include "itkImage.h" #include "itkImageFileReader.h" #include "itkFFTNormalizedCorrelationImageFilter.h" #i..."
- 18:0418:04, 26 June 2012 diff hist +224 ITK/Examples →Correlation
- 17:5717:57, 26 June 2012 diff hist −736 ITK/Examples/Broken/Images/NormalizedCorrelationImageFilterMasked No edit summary
- 17:5017:50, 26 June 2012 diff hist +1,437 ITK/Examples/Broken/Images/NormalizedCorrelationImageFilterMasked No edit summary
- 17:3117:31, 26 June 2012 diff hist +4,536 N ITK/Examples/Images/FFTNormalizedCorrelationImageFilter Created page with "==FFTNormalizedCorrelationImageFilter.cxx== <source lang="cpp"> #include "itkImage.h" #include "itkImageFileReader.h" #include "itkFFTNormalizedCorrelationImageFilter.h" #include..."
- 17:3017:30, 26 June 2012 diff hist +164 ITK/Examples →Correlation
24 June 2012
- 16:0216:02, 24 June 2012 diff hist +41 ITK/Examples →Image Processing
- 12:5812:58, 24 June 2012 diff hist 0 m ITK/Examples →Spectral Analysis
- 12:5712:57, 24 June 2012 diff hist +65 N ITK/Examples/SpectralAnalysis/ReverseFFTImageFilter moved ITK/Examples/SpectralAnalysis/ReverseFFTImageFilter to ITK/Examples/SpectralAnalysis/InverseFFTImageFilter: Incorrectly named. current
- 12:5712:57, 24 June 2012 diff hist 0 m ITK/Examples/SpectralAnalysis/InverseFFTImageFilter moved ITK/Examples/SpectralAnalysis/ReverseFFTImageFilter to ITK/Examples/SpectralAnalysis/InverseFFTImageFilter: Incorrectly named.
- 12:5712:57, 24 June 2012 diff hist +2,729 N ITK/Examples/SpectralAnalysis/InverseFFTImageFilter Created page with "==InverseFFTImageFilter.cxx== <source lang="cpp"> #include "itkImage.h" #include "itkForwardFFTImageFilter.h" #include "itkInverseFFTImageFilter.h" #include "itkRescaleIntensityI..."
- 12:5612:56, 24 June 2012 diff hist +4,373 ITK/Examples/SpectralAnalysis/ForwardFFTImageFilter No edit summary
- 12:5512:55, 24 June 2012 diff hist +105 N ITK/Examples/SpectralAnalysis/ForwardFFTImageFilter Created page with "==ForwardFFTImageFilter.cxx== <source lang="cpp"> </source> {{ITKVTKCMakeLists|ForwardFFTImageFilter|}}"
- 12:2712:27, 24 June 2012 diff hist +281 ITK/Examples →Spectral Analysis
23 June 2012
- 16:3016:30, 23 June 2012 diff hist +243 N ITK/Examples/CMake/CheckForITK4 Created page with "==CMakeLists.txt== <source lang="cmake"> # This is what is usually done to require any version of ITK # find_package(ITK REQUIRED) # include(${ITK_USE_FILE}) # This requires ITK..." current
- 16:2916:29, 23 June 2012 diff hist +66 ITK/Examples →CMake Techniques
22 June 2012
- 15:1215:12, 22 June 2012 diff hist −1 m ITK/Examples →Simple Operations
- 15:1215:12, 22 June 2012 diff hist +138 ITK/Examples Start a CMake section.
- 11:3611:36, 22 June 2012 diff hist +854 ITK/Examples/ImageProcessing/ClampImageFilter No edit summary
20 June 2012
- 16:2016:20, 20 June 2012 diff hist +1,099 VTK/Tutorials/SmartPointers →Returning a Smart Pointer: Add section about passing pointers and smart pointers to functions.
- 12:3812:38, 20 June 2012 diff hist +329 m ITK/Examples/Morphology/FlatStructuringElement No edit summary
19 June 2012
- 11:0711:07, 19 June 2012 diff hist +82 m ITK/Examples →Wish List
- 01:2601:26, 19 June 2012 diff hist +307 N ITK/Getting Started/Obtain/Windows/Release Created page with "Download a release version of the source code. A release version has been marked as "approved and working" by the community. Simply download the latest release (e.g. InsightToolk..." current
- 01:2501:25, 19 June 2012 diff hist +14 m ITK/Getting Started/Obtain/Windows No edit summary
- 01:2501:25, 19 June 2012 diff hist −21 ITK/Getting Started/Obtain/Windows No edit summary
- 01:2101:21, 19 June 2012 diff hist 0 N File:ITK B.png No edit summary current
- 01:2101:21, 19 June 2012 diff hist 0 N File:ITK A.png No edit summary current
- 01:1601:16, 19 June 2012 diff hist +85 m ITK/Getting Started/Obtain No edit summary current
15 June 2012
- 15:5315:53, 15 June 2012 diff hist +120 m ITK/Examples/Images/Size No edit summary
12 June 2012
- 23:4723:47, 12 June 2012 diff hist +410 N ITK/Examples/Utilities/SortIndex Created page with "==SortIndex.cxx== <source lang="cpp"> #include "itkIndex.h" #include <map> int main(int, char *[]) { // Method 1 //itk::Index<2> index = {{ 3, 4 }}; itk::Index<2> index;..."
- 20:3820:38, 12 June 2012 diff hist +9 ITK/Examples/Segmentation/ContourExtractor2DImageFilter Fix bug: was not using the correct iterator.
- 11:1411:14, 12 June 2012 diff hist −2 User:Daviddoria No edit summary current
11 June 2012
- 22:2722:27, 11 June 2012 diff hist +785 N VTK/Tutorials/PipelineInput Created page with "** Reader beware: This is a very high level, "get it to work" set of instructions, not a lesson in the workings of the VTK pipeline. ** In VTK 4, there were functions like: fil..." current
- 00:2500:25, 11 June 2012 diff hist +71 ITK/Getting Started/Obtain/Linux No edit summary
- 00:2400:24, 11 June 2012 diff hist +817 ITK/Getting Started/Obtain/Linux No edit summary
10 June 2012
- 13:3113:31, 10 June 2012 diff hist +573 N ITK/Getting Started/Obtain/Windows/Git Created page with "ITK uses git for its version control system. If you are familiar with git, you can find relevant information here or here. If not, continue read..."
- 13:2413:24, 10 June 2012 diff hist +50 N ITK/Getting Started Obtain/Linux/Git moved ITK/Getting Started Obtain/Linux/Git to ITK/Getting Started/Obtain/Linux/Git current
- 13:2413:24, 10 June 2012 diff hist 0 m ITK/Getting Started/Obtain/Linux/Git moved ITK/Getting Started Obtain/Linux/Git to ITK/Getting Started/Obtain/Linux/Git