rjw57 / dtcwt

Python port of the Dual-Tree Complex Wavelet Transform toolbox for MATLAB
Other
84 stars 34 forks source link

Changing the registration.confidence function to be consistent with chen... #103

Closed hgomersall closed 10 years ago

hgomersall commented 10 years ago

... 2012, eqn 14 - this prob needs checking. Also, actually including the confidence paramter that was omitted from qtildematrices.

hgomersall commented 10 years ago

Not a very clear initial comment! It seems the current confidence function doesn't actually return what is described in the paper the code is ostensibly representing. This might be intentional, but if not, (something like) code as pushed.

Also, added epsilon as an explicit parameter and included the confidence in the computation of qtilde.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.02%) when pulling dbe68b8a2554bdb6c646b9e2d488501ac29c4d69 on hgomersall:master into 3054e4cb9f29d38f1eb95606169c4c03e92d2d7c on rjw57:master.

rjw57 commented 10 years ago

Merged! Thanks :).