getCoordinates(x, y) from multipoint

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

getCoordinates(x, y) from multipoint

SB_Panda
Hello,

I'm just writing a RegionGrowingFilter and want select the seedPoints with the multi-point tool. We should integrate it in a Pluginfilter. How can I read out the x,y coordinate of the Points. At the moment I get the inputs manually: e.g.:

int sx1 = 75;
int sy1 = 150;
ipResult.putPixel(sx1, sy1, ip.getPixel(sx1,sy1));

Thanks for your help
Greets

Simon