forked from timothygrant80/cisTEM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
match_template.cpp - Add command line flags to modify TM behavior - --histogram-sampling=float (percentage of pixels to sample for histogram) - --stats-sampling=float (percentage of pixels to sample for stats) - --disable-gpu-prj (really just for benchmarking and troubleshooting) DeviceManager.cu - Remove unused argument to DeviceManager::SetGpu to avoid confusion - Delete spurious comments GpuImage.cu - Remove unused methods/kernel definitions for Mip related TemplateMatchingCore.cu - Remove declaration of unused FastFFT::my_functor - Move use_gpu_prj from constexpr to member variable set on init template_matching_empirical_distribution - Remove un-needed histogram defining vars, and use those in constants.h directly
- Loading branch information
Showing
11 changed files
with
146 additions
and
267 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
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.