Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autocnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
aflab
astrogeology
Autocnet
Commits
05294eb4
Unverified
Commit
05294eb4
authored
Aug 31, 2021
by
Jesse Mapel
Committed by
GitHub
Aug 31, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Uncommented MI matcher (#601)
parent
13b666e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
autocnet/matcher/subpixel.py
+98
-97
98 additions, 97 deletions
autocnet/matcher/subpixel.py
with
98 additions
and
97 deletions
autocnet/matcher/subpixel.py
+
98
−
97
View file @
05294eb4
...
...
@@ -26,6 +26,7 @@ import PIL
from
PIL
import
Image
from
autocnet.matcher.naive_template
import
pattern_match
,
pattern_match_autoreg
from
autocnet.matcher.mutual_information
import
mutual_information_match
from
autocnet.matcher
import
ciratefi
from
autocnet.spatial
import
isis
from
autocnet.io.db.model
import
Measures
,
Points
,
Images
,
JsonEncoder
...
...
@@ -59,8 +60,8 @@ def check_match_func(func):
match_funcs
=
{
"
classic
"
:
subpixel_template_classic
,
"
phase
"
:
iterative_phase
,
"
template
"
:
subpixel_template
#
"mutualinformation": mutual_information
"
template
"
:
subpixel_template
,
"
mutualinformation
"
:
mutual_information
_match
}
if
func
in
match_funcs
.
values
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment