photo

FJ


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
27.227
of 300.331

REPUTAZIONE
1

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
1

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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.

oltre 7 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta