Community Profile

photo

fadwa chebil


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I plot a curve from data ?
I have two images I and J.I use this algorithme (ICP for image registration) clear all; close all; clc; addpath(genpath(...

8 years ago | 1 answer | 0

1

answer

Question


Can you please help me haw to write a code MATLAB for this equation ?
SSD= = √(∑_(i=1)^n▒〖(xi-yi)2〗)

8 years ago | 1 answer | 0

1

answer

Question


Can you please help me how to calculate distance SSD between two images I and J ?
I have two medical images I and J and i used (ssd = sum(sum((J-I).^2));) but the result is false. I try it in many cases (rigid ...

8 years ago | 0 answers | 0

0

answers

Question


Can you please help me to write MATLAB code for elastic deformation for an image ?
I have an image I.I d'like writing MATLAB code to found an elastic deformation in the case of non rigid registration Thank you ...

8 years ago | 1 answer | 1

1

answer

Question


Can you please help me how to write an algorithm MATLAB that resolu the problem of Point Set Registration Using Gaussian Mixture Models ?
I have two images I and J .I like applying an algorithm of Point Set Registration Using Gaussian Mixture Models. Thank you a lo...

8 years ago | 1 answer | 0

1

answer

Question


How can I found the distance SSD (Sum of Squared Differences) between two images ?
Hello! I am having two images I and J. How can found distance between this two images with using SSd? Please help!

8 years ago | 3 answers | 0

3

answers