stuff
This commit is contained in:
parent
dfc7f859cd
commit
aa805f82c1
21
TODO
21
TODO
@ -1,20 +1,8 @@
|
||||
|
||||
|
||||
- nip2-7.22.3 on Windows is not adding the path you load from to the set of
|
||||
paths to search, breaking demo2 for Hamish
|
||||
|
||||
|
||||
|
||||
- lab [100,0,0] -> srgb [255, 255, 254]? how odd
|
||||
|
||||
- could do small masks in a single pass
|
||||
|
||||
- try using a smaller norm factor in nip2 for sep conv gen there?
|
||||
|
||||
|
||||
|
||||
|
||||
- Lan's c4_stats.ws is broken, I guess due to vector stuff
|
||||
|
||||
|
||||
|
||||
@ -43,8 +31,6 @@
|
||||
|
||||
- use D65 in cmsCreateLab4Profile() ? not sure
|
||||
|
||||
- VImage("poop.v") should use "rd" as well? Python too?
|
||||
|
||||
- im_divide() can /0 for complex
|
||||
|
||||
- unlink temps earlier on *nix systems
|
||||
@ -133,18 +119,11 @@ g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/crti.o
|
||||
- quite a few hist operations have no GUI ... lhisteq, for example? or
|
||||
histspec?
|
||||
|
||||
- added im_local_imask(), im_local_dmask(), needs docs?
|
||||
|
||||
I guess when mask/* gets docs
|
||||
|
||||
- im_rotate_imask90 only works for square, odd-sized masks, argh
|
||||
|
||||
just use im_rot90? have a small wrapper to let you use image functions on
|
||||
masks
|
||||
|
||||
- lots of stupid little files in hist, eg. im_hsp.c ... paste them into larger
|
||||
modules
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user