photo

Mahalakshmi


ytuyuy

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
23,239
of 299,837

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
1

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


ambiguity in location of path
f2w=fullfile(f1,'COScell1','Output-32','Segmentation2'); fg=fullfile(f2w,'Green'); fg_Color=fullfile(fg,'Green_Color'); ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


ambiguity in location of path
Hi , This is so weird. Here is the code. f2=fullfile(f1,'COScell1','Input'); f2w=fullfile(f1,'COScell1','Output-32','Segme...

14 years 前 | 2 个回答 | 0

2

个回答

提问


output size of images written using getframe
When I write images by using getframe, eventhough the input image is of size 512*512 the output images are of size 513*513 or 51...

14 years 前 | 1 个回答 | 0

1

个回答

提问


write empty matrix (null) into excel
Hi , I am using xlswrite to write the centroid of points in a stack of images. But few of the images dont have points and hen...

14 years 前 | 0 个回答 | 0

0

个回答

提问


dilation of specific objects
I am wondering if it is possible to perform dilation on a part of the image. Basically after converting the image to binary I ha...

14 years 前 | 1 个回答 | 0

1

个回答

提问


kmeans on RGB/ Lab colorspace
Hi , I performed k means on an rgb image after converting it to lab colorspace. I also performed k means on the rgb image direc...

14 years 前 | 1 个回答 | 1

1

个回答

提问


folder specification using fullfile
img1=('C:\Users\Public\Pictures\Desert.jpg'); f=fullfile('C:','Users','Public','Pictures'); img2=imread(f,Desert.jpg); I ca...

14 years 前 | 1 个回答 | 0

1

个回答

提问


How do I draw a line along the major axis as found with regionprops
I have used the regionprops to find the MajorAxisLenth of each object in my image. How do I draw a line along the major axis?

14 years 前 | 2 个回答 | 0

2

个回答

提问


k means
I'm trying to perform k means on a 512*512 img of class uint8. Here is my code ab = double(img(:,:)); nrows = 512; ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Writing images superimposed with coloured boundaries
Is it possible to write images on which I've superimposed boundaries into jpg files.If so how? When I tried just the binary imag...

14 years 前 | 1 个回答 | 0

1

个回答