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
c65872c1e34c02056eac9fb3ce70d5a645c3f193
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
Mar 31, 2018
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
CLAMP now is inclusive
· d347e794
Eric Wait
authored
6 years ago
d347e794
Fixed MaxFilter initialization bug
· a1e94222
Eric Wait
authored
6 years ago
a1e94222
Mar 20, 2018
Added LoG
· 9e45b90e
Eric Wait
authored
6 years ago
9e45b90e
Added Mean Filter
· 6a1b7fbe
Eric Wait
authored
6 years ago
6a1b7fbe
Added Opener
· 60540195
Eric Wait
authored
6 years ago
60540195
Added closure kernel
· 3a4e0e08
Eric Wait
authored
6 years ago
3a4e0e08
Finished Gaussian kernel
· c013c110
Eric Wait
authored
6 years ago
c013c110
Updated Kernel generators
· 0d62054f
Eric Wait
authored
6 years ago
0d62054f
Added Gaussian kernel
· 4300b595
Eric Wait
authored
6 years ago
4300b595
Seperable Multiply Sum helper
· 57b0a934
Eric Wait
authored
6 years ago
57b0a934
Updated MultiplySum
· ed111489
Eric Wait
authored
6 years ago
ed111489
Reimplemented Min/Max Filter
· 5d8d926a
Eric Wait
authored
6 years ago
5d8d926a
Updated template to reflect the new 3D calls
· 2193ca68
Eric Wait
authored
6 years ago
2193ca68
Devices operate on 3D objects
· 984df683
Eric Wait
authored
6 years ago
984df683
Mar 16, 2018
Kernel Iterator is 3D again
· 4451b8d4
Eric Wait
authored
7 years ago
4451b8d4
Change Kernel not to keep internal copies of host values
· f463b623
Eric Wait
authored
7 years ago
f463b623
Added operator to Image Dimensions
· 965c7764
Eric Wait
authored
7 years ago
965c7764
Image chunks use 3D objects
· 4096c027
Eric Wait
authored
7 years ago
4096c027
Simplified creating gaussian kernels
· ba81851d
Eric Wait
authored
7 years ago
ba81851d
Loading