File tree
75 files changed
+650
-448
lines changed- .github/workflows
- Superbuild
- Utilities/Hooks
- src
- Bridge/VtkGlue
- ConvertAnRGBitkImageTovtkImageData
- ConvertAnitkImageTovtkImageData
- ConvertRGBvtkImageDataToAnitkImage
- ConvertvtkImageDataToAnitkImage
- Core
- Common
- AddOffsetToIndex
- BoundingBoxOfAPointSet
- ComputeTimeBetweenPoints
- CreateAnImageOfVectors
- CreateAnImage
- CreateAnRGBImage
- CreateDerivativeKernel
- CreateForwardDifferenceKernel
- CreateGaussianDerivativeKernel
- CreateGaussianKernel
- CreateLaplacianKernel
- GetImageSize
- ObserveAnEvent
- ReadWriteVectorImage
- SetDefaultNumberOfThreads
- SetPixelValueInOneImage
- StreamAPipeline
- VectorDotProduct
- ImageFunction/ResampleSegmentedImage
- Filtering
- AnisotropicSmoothing
- ComputeCurvatureAnisotropicDiffusion
- ComputeCurvatureFlow
- ComputeGradientAnisotropicDiffusion
- ComputePeronaMalikAnisotropicDiffusion
- AntiAlias/SmoothBinaryImageBeforeSurfaceExtraction
- BinaryMathematicalMorphology
- DilateABinaryImage
- ErodeABinaryImage
- Colormap/CreateACustomColormap
- ImageFeature
- AdditiveGaussianNoiseImageFilter
- ComputeLaplacian
- DetectEdgesWithCannyEdgeDetectionFilter
- SegmentBloodVessels
- ImageFilterBase/CastAnImageToAnotherType
- ImageFusion/OverlayLabelMapOnTopOfAnImage
- ImageGradient
- ApplyGradientRecursiveGaussianWithVectorInput
- ApplyGradientRecursiveGaussian
- ComputeGradientMagnitudeRecursiveGaussian
- ImageGrid
- Create3DVolume
- ProcessA2DSliceOfA3DImage
- ResampleAScalarImage
- ResampleAVectorImage
- ResampleAnImage
- WarpAnImageUsingADeformationField
- ImageIntensity
- ApplyExpNegativeImageFilter
- ComputeSigmoid
- ConvertRGBImageToGrayscaleImage
- ImageStatistics/AdaptiveHistogramEqualizationImageFilter
- MathematicalMorphology
- DilateAGrayscaleImage
- ErodeAGrayscaleImage
- Smoothing
- BlurringAnImageUsingABinomialKernel
- ComputesSmoothingWithGaussianKernel
- Thresholding
- ThresholdAnImageUsingBinary
- ThresholdAnImageUsingOtsu
- ThresholdAnImage
- IO
- GDCM
- ReadAndPrintDICOMTags
- ReadDICOMSeriesAndWrite3DImage
- ImageBase
- GenerateSlicesFromVolume
- ProcessImageChunks
- Nonunit/Review/SegmentBloodVesselsWithMultiScaleHessianBasedMeasure
- Numerics
- Optimizers/ExhaustiveOptimizer
- Statistics/HistogramCreationAndBinAccess
- Registration
- Common/Perform2DTranslationRegistrationWithMeanSquares
- Metricsv4/RegisterTwoPointSets
- Segmentation
- LevelSets/SegmentWithGeodesicActiveContourLevelSet
- Watersheds/SegmentWithWatershedImageFilter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+650
-448
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| 11 | + | |
10 | 12 |
| |
| 13 | + | |
| 14 | + | |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
16 |
| - | |
| 20 | + | |
| 21 | + | |
17 | 22 |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Lines changed: 77 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
| |||
164 | 166 |
| |
165 | 167 |
| |
166 | 168 |
| |
167 |
| - | |
168 |
| - | |
| 169 | + | |
| 170 | + | |
169 | 171 |
| |
170 | 172 |
| |
171 | 173 |
| |
| |||
292 | 294 |
| |
293 | 295 |
| |
294 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
295 | 348 |
| |
296 | 349 |
| |
297 | 350 |
| |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
314 | 372 |
| |
315 | 373 |
| |
316 | 374 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments