Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.vein
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
bob
bob.bio.vein
Merge requests
!17
Utils for annotation creation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Utils for annotation creation
utils
into
master
Overview
4
Commits
6
Pipelines
5
Changes
9
Merged
Teodors EGLITIS
requested to merge
utils
into
master
8 years ago
Overview
4
Commits
6
Pipelines
5
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 4
18037d47
8 years ago
version 3
0e1082f5
8 years ago
version 2
834fd6bf
8 years ago
version 1
602ed469
8 years ago
master (base)
and
latest version
latest version
35292e11
6 commits,
8 years ago
version 4
18037d47
5 commits,
8 years ago
version 3
0e1082f5
4 commits,
8 years ago
version 2
834fd6bf
3 commits,
8 years ago
version 1
602ed469
2 commits,
8 years ago
9 files
+
516
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
bob/bio/vein/preprocessor/utils/__init__.py
0 → 100644
+
6
−
0
Options
from
.utils
import
ManualRoiCut
from
.utils
import
ConstructVeinImage
from
.utils
import
NormalizeImageRotation
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
Loading