James Graves
eb896f771a
Fixed usage of TCopy() and Row() Col().
...
API for gonum/matrix has changed.
TCopy() has been removed, use Clone() after T().
Row() and Col() are no longer methods of dense matrix, but
regular module functions now.
2016-01-26 09:56:45 -06:00
Chih-Wei Chang
40ed44c20c
Complete initCameraMatrix2D, calibrateCamera interface.
2015-02-23 17:56:59 +08:00
Chih-Wei Chang
2afcd2a05b
Takes column vector instead.
2015-02-23 17:46:13 +08:00
Chih-Wei Chang
3d399ffcc8
Use my forked assert.InDeltaSlic for testing.
2015-02-18 10:44:22 +08:00
Chih-Wei Chang
dcfe2940df
Use testify to make real assertions.
2015-02-17 12:41:39 +08:00
Chih-Wei Chang
51f567bae2
Wrap CalibrateCamera with mat64
2015-02-17 10:57:29 +08:00
Chih-Wei Chang
15a1472425
Update REAME, split tests.
2015-02-16 17:07:14 +08:00