Skip to content
GitLab
Explore
Sign in
Commits · f8068dc3af8e5d458e02ce5db9e68107e293bd63
Autocnet
Browse files
Feb 08, 2016
Swapped lists to sets for clean keys.
· f8068dc3
Jay
authored
Feb 08, 2016
f8068dc3
merge upstream
· 3dc7d063
jay
authored
Feb 08, 2016
3dc7d063
Merge pull request #38 from jlaura/offset_validation
· 5df0a1c8
Kristin Berry
authored
Feb 08, 2016
5df0a1c8
Update test_two_image.py
· 26a0ea19
jlaura
authored
Feb 08, 2016
26a0ea19
merged upstream
· ba327ad7
jay
authored
Feb 08, 2016
ba327ad7
Three image test updated to new class based access.
· f52fa40b
Jay
authored
Feb 08, 2016
f52fa40b
Merge pull request #39 from kree/fromlist
· 42b416a2
jlaura
authored
Feb 08, 2016
42b416a2
Update test_two_image.py
· 2de77bca
jlaura
authored
Feb 08, 2016
2de77bca
Update test_two_image.py
· c7e77725
jlaura
authored
Feb 08, 2016
c7e77725
Replaced the node / edge dicts with custom data types.
· ceda438b
jay
authored
Feb 08, 2016
ceda438b
Update io_gdal.py
· fb4227df
jlaura
authored
Feb 08, 2016
fb4227df
Update outlier_detector.py
· 62e55fc7
jlaura
authored
Feb 08, 2016
62e55fc7
Update io_gdal.py
· 18858c17
jlaura
authored
Feb 08, 2016
18858c17
Added ability to produce a fromlist (for isis) from the graph.
· a84d47d0
kberry
authored
Feb 08, 2016
a84d47d0
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
Loading