Rasha - MATLAB Central
photo

Rasha


Last seen: 2 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image processing

统计学

All
MATLAB AnswersCodyZoom OutFrom 09/13 to 04/25Use left and right arrows to move selectionFrom 09/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
1 个回答

Cody

0 个问题
4 个答案

排名
123,288
of 298,264

声誉
0

贡献数
9 个提问
1 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
59,405
of 160,718

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

已回答
how can I use higher order statistics in an image?
there is a pdf file have an explanation of HOS with matlab.

11 years 前 | 0

| 已接受

提问


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

11 years 前 | 0 个回答 | 0

0

个回答

提问


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',...

11 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 2 个回答 | 0

2

个回答

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前