photo

Rasha


Last seen: plus de 2 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: image processing

Statistiques

All
MATLAB Answers

9 Questions
1 Réponse

Cody

0 Problèmes
4 Solutions

RANG
126 039
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
55.56%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
63 487
of 171 361

CONTRIBUTIONS
0 Problèmes
4 Solutions

SCORE
50

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


image segmentation using normalized statistics and high-order statistics
I tried to implement this paper with matlad, but on 2D-grayscal image. <https://www.google.com.eg/url?sa=t&rct=j&q=&esrc=s&s...

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


how can use kurtosis in 2D gray scale image segmentation?
I wrote this code to find skewness and kurtosis for a 2D gray scale image, I wondered if is it right like this? and how can I us...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


how to find map matrix to an 3D image as in load function?
in this code load wbarb; the output be the image 'X' and the map of it. I want to find the map to my image so I wrot...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Question


How to use wavelet in 2D image segmentation?
I'm trying to enhancement the image edges before segmentation by using wavelet transform and gradient; as flow: 1- using wavel...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Question


how to use conditional entropy thresholding on 2D gray scal image?
Hi, I want to segment an image with spatial-Pal automatic thresholding method "conditional entropy", I found this code but I con...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how can I use higher order statistics in an image?
there is a pdf file have an explanation of HOS with matlab.

plus de 11 ans il y a | 0

| A accepté

Question


how to find spatial quality measure sqm of reference 2D image and segmented 2D image?
I have a gray scale image, I segment an object from it using watershed, and I extract this object ideal size by Photoshop. I wa...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


how can I use higher order statistics in an image?
I want to use a higher order statistic on a 2D image segmentation program. I find this code: PD = ProbDistUnivParam('normal',...

presque 12 ans il y a | 2 réponses | 0

2

réponses

Question


how to find maximum value of 2nd column of matrix 22x2?
I have the next matrix A I want to find maximum value of 2nd column of it, but the matlab didn't accept the step!!! A = [1...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


How can I use lorentzian norm in 2D gray scale image segmentation?
I'm working on 2D image segmentation & I want to refine the image with lorentz as a preprocessing operation. lorentzian n...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 12 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

plus de 12 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 12 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 12 ans il y a