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
272d0e213433064e13296eb77b6cb2cd235b033b
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
20
Nov
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
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
Added const qualifiers for some Vec member functions.
Replace windows-specific functions with platform independent options (GCC/Clang compatibility).
Fixed old type-conversion error and warnings in python wrapper.
Include <cmath> and fixed sqrt function calls in Vec (GCC/Clang compatibility).
Fix for deprecated NUMPY api warnings.
Fix for -std=c++11 warnings when passed-through nvcc --compiler-options.
Explicit passthrough of tempalate arguments for instantiation (GCC/Clang compatibility).
Add 'this->' to inherited member variables (GCC/Clang compatibility).
Find replace size_t -> std::size_t for GCC/Clang compatibility.
Linux initial makefile for hydra image processor.
Created a contributing.md
Update issue templates
Merge pull request #1 from mwinter/patch-1
Fixed a few more typos
Fixed broken link and some minor edits
Added Python binding info to readme
Added tutorial to readme
More updates to readme
Updated readme (work in progress)
Initial Python3 wrappers for Hydra Image Processing library.
Release_1.0
Release_1.0
Added py3c to provide some python 2/3 compatibility.
Name changed to Hydra Image Processor (HIP)
HIP_name_chnage
HIP_name_chnage
Binary commit
Fixed local matlab version of some functions
Removed unnecessary data copy in HighpassFilter
Added a license.txt file
Fixed bug in class def for non-class function
Renamed ImProc to HSP so that it matches the name Hydra Signal Processor
Added VarFilter
Binary commit
Forgot to check-in Matlab files after building
Changed help dialog in MexSum
WienerFilter now performs much like MATLAB
Set buffer values in sum
Added minMax getter
Changed the array sum to take an image buffer instead of a set of buffers
Added a variance filter for device calls
Added an array sum
Added a WienerFilter with explicit noise variance
Split out mean and variance operators on the device for reusability.
Loading