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
42ea0e3c2c2afbc7a8cbfd65844c9d83678a9c5f
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
12
Aug
10
9
20
Jun
17
13
3
May
28
Apr
25
31
Mar
21
26
Feb
24
26
Jan
21
18
13
8
28
Oct
19
9
30
Jun
12
8
8
May
5
30
Apr
28
27
8
4
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
Changed the initial code wrapper for Cuda calls
Deal with creating mutex files a bit more robustly.
Changed this package to be a general image processing package which can use Cuda
Release binaries committed instead of dev
Added a txt file block that ensures that only one Cuda call can use a particular device at a time.
Added a script that will build the Cuda Class
Fixed unmixing to use shared memory and clamp
Solution changes to get rid of 32bit projects
Added command wrapper to make Cuda an object and have each of the function calls fit in MATLAB's call/help paradigm.
Attempt at stopping the grow kernel when it would connect two connected components.
Fixed stride bug in linear unmixer
Added a little animation function to watch the grow kernel
Contrast Enhancement was not getting rid of negative results after the Michelle for floating point type.
Added a region growing kernel
Found bug in Max Filter's checker
Changed the compute target just to have 3.5
Renamed CWrappers.cuh to CWrappers.h
Removed the dll project and did some cleaning. Along with the binary build.
Ensures that if the driver crashes that the next iteration of the chunk does not run
Fixed memory leeks.
Ensure that allocation of memory on the device only happens in the "clean" version of image container.
Extra divide by two in the mean and std filters
Binary commit
Cleaned up some spacing in files
Added a Std Filter
Fixed error in return type in Contrast Enhancement
Created Matlab functions that can chunk up an image similar to the way that the Cuda Image Container does
Renamed a variable in device count
feature/MatlabW…
feature/MatlabWrapper
Binary commit
Removed old mex file
Found a memory leak in Contrast enhancement
Added a helper to make a ball binary mask
Binary commit
Fixed the projects so they do not create all of the include files.
Fixed the chunking issue
Cleaned up unused files
Increased the tdr wait time
Cuda Reduction now sets the correct device
Building a better named dll to go in the cuda matlab package
Added reg hack for windows to allow CUDA to run
Loading