You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportMP4Frames::usage="ImportMP4Frames[file,start,dur] extracts frames from start of dur from MP4 file `file`.";
42
42
ImportWebFrame::usage="ImportWebFrame[url] grabs a frame from the stream at url.";
43
43
44
+
LensDistortPoint::usage="LensDistortPoint[{x,y},{p1,p2},{k1,...}] projects point x,y using the distortion specified in the p and k vectors.";
45
+
46
+
LensDistortionCorrection::usage="LensDistortionCorrection[image,{tx,ty},theta,{p1,p1},{k1,k2,k3...}] performs a lens distortion correction along with a generalized translation (t) and rotation (theta). p1 and p2 specify 1st order astygmatism and k1-6 the different orders of distortion beyond that. Note you only need to supply k's up to the desired order of correction.";
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3

4
4
5
-
v 0.1.13
5
+
v 0.1.14
6
6
7
-
A set Mathematica tools I frequently use for debugging, introspection &c.
7
+
A set Mathematica tools I frequently use for debugging, introspection &c.
8
+
**Note that there is a bunch of seemingly unrelated stuff in recent versions. This is because I am using this to easily distribute some tools for my classes this semester. At some point I'll refactor all this out, but for now it remains!**
8
9
9
10
For the time being, a small amount of documentation can be had by looking in the Mathematica Help Browser under "Add-ons and Packages".
0 commit comments