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
01d013c1d7c122d32f89db14c908216408501ff7
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
26
May
1
11
Apr
2
1
31
Mar
30
29
27
26
11
22
Feb
16
14
13
12
11
4
2
1
31
Jan
29
28
15
14
8
26
Nov
25
24
23
22
20
8
Sep
7
3
19
Aug
8
28
Jul
19
12
11
26
Jun
25
20
18
13
12
5
3
28
May
16
10
3
1
24
Apr
23
20
15
14
8
7
4
31
Mar
30
27
26
23
22
20
19
16
13
12
11
6
4
3
2
21
Feb
20
19
12
11
10
20
Jan
4
21
Oct
7
8
Aug
1
May
30
Apr
28
30
Mar
29
21
20
18
Feb
14
13
12
8
7
26
Jan
23
8
Dec
2
1
1
Nov
31
Oct
12
6
Sep
2
27
Aug
25
15
12
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
Adding LFS patterns for Linux binary files
Cleaning up unused files
fixes for mex path
Properly handle non-default nvcc installs by specifying the include directory
v2.0
v2.0
Merge remote-tracking branch 'openBioimage/master' into leverjs
leverjs vstudio changes, cuda 9.1
updated nlmeans help documentation in srcCmd
Merge branch 'experimental/new-process-mutex'
Merge remote-tracking branch 'bioimage/non_local_means'
Incorporated SCOPED_PROCESS_MUTEX into new metaprogramming interface
License info and updated readme
Added boost::interprocess and dependencies
updated with python build
nlmeans -- use fisher discriminant with mean/variance filters as patch similarity metric
Updating VS solution to 2017 and Cuda 10.0
fixed center value weight on nlmeans filter
put back kernel iterator, gaussian weight
replaced kernel iterator with for loop
generated nlm filter for hip files
nlmeans filter for HIP
Fix for nvcc include/build error on Ubuntu (__builtin_ia32_mwaitx)
Fix script loading in Matlab commands (gcc/clang compatibility)
Fixes for Windows/Linux compatibility in matlab build
Corrected logic error in numeric array checks
Do null/empty checks for matlab and python script inputs
Correctly select and load inputs/outputs for matlab frontend
Remove linkage traits header to keep CudaImageProcessing from inadvertently recompiling
Fix to return value for numpy array to vector copy
Makefile includes for new project structure
Fix so that getMinMax takes a standard ImageView<T>
Implemented all current filters in new paradigm
Removed old Mex command implementations
Modified matlab BuildMex script to handle new 'Info' command output format
Normalized Mex/Python projects
Mex implementation for new script commands
Removed module definition for CudaMex (now uses __declspec(dllexport) linkage)
Added Mex type-converters and Mex script commands cpp module.
Cleaned up Python converters
Renamed WrapCmds to ScriptCmds
Added standard info and cuda device commands
Loading