Block or Report
Block or report blowekamp
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
itkSuperPixel Public archive
The filters from this module were integrated into ITK version 5. https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Segmentation/SuperPixel
-
itkOBBLabelMap Public
An ITK external module which extends the LabelMap to include Oriented Bounding Box attributes.
-
itkStreamingSinc Public
An ITK external module for filters consuming images in a streaming fashion
-
-
-
965 contributions in the last year
Less
More
Activity overview
Contributed to
SimpleITK/SimpleITK,
niaid/tomojs-pytools,
InsightSoftwareConsortium/ITK
and 31 other
repositories
Contribution activity
May 2023
Created 30 commits in 4 repositories
Created 1 repository
- blowekamp/imaris_extensions Python
Created a pull request in SimpleITK/SimpleITK that received 9 comments
Use unique_ptr for Pimple Image and Transform
Remove raw pointer usage for the pimple image and transform with unique_ptr which enforces the logic of ownership to the heap allocated object.
+96
−94
•
9
comments
Opened 20 other pull requests in 7 repositories
SimpleITK/SimpleITK
8
merged
2
open
- If GTest::Main is already defined reuse
- Adding Image::ToVector and Image::ToScalar
- Change PimpleImageBase to return unique_ptr over raw
- Address ununsed return value in image transform point methods
- Addressed unused values in transform tests
- Add Casting for vector pixel types to scalar image with dimensions +1
- Batch build timeout
- Add KernelType parameter to RankImageFilter
- Add initial seed value to fastmarching filters.
- Use initializer list in testing util for vectors