Login  Register

Re: image overlaps

Posted by Gabriel Landini on Aug 30, 2007; 4:04pm
URL: http://imagej.273.s1.nabble.com/image-overlaps-tp3698404p3698405.html

On Thursday 30 August 2007 15:23:17 erwan bocher wrote:
> I want to multiply  two images but without the same x and y origin. I use
> the calibration method but it seem that x and y origin are not taken into
> account.

You can resize the canvas so the 2nd image is offset to the 1st one (or
viceversa) and fill the offset space with 1 so when multiplied, the result is
unchanged.

G.