Hi all,

I have installed "ij_clustering.jar" that contains KMeansClustering plugin. I 
am trying to call this plugin from java code as the following:

IJ.runPlugIn(imp,"KMeansClustering","");


or usingĀ 

IJ.run(imp,"k-means Clustering","number=2 cluster=0.00010000 enable 
randomization=176");
to run the installed plugin from imageJ menus.

The problem is that the resulted image is not clustered at all (i.e. it remains 
the same). I think the third parameter (arg) should be set in the first 
command, but I have no idea how to set it.

My point is that how to run installed imageJ plugins in my java code?


Regards,
Safaa
_______________________________________________
ImageJ-devel mailing list
ImageJ-devel@imagej.net
http://imagej.net/mailman/listinfo/imagej-devel

Reply via email to