ImageJS
    Preparing search index...

    Interface ComputeConvolutionValueOptions

    interface ComputeConvolutionValueOptions {
        clamp?: ClampFunction;
        returnRawValue?: boolean;
    }
    Index

    Properties

    If the value has to be clamped, specify the clamping function.

    returnRawValue?: boolean

    Specify wether the return value should not be clamped and rounded.