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