-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Enable Out-of-Core functionality (#703)
* Enable Out-of-Core * Update filters and unit tests to enable out-of-core data. * Update Application to require static methods for creation and destruction. * Update ParallelAlgorithm classes for disabling onout-of-core data. * Add memory utilities for checking available and total memory. * Moved out of core check in ITK filters to execute helper function * Added out-of-core array checks. * Fixed ConvertColorToGrayScale parallelization code for out-of-core datastores. --------- Signed-off-by: Jared Duffey <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: Jared Duffey <[email protected]> Co-authored-by: Michael Jackson <[email protected]>
- Loading branch information
1 parent
202f73f
commit 63c80dc
Showing
144 changed files
with
1,422 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.