-
Notifications
You must be signed in to change notification settings - Fork 35
Make library useful to others #105
Comments
@scf32 Re RGB colour space: I think it is correct to simply transform each colour plane. I suspect the nicest behaviour would be for the 2D transform to accept 3D arrays and simply transform each slice independently. Opinions? |
@scf32 Can you point me at some MATLAB code which does the double sampling rate stuff? |
@scf32 I'm unfamiliar with the 4x4 refinement. TBH, the existing keypoint stuff in |
Double sampling low level functions are in Tim's git.csx. The 4x4 refinement is one of Pashmina's creations. The current fastest version of that should also be in Tim's repo. |
Tim's repo being this private one, yes? |
Yes. Actually, for reference it's best to look at refineMaxima(), which is On 8 August 2014 13:38, Rich Wareham [email protected] wrote:
|
On 8 August 2014 13:57, scf32 [email protected] wrote:
Super. I'll take a look and I'll open a new issue and update this one with Dr Rich Wareham |
@scf32 notes that the some tasks need to be done for
dtcwt
to be useful to him. I have reproduced them below:The text was updated successfully, but these errors were encountered: