File tree
251 files changed
+509
-499
lines changed- Utilities
- src
- Bridge/VtkGlue
- ConvertAnRGBitkImageTovtkImageData
- ConvertAnitkImageTovtkImageData
- VTKImageToITKImage
- VisualizeEvolvingDense2DLevelSetAsElevationMap
- VisualizeEvolvingDense2DLevelSetZeroSet
- VisualizeStaticDense2DLevelSetAsElevationMap
- VisualizeStaticDense2DLevelSetZeroSet
- VisualizeStaticMalcolm2DLevelSetLayers
- VisualizeStaticShi2DLevelSetLayers
- VisualizeStaticWhitaker2DLevelSetLayers
- Core
- Common
- ApplyCustomOperationToEachPixelInImage
- CastVectorImageToAnotherType
- CreateABackwardDifferenceOperator
- CreateAFixedArray
- CreateASize
- CreateAVector
- CreateAnImageRegion
- CreateAnImage
- CreateAnotherInstanceOfAnImage
- CropImageBySpecifyingRegion
- DistanceBetweenIndices
- GetOrSetMemberVariableOfITKClass
- ImportPixelBufferIntoAnImage
- IterateOnAVectorContainer
- IterateRegionWithoutWriteAccess
- IterateWithNeighborhoodWithoutAccess
- MakeOutOfBoundsPixelsReturnConstValue
- MakePartOfImageTransparent
- MultipleInputsOfDifferentType
- MultipleInputsOfSameType
- MultipleOutputsOfDifferentType
- NeighborhoodIteratorOnVectorImage
- PermuteSequenceOfIndices
- SetDefaultNumberOfThreads
- SetPixelValueInOneImage
- StreamAPipeline
- Transparency
- VectorDotProduct
- WatchAFilter
- ImageAdaptors
- AddConstantToPixelsWithoutDuplicatingImage
- ExtractChannelOfImageWithMultipleComponents
- ProcessNthComponentOfVectorImage
- ViewComponentVectorImageAsScaleImage
- ImageFunction
- ComputeMedianOfImageAtPixel
- LinearlyInterpolatePositionInImage
- MultiplyKernelWithAnImageAtLocation
- Mesh
- AddPointsAndEdges
- CalculateAreaAndVolumeOfSimplexMesh
- ConvertMeshToUnstructeredGrid
- ConvertTriangleMeshToBinaryImage
- WorkingWithPointAndCellData
- WriteMeshToVTP
- QuadEdgeMesh
- ExtractVertexOnMeshBoundaries
- GetListOfFacesAroundAGivenVertex
- SpatialObjects/ConvertSpatialObjectToImage
- Transform
- ApplyAffineTransformFromHomogeneousMatrixAndResample
- CartesianToAzimuthElevation
- CopyACompositeTransform
- GlobalRegistrationTwoImagesBSpline
- ScaleAnImage
- TranslateAVectorImage
- Filtering
- AnisotropicSmoothing/ComputePeronaMalikAnisotropicDiffusion
- BinaryMathematicalMorphology/OpeningBinaryImage
- Colormap/ApplyAColormapToAnImage
- Convolution
- NormalizedCorrelationOfMaskedImage
- NormalizedCorrelationUsingFFTWithMaskImages
- CurvatureFlow/BinaryMinMaxCurvatureFlow
- DistanceMap
- ApproxDistanceMapOfBinary
- MaurerDistanceMapOfBinary
- MeanDistanceBetweenAllPointsOnTwoCurves
- SignedDistanceMapOfBinary
- FFT
- ComputeInverseFFTOfImage
- FilterImageInFourierDomain
- FastMarching/ComputeGeodesicDistanceOnMesh
- ImageCompose/ConvertRealAndImaginaryToComplexImage
- ImageFeature
- ApplyAFilterOnlyToASpecifiedImageRegion
- ApplyAFilterToASpecifiedRegionOfAnImage
- BilateralFilterAnImage
- DetectEdgesWithCannyEdgeDetectionFilter
- FindZeroCrossingsInSignedImage
- RequestedRegion
- ImageFilterBase
- ApplyKernelToEveryPixelInNonZeroImage
- ApplyKernelToEveryPixel
- CastAnImageToAnotherType
- ComputeLocalNoise
- CustomOperationToCorrespondingPixelsInTwoImages
- PredefinedOperationToCorrespondingPixelsInTwoImages
- ImageFusion
- ColorBoundariesOfRegions
- ColorLabeledRegions
- OverlayLabelMapOnImage
- OverlayLabelMapOnTopOfAnImage
- ImageGradient
- ComputeAndDisplayGradient
- ComputeGradientMagnitudeRecursiveGaussian
- ComputeGradientMagnitude
- GradientOfVectorImage
- ImplementationOfSnakes
- ImageGrid
- ChangeImageOriginSpacingOrDirection
- CropImageBySpecifyingRegion2
- ExtractRegionOfInterestInOneImage
- FlipAnImageOverSpecifiedAxes
- PadAnImageByMirroring
- PadAnImageWithAConstant
- PadImageByWrapping
- PermuteAxesOfAnImage
- ProcessA2DSliceOfA3DImage
- ResampleAVectorImage
- ResampleAnImage
- RunImageFilterOnRegionOfImage
- TileImagesSideBySide
- UpsampleAnImage
- WarpAnImageUsingADeformationField
- ImageIntensity
- AbsValueOfImage
- AddConstantToEveryPixel
- CastImageToAnotherTypeButClampToOutput
- CompareTwoImagesAndSetOutputPixelToMax
- CompareTwoImagesAndSetOutputPixelToMin
- ComputerMagInVectorImageToMakeMagImage
- ConvertRGBImageToGrayscaleImage
- ExtractComponentOfVectorImage
- InverseOfMaskToImage
- MultiplyImageByScalar
- PixelDivisionOfTwoImages
- RescaleAnImage
- ScalePixelSumToConstant
- SetOutputPixelToMax
- SetOutputPixelToMin
- TransformVectorValuedImagePixels
- ImageLabel
- ExtractBoundariesOfBlobsInBinaryImage
- ExtractBoundariesOfConnectedRegionsInBinaryImage
- ExtractInnerAndOuterBoundariesOfBlobsInBinaryImage
- LabelContoursOfConnectComponent
- ImageStatistics
- ComputeMinMaxVarianceMeanOfImage
- StatisticalPropertiesOfRegions
- LabelMap
- ApplyMorphologicalClosingOnAllLabelObjects
- ApplyMorphologicalClosingOnSpecificLabelObject
- ConvertImageToLabelMap
- ConvertImageWithLabelsToShapeLabelMap
- ConvertLabelMapToImage
- LabelBinaryRegionsAndGetProperties
- LabelBinaryRegionsInImage
- RemoveHolesNotConnectedToImageBoundaries
- ShapeAttributesForBinaryImage
- MathematicalMorphology
- CreateABinaryBallStructuringElement
- ErodeAGrayscaleImage
- Path/DataStructureForPieceWiseLinearCurve
- QuadEdgeMeshFiltering
- ComputeNormalsOfAMesh
- ComputePlanarParameterizationOfAMesh
- Smoothing
- BlurringAnImageUsingABinomialKernel
- ComputesSmoothingWithGaussianKernel
- FindHigherDerivativesOfImage
- MeanFilteringOfAnImage
- MedianFilteringOfAnImage
- Thresholding
- SeparateGroundUsingOtsu
- ThresholdAnImageUsingBinary
- ThresholdAnImageUsingOtsu
- ThresholdAnImage
- IO
- GDCM/ReadAndPrintDICOMTags
- ImageBase
- ConvertImageToAnotherType
- Create3DFromSeriesOf2D
- CreateAListOfFileNames
- ReadAnImage
- WriteAnImage
- TIFF/WriteATIFFImage
- Nonunit/Review
- GeometricPropertiesOfRegion
- MultiphaseChanAndVeseSparseFieldLevelSetSegmentation
- SinglephaseChanAndVeseDenseFieldLevelSetSegmentation
- SinglephaseChanAndVeseSparseFieldLevelSetSegmentation2
- SinglephaseChanAndVeseSparseFieldLevelSetSegmentation
- Numerics
- Statistics
- ComputeHistogramOfMaskedRegion
- CreateHistogramFromListOfMeasurements
- CreateListOfSampleMeasurements
- CreateListOfSamplesFromImageWithoutDuplication
- CreateListOfSamplesWithIDs
- DistributionOfPixelsUsingGMM
- HistogramCreationAndBinAccess
- Registration
- Common
- GlobalRegistrationOfTwoImages
- RegisterImageToAnotherUsingLandmarks
- Metricsv4/PerformRegistrationOnVectorImages
- Remote/WikiExamples/CustomUserMatrixToAlignImageWithDICOM
- Segmentation
- Classifiers
- ClusterPixelsInGrayscaleImage
- KMeansClusterOfPixelsInImage
- ConnectedComponents
- AssignContiguousLabelsToConnectedRegions
- LabelConnectComponentsInBinaryImage
- LabelConnectComponentsInGrayscaleImage
- RegionGrowing/ConnectedComponentsInImage
- Video/BridgeOpenCV/ConvertAnITKGrayScaleImageToCVMat
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
251 files changed
+509
-499
lines changedLines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 |
| |
55 | 62 |
| |
56 | 63 |
| |
| |||
102 | 109 |
| |
103 | 110 |
| |
104 | 111 |
| |
105 |
| - | |
| 112 | + | |
106 | 113 |
| |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
107 | 120 |
| |
108 | 121 |
| |
109 | 122 |
| |
| |||
189 | 202 |
| |
190 | 203 |
| |
191 | 204 |
| |
192 |
| - | |
| 205 | + | |
193 | 206 |
| |
194 | 207 |
| |
195 | 208 |
| |
|
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
0 commit comments