<div dir="ltr"><div><div>Hi Jan<br><br></div>I am not sure of the best to draw points that are at a sub-resolution position.  <br><br></div>Below is an example that shows how to use imglib2 (in a script) to draw points and then convolve them.   (note it works with imagej-ops-0.16.0 and above)<br><div><div><br><a href="https://github.com/imagej/imagej-tutorials/blob/scripting/jython/CreateAndConvolvePoints.py">https://github.com/imagej/imagej-tutorials/blob/scripting/jython/CreateAndConvolvePoints.py</a><br><br>If you know the equation you want to use for a point at sub-resolution maybe you can implement it using the same imglib2 interfaces...
 <br><br><br></div><div><br></div><div>  <br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 19, 2015 at 7:32 AM, Jan Eglinger <span dir="ltr"><<a href="mailto:jan.eglinger@gmail.com" target="_blank">jan.eglinger@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
I'd like to use ImageJ-Ops to create an image with "virtual beads" of a given diameter with a given intensity.<br>
I thought of using a 3D Gaussian to get the spatial intensities for each bead (at a random subpixel position), and then summing up single bead images to get a volume with randomly distributed spots.<br>
Finally, I might want to convolve these ideal 3D Gaussian spots with a given point-spread function (PSF).<br>
<br>
I guess I'll need<br>
  ij.op().image().equation()<br>
  ij.op().math().add()<br>
and finally<br>
  ij.op().filter().convolve()<br>
<br>
but I am unsure how to proceed.<br>
<br>
Could anybody give me some hints how to start?<br>
<br>
Thanks,<br>
Jan<br>
<br>
_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net" target="_blank">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" rel="noreferrer" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</blockquote></div><br></div>