clean up notes
This commit is contained in:
parent
5b271d16ed
commit
81158d5b34
@ -25,6 +25,7 @@
|
|||||||
- nearest neighbour goes back to round down ... round to nearest caused a
|
- nearest neighbour goes back to round down ... round to nearest caused a
|
||||||
range of annoying problems, such as strange half-pixels along edges
|
range of annoying problems, such as strange half-pixels along edges
|
||||||
- vips_max() / _min() track the top n maxima / minima
|
- vips_max() / _min() track the top n maxima / minima
|
||||||
|
- deprecate im_maxpos_avg(): too specialised to be worth maintaining
|
||||||
|
|
||||||
14/11/12 started 7.30.6
|
14/11/12 started 7.30.6
|
||||||
- capture tiff warnings earlier
|
- capture tiff warnings earlier
|
||||||
|
14
TODO
14
TODO
@ -1,7 +1,17 @@
|
|||||||
|
- try
|
||||||
|
|
||||||
|
$ vips max test.v --x-array 10
|
||||||
|
(vips:28662): VIPS-WARNING **: object.c:1073:
|
||||||
|
VipsMax.x-array attempt to read
|
||||||
|
unset VipsArrayInt property
|
||||||
|
Trace/breakpoint trap (core dumped)
|
||||||
|
|
||||||
|
mysterious
|
||||||
|
|
||||||
|
- im_cross_phase.c, im_linreg.c, im_point_bilinear.c need deprecating?
|
||||||
|
|
||||||
- add vips_band()/vips_bor()
|
- add vips_band()/vips_bor()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- now we've removed round-to-nearest from NN, we need something extra in the
|
- now we've removed round-to-nearest from NN, we need something extra in the
|
||||||
affine transform to displace the input cods
|
affine transform to displace the input cods
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user