ImageTColor, TDepthConvert Method |
Name | Description | |
---|---|---|
![]() | ConvertTOtherColor, TOtherDepth | Convert the current image to the specific color and depth |
![]() | ConvertTOtherDepth(FuncTDepth, TOtherDepth) | Compute the element of the new image based on element of this image |
![]() | ConvertTOtherDepth(FuncTDepth, 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
|
![]() | ConvertTDepth2, TDepth3(ImageTColor, TDepth2, FuncTDepth, TDepth2, TDepth3) | Compute the element of the new image based on the elements of the two image |
![]() | ConvertTDepth2, TDepth3, TDepth4(ImageTColor, TDepth2, ImageTColor, TDepth3, FuncTDepth, TDepth2, TDepth3, TDepth4) | Compute the element of the new image based on the elements of the three image |
![]() | ConvertTDepth2, TDepth3, TDepth4, TDepth5(ImageTColor, TDepth2, ImageTColor, TDepth3, ImageTColor, TDepth4, FuncTDepth, TDepth2, TDepth3, TDepth4, TDepth5) | Compute the element of the new image based on the elements of the four image |