Closed kephale closed 8 years ago
Do you think we should add a separate kernelGauss
function that defaults to FloatType
(or better: DoubleType
)? Or should we just merge this? I want to have a consistent policy: we already have some ops that provide a function which defaults to DoubleType
, and then a computer which lets you give the preallocated image of whatever type.
Defaulting to DoubleType sounds great. FloatType was a result of semi-blind copy-paste.
OK, imagej/imagej-ops@1c2f62201c65bcd085a76c5ae0c72596674dcaf3 readds the missing signatures, such that I think we no longer need to update the tutorial here. Let me know if you find otherwise.
Minor change to add the extra required args to the kernelGauss call