Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyTrx for Python 3 #27

Merged
merged 42 commits into from
Dec 31, 2019
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8e121f5
Python 3 compatibility
PennyHow Nov 6, 2019
5ae73ca
Update README.md
PennyHow Nov 6, 2019
3c151e1
Error update, translate
PennyHow Nov 6, 2019
dac8760
Python 3 compatibility
PennyHow Nov 7, 2019
c3f00e6
CC BY license added
PennyHow Nov 7, 2019
a1f7c15
Update README.md
PennyHow Nov 7, 2019
949844a
Update README.md
PennyHow Nov 7, 2019
53e5b15
Update README.md
PennyHow Nov 7, 2019
7d1062e
Update README.md
PennyHow Nov 7, 2019
5c57761
Update README.md
PennyHow Nov 7, 2019
88ffbf9
Dense feature-tracking functionality #1
PennyHow Nov 7, 2019
05b9c5b
Dense feature-tracking #1
PennyHow Nov 7, 2019
f28aeac
Dense feature-tracking #1
PennyHow Nov 8, 2019
37d8290
Dense velocity tracking #1
PennyHow Nov 8, 2019
31072eb
Trial mask dem and project XYZ points
PennyHow Nov 10, 2019
a4511e0
Reproject mask functionality added
PennyHow Nov 11, 2019
431694d
DEM mask defined through image mask
PennyHow Nov 12, 2019
f192e09
DEM masking and pt seeding in functions
Nov 12, 2019
7ea68b7
Template matching implemented
PennyHow Nov 13, 2019
950639f
Dense velocity function created and also implemented in Velocity clas…
PennyHow Nov 13, 2019
06ff270
DEM mask file import bug fixed
PennyHow Nov 14, 2019
69b8620
Code documentation added
PennyHow Nov 15, 2019
8bbd9da
Homography with template matching added
PennyHow Nov 18, 2019
236c7f2
Experimentation with YPR calculation
PennyHow Nov 18, 2019
663791f
Experimentation with YPR optimisation
PennyHow Nov 20, 2019
ea44715
Optimisation for all camera parameters
PennyHow Nov 20, 2019
ee2a31d
Optimisation for select camera parameters
PennyHow Nov 21, 2019
7d8b091
Optimisation for select camera parameters
PennyHow Nov 21, 2019
0ab6bfc
Optimisation implemented in CamEnv object
PennyHow Nov 21, 2019
a54127a
Optimisation #2
PennyHow Nov 21, 2019
8bd5770
Conda environment file added
PennyHow Nov 22, 2019
1abbec8
Environment file updated
PennyHow Nov 22, 2019
3e230ff
Optimisation bugs resolved
PennyHow Nov 22, 2019
670fc4e
Test run
PennyHow Nov 22, 2019
e6021ce
New camera calibration added
PennyHow Nov 22, 2019
1020521
Tweaks etc.
PennyHow Nov 27, 2019
f061fe4
Template matching threshold added
PennyHow Nov 28, 2019
8c2e686
Examples update #1
Dec 4, 2019
38c3371
Example modified
PennyHow Dec 6, 2019
2f19679
Velocity 3 example results added, and residual calculation added
PennyHow Dec 18, 2019
8acd6ef
Examples updated with optimisation and residual calculations
PennyHow Dec 31, 2019
e99a909
Update README.md
PennyHow Dec 31, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
PennyHow authored Nov 7, 2019
commit 5c57761ae116d95f903fdbe3d0fa7e8c4ac158c0
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ PyTrx (short for 'Python Tracking') is a Python object-oriented toolbox created

Authors: Penelope How ([email protected]), Nick Hulton, and Lynne Buie (née Addison)<br>

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br>

<hr>

<h3>PyTrx citations</h3>
Expand Down Expand Up @@ -101,3 +99,9 @@ There are other useful software available for terrestrial photogrammetry in glac
<a href="http://imgraft.glaciology.net/">ImGRAFT</a> - Matlab toolbox for feature-tracking and georectification <br>
<a href="http://www.mn.uio.no/geo/english/research/projects/icemass/cias/">CIAS</a> - IDL gui for feature-tracking <br>
<a href="https://www.geosci-model-dev.net/9/307/2016/">PRACTISE</a> - Matlab toolbox for georectification

<hr>

<h3>Copyright</h3>

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.