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
4abbf8bc4a35af585d4a84b0e63290587d382698
Select Git revision
Branches
7
master
default
protected
develop
timing
feature/linux
feature/deviceName
feature/MatlabBackup
feature/MatlabWrapper
Tags
14
v2.02
v2.01
v2.0
Release_1.0
HIP_name_chnage
deletedOld
v1.0.2
PaperRelease
Release-0.0.6b
Release-0.0.5b
Release-0.0.4b
Release-0.0.3a
Release-0.0.2a
Release-0.0.1a
21 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 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
Removed commented out code
· 9de1568f
Eric Wait
authored
6 years ago
9de1568f
Mar 30, 2018
Setting up a output image pointer in Mex now deals with singleton dimensions in 5D
· cd836e86
Eric Wait
authored
6 years ago
cd836e86
Mar 28, 2018
Fixed merge error in roi retrieval
· 229d486f
Eric Wait
authored
6 years ago
229d486f
Mar 26, 2018
Clear mex before building the matlab class
· 145a5e5d
Eric Wait
authored
6 years ago
145a5e5d
Add Std filter
· 6a0e0864
Eric Wait
authored
6 years ago
6a0e0864
Mar 24, 2018
Added a highpass filter
· 193f67e7
Eric Wait
authored
6 years ago
193f67e7
Image chunk send and recive use new buffer converter
· cc3a574b
Eric Wait
authored
6 years ago
cc3a574b
Suppress sprintf_s warnings in vproj
· a1a8f49a
Eric Wait
authored
6 years ago
a1a8f49a
Moved SeparableMultiplySum to the correct filter in the vproj
· 7f6037b4
Eric Wait
authored
6 years ago
7f6037b4
Added buffer conversion when copying to and from the device
· 84588344
Eric Wait
authored
6 years ago
84588344
Mar 23, 2018
Rename of ElementWiseDifference in the mex project
· f7e96ab9
Eric Wait
authored
6 years ago
f7e96ab9
Added a memory multiplier for image chunks
· 3ce11331
Eric Wait
authored
6 years ago
3ce11331
Mar 22, 2018
Added ElementWiseDifference
· 8ca635c0
Eric Wait
authored
6 years ago
8ca635c0
Added a median filter
· 32991ef1
Eric Wait
authored
6 years ago
32991ef1
Fixed initalization of MinFilter
· c7dd24f4
Eric Wait
authored
6 years ago
c7dd24f4
Added shared memory stats to CudaDeviceInfo
· 8f8bf8ec
Eric Wait
authored
6 years ago
8f8bf8ec
Kernel operator= is now uncommented
· 4e5d5a94
Eric Wait
authored
6 years ago
4e5d5a94
Loading