ImageMagick.ChannelMoments.SetHuInvariants C# (CSharp) 메소드

SetHuInvariants() 개인적인 메소드

private SetHuInvariants ( NativeChannelMoments nativeInstance ) : void
nativeInstance NativeChannelMoments
리턴 void
    private void SetHuInvariants(NativeChannelMoments nativeInstance)
    {
      _HuInvariants = new double[8];

      for (int i = 0; i < 8; i++)
        _HuInvariants[i] = nativeInstance.GetHuInvariants(i);
    }