photo

fadwa chebil


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
36,837
of 301,153

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,067

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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(...

10 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〗)

10 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 ...

10 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 ...

10 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...

10 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!

10 years ago | 3 answers | 0

3

answers