Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Public exercise material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
aia02506
Public exercise material
Compare revisions
bbf0250599a26f1a0ecf5c14be84c020d0679415 to 11e93974b356d1acccf02bb64bee66b29346856d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
aia02506/public-exercise-material
Select target project
No results found
11e93974b356d1acccf02bb64bee66b29346856d
Select Git revision
Swap
Target
aia02506/public-exercise-material
Select target project
aia02506/public-exercise-material
1 result
bbf0250599a26f1a0ecf5c14be84c020d0679415
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update local_features.py
· cb6316a2
abda
authored
1 month ago
cb6316a2
Merge branch 'main' of
https://lab.compute.dtu.dk/aia02506/public-exercise-material
· 11e93974
abda
authored
1 month ago
11e93974
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Chapter04/local_features.py
+1
-0
1 addition, 0 deletions
Chapter04/local_features.py
with
1 addition
and
0 deletions
Chapter04/local_features.py
View file @
11e93974
...
...
@@ -20,6 +20,7 @@ def get_gauss_feat_im(im, sigma=1, normalize=True):
vector for every pixel in the image.
Author: vand@dtu.dk, 2022
"""
im
=
im
.
astype
(
float
)
orders
=
[
0
,
[
0
,
1
],
[
1
,
0
],
[
0
,
2
],
[
1
,
1
],
[
2
,
0
],
...
...
This diff is collapsed.
Click to expand it.