* Apply custom square convolution kernel to image */
| 762 | * Apply custom square convolution kernel to image |
| 763 | */ |
| 764 | void KernelConvolution(const float* kernel, int kernelSize) { |
| 765 | ::ImageKernelConvolution(this, kernel, kernelSize); |
| 766 | } |
| 767 | protected: |
| 768 | void set(const ::Image& image) { |
| 769 | data = image.data; |
nothing calls this directly
no outgoing calls
no test coverage detected