photo

Antonio


Universidad Central de Venezuela

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

22 질문
1 답변

Cody

0 문제
2 답안

순위
27,618
of 300,381

평판
1

참여
22 질문
1 답변

답변 채택
63.64%

획득한 표
1

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
89,735
of 168,477

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


Is Matlab's FileExchange compatible with the Affero GPL license?
Hi, I want to post the code from a research project in FileExchange under an Affero GPL license. I've seen files posted with no ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


adding an RGB volume to a grayscale MRI volume
I have a grayscale MRI volume of dimension 160x216x176. I also have a volume corresponding to its labels, which is in RGB, ...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How can I change the figure in which I'm drawing with imfreehand?
I used this: figure('name', 'image to segment'), imshow(imdata,[]); h = gcf %... %do segmentation figure(h), ...

12년 초과 전 | 0

| 수락됨

질문


How can I change the figure in which I'm drawing with imfreehand?
I segment an image after specifying some segmentation seeds via imfreehand, then I get the segmented image on a new figure and I...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


dicomwrite error: Cannot determine photometric interpretation
I wrote the following code, derived from the dicomwrite sample on the documentation: clear; close all; load seg_result_...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


making the cuda volume renderer included in the sdk work with matlab
I'm interested in making the ray casting VR from Nvidia's SDK work with Matlab, but I've realized there's no documentation on te...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


apply logical mask to rgb image
I tried doing this: foreground_mask = uint8(new_label == 1); segmented_foreground = imdata_orig .* repmat(foregroun...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How can I initialize a __device__ variable via the CUDAKernel interface?
I have this global ___device___ variable in my original C/Cuda kernel code, that I'm now porting to a kernel compatible to the C...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Botched dicom image after rgb conversion
I converted a 4D dicom image into rgb like this: image_data = dicomread('TumorSimOutput2T1Gad.dcm'); rgb4Dimage = image_...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Converting the grayscale dimension in a 4D dicom image matrix to RGB
I converted a mha file to dicom format (and got this file: <https://www.dropbox.com/s/i0cr2910ie4k5zy/TumorSimOutput2_T1.dcm> ) ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


4D dicom matrix? Why not 3D?
I converted a mha file to dicom format (and got this file: <https://www.dropbox.com/s/i0cr2910ie4k5zy/TumorSimOutput2_T1.dcm> ) ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to save an image with an overlay mask applied to it?
Consider the following code I = imread('pout.tif'); figure, imshow(I); h = imfreehand (gca, 'Closed',false); ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Obtaining the maxvalue on a dicom colormap programatically
while using [dicom_data,color_map] = dicomread('dicomfile.dcm'); I get this as color_map: [] and running ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Erasing freehandrois in a stack shared via handles
I want to be able to erase a collection of freehandrois that I've drawn on an image successively. I decided to use a stack-like ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


why aren't black pixels appearing where the imfreehand contour was drawn?
Consider this: imag = imread ('pout.tif'); figure, imshow (imag); h = imfreehand (gca, 'Closed', false); posi...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


How can I save a heterogeneous group of segmentation seeds drawn on an image via imfreehand?
I want to specify various segmentation seeds across different MRI slices and save them. *Edit:* like this <<http://edwardk...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


Can the default line thickness of imfreehand be changed?
I'd like to make the lines that appear from imfreehand thicker. Is there a way to do this?

거의 13년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 13년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 13년 전

질문


GUiDE, is there a difference between setting up properties in OpeningFcn and setting them on the createFcn of each gui element?
Is there a reason to choose one over the other, besides code modularity?

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


Visualizing a DICOM file of multiple frames
I generated this brain tumor via TumorSim and converted it from .mha to .dcm using the gdcm2vtk tool. <https://www.dropbox.c...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


Error: Could not detect a compiler on local system which can compile the specified input file(s) Error using mex
I'm running Matlab 2012a on Windows 7, 64 bits. I want to run this growcut sample, which includes a cpp file, a mexglx file, a m...

거의 13년 전 | 답변 수: 2 | 1

2

답변

질문


How can I draw on an image and use what I draw as segmentation seeds?
I want to draw structures of interest in MRI to implement a variant of the GrowCut algorithm. What's the simple way to do this i...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


How do I run the version of GrowCut in FileExchange in Matlab 2012a?
I want to run this image segmentation program. http://www.mathworks.in/matlabcentral/fileexchange/19091-growcut-image-segme...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


Where can I find the files for the webinar "Medical Imaging Workflows with MATLAB"?
I haven't been able to find them via Google search or Brett Shoelson's File Exchange.

거의 13년 전 | 답변 수: 1 | 0

1

답변