Statistica
RANK
3.985
of 295.569
REPUTAZIONE
13
CONTRIBUTI
4 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
5
RANK
of 154.105
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
Feeds
Filling a specific region with a colour
Yes, roifill will fill a region with some color, but you have to specify the color after you draw the region on the image, befor...
oltre 11 anni fa | 0
add vector to an existing matrix
data9 = zeros(size(data8,1),1); data9 = [data8,data9]; This will concatenate the variables together, giving you a 19599 ...
oltre 11 anni fa | 2
how to dilate the gray scale image and threshold value only on ROI?
If you created an ROI object, you can create a binary mask from the ROI. Then, you can specify an arbitrary image matrix where t...
oltre 11 anni fa | 2
| accettato
Domanda
Counting polygon vertices while polygon is drawn
Is there a way to count the number of polygon vertices specified in impoly(), roipoly(), or roipolyold() while the polygon is be...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
uiwait Interfering with Object Wait Function in GUIDE GUI
I have created a GUI using GUIDE to allow users to segment objects out of an image interactively using marker-controlled watersh...
oltre 11 anni fa | 1 risposta | 1
1
rispostawriting a matrix into a file
Here's a basic script that you should be able to modify and get to work using fprintf. Look at the help document for other thing...
oltre 11 anni fa | 0
Overlaying Transparent Image with Clear Background on Original
I was able to fix my problem by using the regionprops and patch functions to find object extrema and plot patch regions semi-tra...
oltre 11 anni fa | 0
| accettato
Domanda
Overlaying Transparent Image with Clear Background on Original
Hello, I have a problem with creating a semi-transparent overlay that I hope someone can help me with. I am performing marker-co...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
Estimating Noise Variance in a Homogeneous Area of an Image
Hello, I am working with images that have the quality and resolution of ultrasound images. I am not sure what types of noise are...
circa 13 anni fa | 1 risposta | 0