Click or drag to resize

ImageTColor, TDepthConvert Method

http://www.emgu.com
Overload List
  NameDescription
Public methodConvertTOtherColor, TOtherDepth
Convert the current image to the specific color and depth
Public methodConvertTOtherDepth(FuncTDepth, TOtherDepth)
Compute the element of the new image based on element of this image
Public methodConvertTOtherDepth(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
Public methodConvertTDepth2, TDepth3(ImageTColor, TDepth2, FuncTDepth, TDepth2, TDepth3)
Compute the element of the new image based on the elements of the two image
Public methodConvertTDepth2, 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
Public methodConvertTDepth2, 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
Top
See Also