![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2931333.jpg)
Rasha
Followers: 0 Following: 0
Professional Interests: image processing
Statistics
RANK
275 141
of 297 046
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerhow can I use higher order statistics in an image?
there is a pdf file have an explanation of HOS with matlab.
mer än 10 år ago | 0
| accepted
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...
nästan 11 år ago | 0 answers | 0
0
answersQuestion
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',...
nästan 11 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 11 år ago | 2 answers | 0
2
answersSolved
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...
mer än 11 år ago
Solved
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 ...
mer än 11 år ago
Solved
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:...
mer än 11 år ago