![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20754078_1622793513900.jpg)
Meriem YOUss
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
97.421
of 297.016
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
intersection the red edges of the mask to a grayscale image
Hi; I have two images of lungs first in grayscale and the second with a mask, I want to make the edges of the mask intersect wit...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Semantic segmentation evaluation results
Hi When i try evaluating semantic segmentation results by running "metrics = evaluateSemanticSegmentation(pxdsResults,pximds)"...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi; i need help please. I want to multiply the 5 slices i chose from image vol (1) * slices from image vol (3) and (img2 * img4) this program displays as (img2 * img4) , I wan
clear all; close all; a='C:\Users\HP_2\Desktop\Nouveau dossier (2)' % % % % % % % % % % % % % % % % % % % % % % % % % % % % %...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi; Someone please help me, how to do the same code with a set of images with a loop, and save only the first slice of each image?
for sliceIndex = 1 : size(image3d, 3) thisSlice = image3d(:,:,sliceIndex); filename = sprintf('Slice #%d.png', sliceIn...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am converting a 3D image to a set of 2D images(slices), but the images I receive are not of good quality, so there is a loss of information. Is there a solution? please help
clear all; close all; i=niftiinfo('picture.nii'); Va = niftiread(i); Vmax = max(Va); Vmin = min(Va); Va_prime = ((Va-abs(...
mehr als 3 Jahre vor | 1 Antwort | 0