* Create an image from a selected channel of another image (GRAYSCALE) */
| 757 | * Create an image from a selected channel of another image (GRAYSCALE) |
| 758 | */ |
| 759 | ::Image Channel(int selectedChannel) { return ::ImageFromChannel(*this, selectedChannel); } |
| 760 | |
| 761 | /** |
| 762 | * Apply custom square convolution kernel to image |
nothing calls this directly
no outgoing calls
no test coverage detected