Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hydra-image-processor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
hydra-image-processor
Commits
41760188c7e0e2674fc5c23e5de8ce5768034c28
Select Git revision
14 results
hydra-image-processor
Author
Search by author
Any Author
authors
Andrew Cohen
ac
Angeline Aguinaldo
angeline
Edgar Cardenas
edgar
Eric Wait
ericwait
Layton Aho
layton
Loan Huynh
LoanH
Mark Winter
mwinter
ronald
ronaldz
Undergraduate Student
undergrad
Walt Mankowski
wmankowski
10 authors
Apr 24, 2018
Added entropy filter (still needs testing)
· 41760188
Eric Wait
authored
6 years ago
41760188
Entropy filter uses local min/max
· b2c497f7
Eric Wait
authored
6 years ago
b2c497f7
Rearranged Defines
· b06332f8
Eric Wait
authored
6 years ago
b06332f8
Updated the cuda help call
· d7747daa
Eric Wait
authored
6 years ago
d7747daa
Added a min max getter
· fcf05658
Eric Wait
authored
6 years ago
fcf05658
Apr 23, 2018
Fixed bugs in entropy filter and used min/max of data
· f0659802
Eric Wait
authored
6 years ago
f0659802
Added a min/max getter
· c000741a
Eric Wait
authored
6 years ago
c000741a
Added a more reasonable wait for TDR delays
· 264d2642
Eric Wait
authored
6 years ago
264d2642
Apr 20, 2018
Removed line breaks for the template kernel function
· c60c56da
Eric Wait
authored
6 years ago
c60c56da
Apr 16, 2018
Changed performace run
· 75062f8f
Eric Wait
authored
6 years ago
75062f8f
Apr 15, 2018
Updated performace testers to measure single and multi device setups
· c89032cc
Eric Wait
authored
6 years ago
c89032cc
Updated max filter m files
· faf4d874
Eric Wait
authored
6 years ago
faf4d874
Apr 14, 2018
Removed extra DEBUG_KERNEL_CHECK, this is in increment and memcpy functions
· 85565851
Eric Wait
authored
6 years ago
85565851
Remove runtime error from Vec class (device code cannot use it).
· 95542663
Eric Wait
authored
6 years ago
95542663
Remove optimization from error checking defines
· 435d3ad2
Eric Wait
authored
6 years ago
435d3ad2
Apr 09, 2018
Changed memory management of timing
· 67f6b8c7
Eric Wait
authored
6 years ago
67f6b8c7
Implemented local opener and closure
· 03cb79a2
Eric Wait
authored
6 years ago
03cb79a2
Apr 08, 2018
Set the max memory of timing based on memory available
· 4abbf8bc
Eric Wait
authored
6 years ago
4abbf8bc
Apr 07, 2018
Updated the performance run to use the new implementations
· 1f2142a4
Eric Wait
authored
6 years ago
1f2142a4
Implemented local median filter
· 445d677a
Eric Wait
authored
6 years ago
445d677a
Implemented local mean filter
· a158c469
Eric Wait
authored
6 years ago
a158c469
Added a warning suppressor when failing back to matlab version
· 55c48808
Eric Wait
authored
6 years ago
55c48808
Fixed cwrappers to return a float type in the LoG filter
· cda4c971
Eric Wait
authored
6 years ago
cda4c971
Apr 04, 2018
LoG now returns a floating point type image
· 8e9fe7a4
Eric Wait
authored
6 years ago
8e9fe7a4
Removed unessasary logic from LoG kernel creation
· 3fa53b57
Eric Wait
authored
6 years ago
3fa53b57
Changed includes in mex proj to be relative to the folder structure instead of compile praram
· ecbb5489
Eric Wait
authored
6 years ago
ecbb5489
Mar 31, 2018
Implemented matlab version of Std filter
· b8dccdca
Eric Wait
authored
6 years ago
b8dccdca
Implemented matlab version of MultiplySum
· 8e5826ac
Eric Wait
authored
6 years ago
8e5826ac
Implemented matlab version of Min filter
· bb18373d
Eric Wait
authored
6 years ago
bb18373d
Implemented matlab version of Max filter
· c1dfc99c
Eric Wait
authored
6 years ago
c1dfc99c
Implemented matlab version of Highpass filter
· ba58d110
Eric Wait
authored
6 years ago
ba58d110
Implemented matlab version of Gaussian filter
· f43a2d88
Eric Wait
authored
6 years ago
f43a2d88
Implemented matlab version of ElementWiseDifference
· 7725ea79
Eric Wait
authored
6 years ago
7725ea79
Implemented matlab version of closure
· 6beeabca
Eric Wait
authored
6 years ago
6beeabca
Renamed mex version of the Median filter
· a7b84115
Eric Wait
authored
6 years ago
a7b84115
Fixed StdFilter Kernel bug
· fbdfe10c
Eric Wait
authored
6 years ago
fbdfe10c
Made a mex hook for StdFilter
· c65872c1
Eric Wait
authored
6 years ago
c65872c1
Added some more template code to the local matlab version
· 9206fc0f
Eric Wait
authored
6 years ago
9206fc0f
Fixed Gaussian filter to use float type internally.
· 6ab2f3f3
Eric Wait
authored
6 years ago
6ab2f3f3
Calculating ocupancy for HighpassFilter properly
· 35b299f7
Eric Wait
authored
6 years ago
35b299f7
Loading