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
Graph
360a37909bfe0710605b4f09771f9448909529e2
Select Git revision
Branches
7
develop
feature/MatlabBackup
feature/MatlabWrapper
feature/deviceName
feature/linux
master
default
protected
timing
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Apr
28
Mar
3
Feb
8
Jan
6
Dec
24
Nov
23
Oct
22
13
11
27
Aug
25
15
9
Jul
4
3
19
Jun
18
17
6
May
5
2
1
28
Apr
25
24
18
17
16
15
14
12
8
7
4
3
2
31
Mar
28
27
25
24
21
20
24
Feb
21
20
15
8
6
1
11
Jan
11
Nov
6
1
31
Oct
29
28
27
25
24
22
21
19
16
11
10
9
3
28
Sep
27
26
24
23
21
12
10
7
5
2
30
Aug
6
5
2
1
Fixed ROI setting and using in CudaImageContainer
Updated to CUDA 7.0
Added explicit type casting to suppress warnings
Merge remote-tracking branch 'origin/master' into ROI
Calculating image overlap for chunking more accurately. Mainly for the singleton dimension case.
Fixed image reduction when using the median case
Fixed bug in pointer arithmetic in linear un-mixer
Allow the un-mixing kernel to go into negative values.
Binary commit
Added a function to convert an index into a (X,Y,Z) coordinate
Spelling fix
Fixed logical operators in Vec Funcs by removing arrant const
Started to introduce a Ridged Registration algorithm that stays on the device
Starting to play around with ROI selection within the Cuda Image Container
Added the ability to retrieve the amount of memory each GPU has in total and currently available.
Removed unused variables
Fixed Variance calculation to use individual cuda calls instead of helper functions
Cuda sum does not send data to the device if the number of elements to add is less then a block size
Added mex Cleanup function
Suppress warnings changes
Fixed device set bug for NCV
Added device count
Put MRF denoising back in the header file
Fixed argument count bug in Normalized Covariance
Fixed missing signatures in CWrappers for linear unmixing
Header format change
Moved the def file into the resource section of the solution
Fixed print usage bug that obscured what the function call should be
Added linear unmixing
Formatting
Fixed bug in image reduction using a scoped version of var
Formatting (spaces)
Upgraded to VS2013 and CUDA 6.5
Checking in the vcxproj files
Clear buffers
Code cleaning
Added Markov Random Field Denoiser
Normalized Covariance now uses the new variance method
Added Variance to mex call
Now copies a debug CudaMex_d
Loading