MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / KernelConvolution

Function KernelConvolution

include/Image.hpp:764–766  ·  view source on GitHub ↗

* Apply custom square convolution kernel to image */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected