Correlation

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

Correlation

hchemis
I have two images (A1 and A2) and I want to know the correlation with the other one. I tried converting the images into 8 bit and then used the correlate (under FD Math) but did not work. Can anyone help me with this ?
Reply | Threaded
Open this post in threaded view
|

Re: Correlation

Krs5
A quick google search gives several option: https://www.google.co.uk/search?q=imageJ+image+correlation&gws_rd=cr&ei=xpnfWKfpD6aLgAbjiInACQ#spf=1

Kees
 

-----Original Message-----
From: hchemis [mailto:[hidden email]]
Sent: 31 March 2017 17:46
To: [hidden email]
Subject: Correlation

I have two images (A1 and A2) and I want to know the correlation with the other one. I tried converting the images into 8 bit and then used the correlate (under FD Math) but did not work. Can anyone help me with this ?



--
View this message in context: http://imagej.1557.x6.nabble.com/Correlation-tp5018428.html
Sent from the ImageJ mailing list archive at Nabble.com.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Correlation

Herbie
In reply to this post by hchemis
Good day,

the problem with your post is that you don't tell us what doesn't work.

"FD Math"b computes the "Correlation Function" of two images and
actually it only computes the inner part of it, because the correct
Correlation Function has a larger support.

However, I guess you wish to compute the "Correlation Coefficient" of
two images. If this is indeed the case, then you must multiply the two
images (Image Calculator) and finally get the mean of the resulting
product image (Measure).

HTH

Herbie

::::::::::::::::::::::::::::::::::::
Am 31.03.17 um 18:45 schrieb hchemis:

> I have two images (A1 and A2) and I want to know the correlation with the
> other one. I tried converting the images into 8 bit and then used the
> correlate (under FD Math) but did not work. Can anyone help me with this ?
>
>
>
> --
> View this message in context: http://imagej.1557.x6.nabble.com/Correlation-tp5018428.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html