User contributions for Daviddoria
From KitwarePublic
Jump to navigationJump to search
22 September 2015
- 15:0415:04, 22 September 2015 diff hist +264 ITK/FAQ →Why can't I read any image files? or Why am I getting the exception message: "There are no registered IO factories."?: Add a note about the REQUIRED list
11 May 2015
- 10:5310:53, 11 May 2015 diff hist +313 VTK/Tutorials/QtSetup →All systems: Add a note about Qt requirements. current
15 May 2014
- 21:1321:13, 15 May 2014 diff hist −258 ITK/Examples/Developer/ImageFilterMultipleInputs →ImageFilterMultipleInputs.cxx: Simplify example to not require a real reader/writer, and set both required inputs.
- 21:1221:12, 15 May 2014 diff hist +12 ITK/Examples/Developer/ImageFilterMultipleInputs →ImageFilterMultipleInputs.txx: Add this-> before SetNthInput calls.
- 21:0721:07, 15 May 2014 diff hist +1 ITK/Examples/Developer/ImageFilterMultipleInputs →ImageFilterMultipleInput.cxx: Add an 's' to the end of the file name.
- 21:0621:06, 15 May 2014 diff hist −1 ITK/Examples/Developer/ImageFilterMultipleInputs Removed space in file name
11 February 2014
- 20:4420:44, 11 February 2014 diff hist +15 ITK/Examples/Math/DotProduct Fixed bug.
28 August 2013
- 16:0916:09, 28 August 2013 diff hist +61 Talk:VTK/Examples/Cxx/Plotting/ScatterPlot No edit summary current
- 16:0716:07, 28 August 2013 diff hist +91 m Talk:VTK/Examples/Cxx/Plotting/ScatterPlot No edit summary
21 August 2013
- 14:3314:33, 21 August 2013 diff hist +126 m VTK/Tutorials/CMakeListsFileForQt4 : VTK 5 vs 6 current
- 14:3214:32, 21 August 2013 diff hist +63 m VTK/Tutorials/CMakeListsFileForQt4 Mention difference between VTK 5 and 6
31 May 2013
- 19:1519:15, 31 May 2013 diff hist +12 m ITK/Examples →Spatial Objects
28 May 2013
- 14:4214:42, 28 May 2013 diff hist +331 CMake/Examples →Utilities: Add a usage of add_custom_target.
- 13:1913:19, 28 May 2013 diff hist +377 VTK/Tutorials/Callbacks →Introduction: Add a note about the Execute function current
22 May 2013
- 16:1116:11, 22 May 2013 diff hist +4 VTK/Presentations No edit summary current
- 12:2812:28, 22 May 2013 diff hist +179 m VTK/Tutorials/Callbacks →Writing the Callback Function: Add links to CallData and ClientData examples.
15 May 2013
- 16:4116:41, 15 May 2013 diff hist +302 ITK/Examples/IO/TransformFileReader Add an example transform file.
- 16:3716:37, 15 May 2013 diff hist +96 m ITK/Examples/IO/TransformFileReader Display the transform
- 16:3016:30, 15 May 2013 diff hist +1,379 N ITK/Examples/IO/RegisterTransform Created page with "Not all transforms are automatically available due to the transform factory mechanism in ITK. To register a non-default transform, you can use the procedure below. For example, i..."
- 16:2716:27, 15 May 2013 diff hist +146 ITK/Examples →Input/Output (IO)
29 March 2013
- 18:4018:40, 29 March 2013 diff hist +42 ITK Google Summer of Code/2013 →Project: Examples for Coders
8 March 2013
- 14:4914:49, 8 March 2013 diff hist +73 N ITK/Examples/Registration/BlockMatchingImageFilter moved ITK/Examples/Registration/BlockMatchingImageFilter to ITK/Examples/WishList/Registration/BlockMatchingImageFilter current
- 14:4914:49, 8 March 2013 diff hist 0 m ITK/Examples/WishList/Registration/BlockMatchingImageFilter moved ITK/Examples/Registration/BlockMatchingImageFilter to ITK/Examples/WishList/Registration/BlockMatchingImageFilter
- 14:4814:48, 8 March 2013 diff hist +2,904 N ITK/Examples/WishList/Registration/BlockMatchingImageFilter Created page with "This currently segfaults on the line blockMatchingImageFilter->UpdateLargestPossibleRegion(); ==BlockMatchingImageFilter.cxx== <source lang="cpp"> #include "itkBlockMatchingIm..."
- 14:4714:47, 8 March 2013 diff hist +160 ITK/Examples →Wish List
4 March 2013
- 16:2316:23, 4 March 2013 diff hist +312 VTK/Tutorials/QtSetup →Qt Creator: Add a note about QtCreator versions.
- 15:3115:31, 4 March 2013 diff hist +124 VTK/Tutorials/QtSetup →Linux: Add instructions for using the widget with QtCreator
28 February 2013
- 20:0920:09, 28 February 2013 diff hist +88 VTK/Tutorials/QtSetup →Linux: I'm not sure if in VTK5 libQVTKWidgetPlugin.so was really in vtk/bin (versus vtk/lib), but in VTK6 it is definitely in /lib
25 February 2013
- 21:3321:33, 25 February 2013 diff hist +56 N VTK/SoftwareQuality/VTKDashboardHackaton1 moved VTK/SoftwareQuality/VTKDashboardHackaton1 to VTK/SoftwareQuality/VTKDashboardHackathon1: Typo current
- 21:3321:33, 25 February 2013 diff hist 0 m VTK/SoftwareQuality/VTKDashboardHackathon1 moved VTK/SoftwareQuality/VTKDashboardHackaton1 to VTK/SoftwareQuality/VTKDashboardHackathon1: Typo
18 January 2013
- 12:3712:37, 18 January 2013 diff hist +46 m ITK/Examples →Input/Output (IO)
11 December 2012
- 16:3416:34, 11 December 2012 diff hist +727 N ITK/Examples/WishList/Utilities/MemoryProbe Created page with "Even after creating a large array the probe reports zeros? ==MemoryProbe.cxx== <source lang="cpp"> #include "itkMemoryProbe.h" #include <iostream> static void BigFunction(); ..."
- 16:3316:33, 11 December 2012 diff hist +152 ITK/Examples →Utilities
- 15:4315:43, 11 December 2012 diff hist +403 N ITK/Examples/Math/MatrixInverse Created page with "==MatrixInverse.cxx== <source lang="cpp"> #include <itkMatrix.h> #include <iostream> int main() { typedef itk::Matrix<double, 2, 2> MatrixType; MatrixType M; M(0,0) = 1.0..."
- 15:4315:43, 11 December 2012 diff hist +90 ITK/Examples →Mathematical Operations
27 November 2012
- 20:1720:17, 27 November 2012 diff hist +176 ITK/Configuring and Building/VisualStudio No edit summary
25 November 2012
- 10:5810:58, 25 November 2012 diff hist +289 Template:ITKVTKCMakeListsWithTarball Add description of ITKVtkGlue module, and make sure the user creates the build directory.
24 November 2012
- 21:3621:36, 24 November 2012 diff hist 0 m ITK/Examples/EdgesAndGradients/BinaryBoundaries Fix typo.
6 November 2012
- 13:4513:45, 6 November 2012 diff hist +14,584 N VTK/Tutorials/TranslucentGeometry Created page with "<div class="floatright">300px</div> * Contributed by: Lars Friedrich. This code also appea..."
- 13:4113:41, 6 November 2012 diff hist +105 VTK/Tutorials Move DICOM to wishlist as the page does not exist. Start a page for TranslucentGeometry.
28 October 2012
- 16:1516:15, 28 October 2012 diff hist +185 ITK/Examples →Wish List
- 16:1516:15, 28 October 2012 diff hist −169 ITK/Examples →Input/Output (IO)
- 16:1516:15, 28 October 2012 diff hist +62 N ITK/Examples/IO/itkVtkImageConvertDICOM moved ITK/Examples/IO/itkVtkImageConvertDICOM to ITK/Examples/WishList/IO/itkVtkImageConvertDICOM: Need sample input for testing. current
- 15:0215:02, 28 October 2012 diff hist +65 N ITK/Examples/Segmentation/EstimatePCAModel moved ITK/Examples/Segmentation/EstimatePCAModel to ITK/Examples/WishList/Segmentation/EstimatePCAModel over redirect: Need example input images and arguments. current
- 15:0215:02, 28 October 2012 diff hist 0 m ITK/Examples/WishList/Segmentation/EstimatePCAModel moved ITK/Examples/Segmentation/EstimatePCAModel to ITK/Examples/WishList/Segmentation/EstimatePCAModel over redirect: Need example input images and arguments.
- 15:0115:01, 28 October 2012 diff hist +309 ITK/Examples →Wish List
- 15:0115:01, 28 October 2012 diff hist −269 ITK/Examples →Image Segmentation
- 15:0015:00, 28 October 2012 diff hist +627 ITK/Examples →Wish List
- 15:0015:00, 28 October 2012 diff hist −547 ITK/Examples →Image Segmentation
- 14:5914:59, 28 October 2012 diff hist +102 N ITK/Examples/Segmentation/SinglephaseChanAndVeseSparseFieldLevelSetSegmentation moved ITK/Examples/Segmentation/SinglephaseChanAndVeseSparseFieldLevelSetSegmentation to ITK/Examples/WishList/Segmentation/SinglephaseChanAndVeseSparseFieldLevelSetSegmentation: Need to provide sample input image and arguments. current