Skip to content
GitLab
Explore
Sign in
Commits · 18858c17ee3d934f7710ce68a572cc0e1dc3793e
Autocnet
Browse files
Feb 08, 2016
Update io_gdal.py
· 18858c17
jlaura
authored
Feb 08, 2016
18858c17
Update test_io_gdal.py
· 31129fb1
jlaura
authored
Feb 08, 2016
31129fb1
Update test_io_gdal.py
· a91fba94
jlaura
authored
Feb 08, 2016
a91fba94
Update test_io_gdal.py
· 82d589f1
jlaura
authored
Feb 08, 2016
82d589f1
Update test_io_gdal.py
· fefddaed
jlaura
authored
Feb 08, 2016
fefddaed
Feb 06, 2016
Merged upstream
· b1e2f2e3
jay
authored
Feb 05, 2016
b1e2f2e3
Test fixes for new detector methods and updates for ratio test.
· 4bcce96c
Jay
authored
Feb 05, 2016
4bcce96c
Feb 05, 2016
Bounds checking on sub-image IO
· b77af0df
Jay
authored
Feb 05, 2016
b77af0df
Finished removing downsampling
· 6a4d83bf
Jay
authored
Feb 05, 2016
6a4d83bf
Update ratio test to match textual description
· 423f516c
Jay
authored
Feb 05, 2016
423f516c
Backed the downsampling back out of the code. Downsampling does not work well currently.
· 5435f82f
Jay
authored
Feb 05, 2016
5435f82f
Added support for downsampling
· efc569c7
Jay
authored
Feb 05, 2016
efc569c7
Bug in outlier detection where two different points with identical distances were missed, fixed
· f5a300cd
Jay
authored
Feb 05, 2016
f5a300cd
Clipping ROI now accepts an image or an object to perform necessary IO
· 8d84c4b1
Jay
authored
Feb 05, 2016
8d84c4b1
Added support for SURF, ORB, and FAST
· b7c78a55
Jay
authored
Feb 05, 2016
b7c78a55
Feb 04, 2016
Updated Visualization to be compliant with full extractor parameters
· 164f7a55
Jay
authored
Feb 03, 2016
164f7a55
Feb 03, 2016
Merge pull request #37 from kree/disconnected_graph
· c3fdf9f1
jlaura
authored
Feb 03, 2016
c3fdf9f1
Merge pull request #35 from kree/adaptive_non_max_suppression
· 3850b950
jlaura
authored
Feb 03, 2016
3850b950
Feb 01, 2016
Add ability to return unconnected nodes and lists of unconnected subgraphs to CandidateGraph
· 4a17f8df
kberry
authored
Feb 01, 2016
4a17f8df
Merge with upstream and more documentation tweaks
· 727c0fd1
kberry
authored
Feb 01, 2016
727c0fd1
Updated documentation - inserted citations
· c330a18d
kberry
authored
Feb 01, 2016
c330a18d
Merge pull request #36 from jlaura/offset_validation
· de291e94
Kristin Berry
authored
Feb 01, 2016
de291e94
Moved subpixel roi extraction to an independent function.
· 461df216
Jay
authored
Jan 29, 2016
461df216
Jan 29, 2016
Update included packages for documentation build
· 3527f590
kberry
authored
Jan 29, 2016
3527f590
Documentation updates
· 81bcc499
kberry
authored
Jan 29, 2016
81bcc499
Updated outlier_detector to return a list which will mask the keypoints list...
· f3f02b07
kberry
authored
Jan 29, 2016
f3f02b07
Added adaptive_non_max_suppression to outlier_detector.py
· 74e53e3f
kberry
authored
Jan 29, 2016
74e53e3f
Fixed network extract_features to take extraction parameters, not just nfeatures.
· 00b61096
Jay
authored
Jan 29, 2016
00b61096
Merge pull request #34 from jlaura/subpixel
· c4a50ff6
Kristin Berry
authored
Jan 29, 2016
c4a50ff6
Updates to the network test to setup only once.
· fd7be403
jay
authored
Jan 29, 2016
fd7be403
Merge pull request #32 from jlaura/subpixel
· 8e862b85
Kristin Berry
authored
Jan 29, 2016
8e862b85
Updates to the network test to setup only once.
· c45678ab
Jay
authored
Jan 29, 2016
c45678ab
Merged upstream
· f8576571
jay
authored
Jan 29, 2016
f8576571
Merge pull request #33 from kree/jwbacker_visualization
· 4d6db623
jlaura
authored
Jan 29, 2016
4d6db623
Update changed function name
· a3e90220
kberry
authored
Jan 29, 2016
a3e90220
fixed typo ax1.off -> ax2.off
· 7674dbee
kberry
authored
Jan 29, 2016
7674dbee
removed duplicated line
· 5fbc62fb
kberry
authored
Jan 29, 2016
5fbc62fb
GDAL build issues...
· ae04036a
Jay
authored
Jan 29, 2016
ae04036a
GDAL build issues...
· 74ef725e
Jay
authored
Jan 29, 2016
74ef725e
Merge remote-tracking branch 'upstream/master' into jwbacker_visualization
· 305aba0b
kberry
authored
Jan 29, 2016
305aba0b
Loading