Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LEVER
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
LEVER
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
9dba44f6d5be4841fb8ae8fb76e46bd63e2ffd41
Select Git revision
Selected
9dba44f6d5be4841fb8ae8fb76e46bd63e2ffd41
Branches
2
master
default
protected
archive
Tags
20
v7.14.3
v7.14.2
v7.14.1
v7.14
v7.13
v7.12
v7.11
v7.10
v7.9
v7.8
v7.7
v7.6
v7.5
v7.4
v7.3
v7.3_MultiCellType
v7.2
v7.2_MultiCell
v7.1
v7.1_MultiCell
23 results
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
6
Jun
4
31
May
26
25
21
14
10
4
18
Apr
15
Mar
14
Feb
7
25
Jan
2
30
Dec
29
22
21
20
10
Nov
23
Aug
22
17
16
15
10
9
22
Jul
20
19
15
12
8
6
1
30
Jun
29
7
2
23
May
20
18
16
15
9
7
6
5
4
2
30
Apr
29
28
27
26
25
24
21
20
19
18
15
14
13
11
10
9
8
MEX Dijkstra searches now support optional direction parameter as final argument.
Added packages
Bug fixes
Integrated integrity check into ProcessNewborns for now.
Fast mex data integrity checker for debugging.
Stop read errors (particularly in seg and track folders) by waiting for seg process to write a semaphore file after each process finishes writing out its objs file.
Merge branch 'AdultSegmentation' of 129.89.58.155:c:/gitroot/LEVer into AdultSegmentation
ChangeLabel, RemoveFromTree, AddHull, and RemoveHull all rewritten.
Use gaussian mixture model fit instead of k-means to split cells.
Allow max number of processors to be controlled during seg and track folders.
Fixed error message for removing mitosis on lineage tree.
Added progress bar for resegmentation.
Fix for adding point segmentation and added debug error reporting.
Faster redraw & Removed Interactive drag
Checks For zero hull on last track frame
LEVer Version 6.2 Binaries
v6.2
v6.2
Made softwareVersion a global separate from CONSTANTS. Updated CompileLEVer to package about dialog logo.
Updated LEVer to version 6.2 Adult
ConvertTrackingData and LinkTreeFolders now use ResegRetrackLink routine.
Several fixes for resegmentation and external retracking.
Fixed error handling problems in SegmentAndTrackDataset.
Added graph edge-removal code to mexDijkstra and some testing.
Added costEpsilon for mexMAT to match c MAT tracker.
Added Link-Reseg-Retrack to ConvertTrackingData, also added tree inference to edit menu.
Fixed crash in resegmentation routine.
Don't use mex-dijkstra for applying extensions (need to update extension graph).
Cost function returns a minimum of costEpsilon > 0. Fixes rare case when cost function evaluates to zero, which appears to be an infinite cost edge in matlab.
Link trees now uses mexDijkstra. Added edgeCost and debugEdgesIn commands to mexDijkstra.
Minor modifcations to segmentation and fix for GetTrackID.
Minor updates to dijkstra.
Created MEX routine for running dijkstra search, also includes a testing routine to verify that results are the same as the previous matlab search.
Added ipch, opensdf and sdf files to git ignore list.
Modified segmentation routines so that an error log is produced on a crash, stops seg and track folders from hanging on a segmentor crash.
Fix so that resegmentation only looks at edges one frame ahead or behind.
Modified segmentation such that the batch seg and track folders uses same seg/track code. Also added some error handling code so seg and track doesn't get stuck on frame-segment errors.
Updated vs solution/project files and CompileLever.m to support 32/64-bit builds. CompileLEVer now handles 32 and 64-bit builds.
Several fixes.
Fixes to make "add cell" code work. Also removed pts field from objs structure (use points field now).
Removed "destiny" agreement from c tracking cost function. Agrees better with MEX tracker.
External retracking support. Routines allow write-out and read-back for external retracking.
Loading