\brief Set the kernel weights, given as a `KxC` matrix in row-major order. \see getKernelWeights()
| 1546 | //! \see getKernelWeights() |
| 1547 | //! |
| 1548 | void setKernelWeights(Weights weights) noexcept |
| 1549 | { |
| 1550 | mImpl->setKernelWeights(weights); |
| 1551 | } |
| 1552 | |
| 1553 | //! |
| 1554 | //! \brief Get the kernel weights. |
nothing calls this directly
no test coverage detected