public Image<TColor, byte> Cmp( Image<TColor, TDepth> img2, CMP_TYPE cmpType )
Public Function Cmp ( _ img2 As Image(Of TColor, TDepth), _ cmpType As CMP_TYPE _ ) As Image(Of TColor, Byte)
public: Image<TColor, unsigned char>^ Cmp( Image<TColor, TDepth>^ img2, CMP_TYPE cmpType )