Statistik
4 Fragen
0 Antworten
RANG
41.595
of 301.159
REPUTATION
1
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
RANG
of 21.182
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
fast 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0

