Skip to content
GitLab
Explore
Sign in
Commits · 170a0f7bdfd954ec9631372a1fc3c0a448fb6a73
Autocnet
Browse files
Jan 26, 2016
documentation updates for outlierdetector
· 170a0f7b
kberry
authored
Jan 26, 2016
170a0f7b
minor updates to outlier_detector
· 7f8452a8
kberry
authored
Jan 26, 2016
7f8452a8
updated outlier detection for changes to matches df
· 1ed40ab8
kberry
authored
Jan 26, 2016
1ed40ab8
Jan 25, 2016
Merged with upstream/master
· bdfcf269
kberry
authored
Jan 25, 2016
bdfcf269
minor changes
· df6b838d
kberry
authored
Jan 25, 2016
df6b838d
Merge pull request #23 from jlaura/nimage_matching
· fef05475
jlaura
authored
Jan 25, 2016
fef05475
Simplification of the match dataframe and n-image support to generate a control network.
· 8649fb48
jay
authored
Jan 25, 2016
8649fb48
Jan 22, 2016
Fixing typoes
· ac07e880
kberry
authored
Jan 22, 2016
ac07e880
Removed unnecessary comments
· 07985aae
kberry
authored
Jan 22, 2016
07985aae
Updates associated with fixing homography2d
· e5ba13f4
kberry
authored
Jan 22, 2016
e5ba13f4
updated compute_homography to use correct nodes
· 30fa50b4
kberry
authored
Jan 22, 2016
30fa50b4
Jan 21, 2016
add documentation to find_self_neighbors; some cleanup
· 39a93c58
kberry
authored
Jan 21, 2016
39a93c58
update documentation for distance_ratio_test and rename
· 2c143213
kberry
authored
Jan 21, 2016
2c143213
First attempt at an outlier-detection class. Not yet working and no tests.
· 994aaa68
kberry
authored
Jan 21, 2016
994aaa68
Jan 20, 2016
update to correct indicies
· 060eacf0
kberry
authored
Jan 20, 2016
060eacf0
cleaned up old homography code, improved test case
· 1c828e49
kberry
authored
Jan 20, 2016
1c828e49
update matcher to return just a dataframe again
· 0178615a
kberry
authored
Jan 20, 2016
0178615a
change structure of compute_homography to be part of CandidateGraph.
· 3ded32b4
kberry
authored
Jan 20, 2016
3ded32b4
shell of calculating homography functionality; update matcher to return a...
· 7ae7189e
kberry
authored
Jan 20, 2016
7ae7189e
Jan 19, 2016
Fixes bug where edges were being tagged with all matches and not just source / destination matches.
· 2dacef2c
Jay
authored
Jan 19, 2016
2dacef2c
Update to matcher to explicitly perform a self-neighbor check using the graph hash
· 2555707f
Jay
authored
Jan 19, 2016
2555707f
Jan 17, 2016
Merge pull request #21 from kree/master
· 6a5a9c68
jlaura
authored
Jan 16, 2016
6a5a9c68
specify opencv version in .travis.yml
· 77b040cd
Kristin Berry
authored
Jan 16, 2016
77b040cd
Jan 15, 2016
Merge pull request #20 from jcwbacker/master
· f1983505
Kristin Berry
authored
Jan 15, 2016
f1983505
Minor documentation change and slight changes for PEP 8 compliancy
· 32aa6452
kberry
authored
Jan 15, 2016
32aa6452
Added Jupyter Notebook for the Sprint 1 Demo.
· e223e6db
jwbacker
authored
Jan 15, 2016
e223e6db
Merge branch 'master' of
https://github.com/kree/autocnet
· 5799b14a
kberry
authored
Jan 15, 2016
5799b14a
Undo unnecessary addition
· 62f112af
kberry
authored
Jan 14, 2016
62f112af
Resolved merge conflict
· 9df29d0f
kberry
authored
Dec 10, 2015
9df29d0f
Merge pull request #19 from jlaura/functional_test
· 558e71b8
jcwbacker
authored
Jan 15, 2016
558e71b8
Updated functional test to pass dict to SIFT
· 362db13f
Jay
authored
Jan 15, 2016
362db13f
merging from upstream
· 67d4bf73
jay
authored
Jan 15, 2016
67d4bf73
Merge remote-tracking branch 'upstream/master'
· 3d2eb91c
jay
authored
Jan 15, 2016
3d2eb91c
Adding missing two image adjacency, required for two image functional test.
· b268b39a
Jay
authored
Jan 15, 2016
b268b39a
Updates to the tests to cover x,y measure addition in protobuf
· 46fdbc16
jay
authored
Jan 15, 2016
46fdbc16
Working functional test generating an ISIS compliant cnet with measures having x,y coordinates.
· 5de651c2
Jay
authored
Jan 15, 2016
5de651c2
merge from master
· c3771da2
jay
authored
Jan 15, 2016
c3771da2
Jan 14, 2016
Merge pull request #18 from jcwbacker/master
· e0a3af7a
jlaura
authored
Jan 14, 2016
e0a3af7a
Updated documentation files to include extract_metadata, feature_extractor,...
· fb60b0d5
jcwbacker
authored
Jan 14, 2016
fb60b0d5
Changed input parameter for feature extractor to take a dictionary of keywords.
· b771cb1d
jcwbacker
authored
Jan 14, 2016
b771cb1d
Loading