photo

FJ


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
26,969
of 300,364

평판
1

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변