I am writing an article related to Computer Vision but to complete the math under the technique I should prove the following equality:
$$\frac{\mathrm d}{\mathrm dx}(h*f) = \left(\frac{\mathrm d}{\mathrm d x}h \right)*f$$
I am not a mathematician and I am not used to convolution analysis. So, how can I prove it?
Recall that the convolution is defined as $$(h\ast f)(x) = \int_{-∞}^∞ h(x - τ)f(τ) \mathrm d τ \quad \text{for $x ∈ ℝ$}.$$ Now use the special case of Leibniz’s integral rule.
To apply this, you only need $h$ to be continuously differentiable.