sync
This commit is contained in:
parent
4b0bcd311b
commit
9b72a57511
23
TODO
23
TODO
@ -1,14 +1,3 @@
|
|||||||
- we have aconv and aconvsep
|
|
||||||
|
|
||||||
test timing, make sure it;s worth having a separate aconvsep version
|
|
||||||
|
|
||||||
if it is, make im_aconvsep an optimisation: call im_aconvsep_raw() from
|
|
||||||
vips_conv() if mask width or height == 1 and prec == APPROX
|
|
||||||
|
|
||||||
now we can get rid of im_aconvsep() since it's just vips_convsep() with prec
|
|
||||||
set to approx
|
|
||||||
|
|
||||||
aconv needs some more work, get it going at least with gaussian
|
|
||||||
|
|
||||||
- do conv and morph quickly as simple wrappers over the vips7 operations
|
- do conv and morph quickly as simple wrappers over the vips7 operations
|
||||||
|
|
||||||
@ -147,6 +136,18 @@ convolution
|
|||||||
|
|
||||||
wait for vipsobject for this
|
wait for vipsobject for this
|
||||||
|
|
||||||
|
- we have aconv and aconvsep
|
||||||
|
|
||||||
|
test timing, make sure it;s worth having a separate aconvsep version
|
||||||
|
|
||||||
|
if it is, make im_aconvsep an optimisation: call im_aconvsep_raw() from
|
||||||
|
vips_conv() if mask width or height == 1 and prec == APPROX
|
||||||
|
|
||||||
|
now we can get rid of im_aconvsep() since it's just vips_convsep() with prec
|
||||||
|
set to approx
|
||||||
|
|
||||||
|
aconv needs some more work, get it going at least with gaussian
|
||||||
|
|
||||||
|
|
||||||
arithmetic
|
arithmetic
|
||||||
==========
|
==========
|
||||||
|
Loading…
Reference in New Issue
Block a user