| Name | Description |
---|
 | Convert<(Of <(TOtherColor, TOtherDepth>)>)()()() | Convert the current image to the specific color and depth |
 | Convert<(Of <(TOtherDepth>)>)(Converter<(Of <(TDepth, TOtherDepth>)>)) | Compute the element of the new image based on element of this image |
 | Convert<(Of <(TOtherDepth>)>)(Func<(Of <(TDepth, Int32, Int32, TOtherDepth>)>)) |
Compute the element of a new image based on the value as well as the x and y positions of each pixel on the image
|
 | Convert<(Of <(TDepth2, TDepth3>)>)(Image<(Of <(TColor, TDepth2>)>), Func<(Of <(TDepth, TDepth2, TDepth3>)>)) | Compute the element of the new image based on the elements of the two image |
 | Convert<(Of <(TDepth2, TDepth3, TDepth4>)>)(Image<(Of <(TColor, TDepth2>)>), Image<(Of <(TColor, TDepth3>)>), Func<(Of <(TDepth, TDepth2, TDepth3, TDepth4>)>)) | Compute the element of the new image based on the elements of the three image |
 | Convert<(Of <(TDepth2, TDepth3, TDepth4, TDepth5>)>)(Image<(Of <(TColor, TDepth2>)>), Image<(Of <(TColor, TDepth3>)>), Image<(Of <(TColor, TDepth4>)>), Func<(Of <(TDepth, TDepth2, TDepth3, TDepth4, TDepth5>)>)) | Compute the element of the new image based on the elements of the four image |