photo

FJ


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
27,512
of 300,028

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,043

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What are some beginner algos that I can use to separate two overlapping nuclei?
I am trying to extract nuclei from images. I have tried WaterShed but it is not very optimal in use. Example images: https://p...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Can I apply griddedinterpolant to a binary image to resize it back? What I want to achieve. Below. Error: Invalid arguments specified in evaluating the interpolant.
F1 = griddedInterpolant(double(G)); %G is binary xq = (0:6/5:sx)'; yq = (0:6/5:sy)'; zq = (1:sz)'; vq1 = uint8(F1...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Can SQRT be used on an RGB image with double precision?
I am trying to square root my RGB image but it keeps showing me a white output image.

7 years 前 | 1 个回答 | 1

1

个回答

提问


How does the the division of image by 255 work and multiplication of one image with another? Need help understanding the bold part of the code. This code is complete and can run in MATLAB.
for i = 1:256 for j = 1:256 R(i,j) = j-1; end end colormap(gray(256)); I = zeros(256,256); for i=1:25...

7 years 前 | 1 个回答 | 0

1

个回答