Collapse All
Expand All
|
Language Filter: C#
Language Filter: Visual Basic
Language Filter: Visual C++
C#
Visual Basic
Visual C++
|
See Also
Emgu CV Library Documentation
Image
<
(Of
<
(
<'
TColor
,
TDepth
>
)
>
)
>
.
.
::
Convert Method
Overload List
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
See Also
Image
<
(Of
<
(
<'
TColor, TDepth
>
)
>
)
>
Class
Emgu.CV Namespace