Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.vein
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.vein
Commits
c94e270a
Commit
c94e270a
authored
Nov 10, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use matching size for linsolver
parent
16a25dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bob/bio/vein/preprocessor/FingerCrop.py
bob/bio/vein/preprocessor/FingerCrop.py
+1
-1
No files found.
bob/bio/vein/preprocessor/FingerCrop.py
View file @
c94e270a
...
...
@@ -361,7 +361,7 @@ class FingerCrop (Preprocessor):
edges
[
1
,:]
=
len
(
mask
)
-
numpy
.
flipud
(
mask_consider
).
argmax
(
axis
=
0
)
-
1
bl
=
edges
.
mean
(
axis
=
0
)
#baseline
x
=
numpy
.
arange
(
0
,
img_w
)
x
=
numpy
.
arange
(
0
,
n_edges
)
A
=
numpy
.
vstack
([
x
,
numpy
.
ones
(
len
(
x
))]).
T
# Fit a straight line through the base line points
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment