-
-
Notifications
You must be signed in to change notification settings - Fork 726
Replace ImportImageContainer with an xtensor #2844
Copy link
Copy link
Open
Labels
status:Use_Milestone_BacklogUse "Backlog" milestone instead of label for issues without a fixed deadlineUse "Backlog" milestone instead of label for issues without a fixed deadlinetype:EnhancementImprovement of existing methods or implementationImprovement of existing methods or implementation
Metadata
Metadata
Assignees
Labels
status:Use_Milestone_BacklogUse "Backlog" milestone instead of label for issues without a fixed deadlineUse "Backlog" milestone instead of label for issues without a fixed deadlinetype:EnhancementImprovement of existing methods or implementationImprovement of existing methods or implementation
Replace the
itk::ImportImageContaineruse to hold pixel buffer data byitk::Imagewith an xtensor array. This would provide NumPy-like functionality in C++ on the pixel data.