I use .NET/Link User Guide. I need to compute this code:
listClust = ClusteringComponents[dataImage, 3, 2];
I imported files in C#. I want to conver image in C# to type ImageData, but I don't understand how can I do this. Also I should calculate desult if this code.
I think that I should do something like this, bu I don't understand how can I write parametre's name:
        private void buttonBinarisation_Click(object sender, EventArgs e)
        {
            IKernelLink kl = MathLinkFactory.CreateKernelLink();
            object im = (object)pictureOriginal.Image;
            kl.Put(im);
        }
There is not many information in your description.http://reference.wolfram.com/language/NETLink/tutorial/Overview.html