Meriem YOUss
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
84.510
of 295.569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
Semantic segmentation evaluation results
Hi When i try evaluating semantic segmentation results by running "metrics = evaluateSemanticSegmentation(pxdsResults,pximds)"...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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)' % % % % % % % % % % % % % % % % % % % % % % % % % % % % %...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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(...
meer dan 3 jaar ago | 1 answer | 0