Question


Why do I get this error since there is only one function?
Hello I get the below error Error: File: SegmentBone.m Line: 7 Column: 18 Function with duplicate name "SegmentBone" cannot...

5 years ago | 1 answer | 0

1

answer

Question


Error with function duplicate name where there is only one function.
Hello Matlab tries to call a function with the name "SegmentBone" as you can see from the example but I get the error of duplic...

5 years ago | 0 answers | 0

0

answers

Question


How do I convert to Mex from Cpp using Xcode ver 10
For Mac Users, I need that info. Thanks

5 years ago | 2 answers | 0

2

answers

Question


Cpp to Mex conversion
How can I do a cpp conversion to mex? Thanks

5 years ago | 2 answers | 0

2

answers

Question


Matlab Crushes when new .m file is added
Whenever I add a new .m file in the current folder, Matlab doesn't automatically recognize it and it prompts me to either change...

5 years ago | 2 answers | 0

2

answers

Question


Ultrasound Bone Segmentation via Matlab
Hello Does anyone have resources for Bone segmentation in Ultrasound images, using Matlab? Welcome all suggestions. Th...

5 years ago | 0 answers | 0

0

answers

Question


writetable command is not working
Hi I am using this command to export from Matlab to Excel o = array2table(Pd) writetable(o,'ManualVsAutomated.xls','Sheet...

5 years ago | 0 answers | 0

0

answers

Question


How to make Chan Vese active contour more robust?
Hello I am using Chan Vese active contour to segment some Ultrasound images. I was wondering whether there are several ways t...

5 years ago | 0 answers | 0

0

answers

Question


Why can't I run my python script from Matlab?
Hi I am trying to use this line py.intervals.py(); Where intervals is a python script. I get the error >> py.interva...

5 years ago | 3 answers | 0

3

answers

Question


How can I estimate the average for each one of the intervals in an x axis?
Hi I need a method to split my x axis into intervals and estimate the average for each one of the intervals. The plots are po...

5 years ago | 1 answer | 0

1

answer

Question


How can I define two tones in a grayscale image
Hi I have an ultrasound image with lots of gray tones. I want to threshold the image by defining two of its tones. The higher...

5 years ago | 1 answer | 0

1

answer

Question


How can I make this active snake contour more robust??
Hello I am using a ChanVese active contour from the MathWorks community. I need to make it more robust. I need it to segment ...

5 years ago | 0 answers | 0

0

answers

Question


How to write my own active contour?
Hello I am interesting writting my own active contour for automated ultrasound segmentation. It coulb be similar to Chan Vese...

5 years ago | 0 answers | 0

0

answers

Question


Why region_seg_demo is not working for the imcrop size of my preference?
Hi I use the below code I found in the Mathworks community S = uigetfile('*'); Img= imread(S); Img = double(Img(:,:,1...

5 years ago | 0 answers | 0

0

answers

Question


Why do I get NaN values?
I have used exactly the same code for Sheet 5 and different column names and I get numerical values but when I use it at Sheet 6...

5 years ago | 0 answers | 0

0

answers

Answered
How to use polyfit to get the difference out of two functions?
Actually, both datasets are high degree polynomials e.g 6. They are almost identical and need to find their difference. How do I...

5 years ago | 0

Question


How to use polyfit to get the difference out of two functions?
Hi I have two datasets (X,Y). For every value of Y that corresponds to a value of X. I am thinking of applying a polyfit com...

5 years ago | 3 answers | 0

3

answers

Question


How do I compare two images?
Hi I have two images. One was manually segmented and the other used an automated method. Both images segments the same in...

5 years ago | 2 answers | 0

2

answers

Question


How do I define the bottom row?
Hi I have acquired several ultrasound images with different pin sizes, for a validation test of mine. I know the real pin s...

5 years ago | 0 answers | 0

0

answers

Question


Suggestions of how to improve the segmentation?
Hello I got this segmented image (see attached), using a ChanVese contour. The problem is that after a several number of iter...

5 years ago | 0 answers | 0

0

answers

Question


What would be the outcome of this line?
Hi If I use this line code for col = col1 : col2 row2 = find(mask(:, col), 1, 'last'); % Get bottom row of mask ...

5 years ago | 0 answers | 0

0

answers

Question


Why I get extra columns with irrelevant results?
Hi I use those lines to get the number of pixels among several rows and columns for col = 390 : 466 h = imdistline(gca,...

5 years ago | 1 answer | 0

1

answer

Question


Why this incongruency happens regarding number of pixels?
Hi I use the image I attached. I use this line to get the sum of pixels from row 307 to 366, at columns from 464 to 490 for c...

5 years ago | 1 answer | 0

1

answer

Question


How can I make this active contour more robust?
Hi I attach the segmented images. As you can see the contour is not robust enough. As a result, there are gaps between the hea...

5 years ago | 0 answers | 0

0

answers

Question


How to measure the pixels of the central column
Hi See attached image please. I want somehow, Matlab, identify the central column of pixels that start from the top (red p...

5 years ago | 0 answers | 0

0

answers

Question


How can I make the active contour work more efficiently?
Hi. As you can see from the image I attach I am trying to segment the image, using a Local Gaussian Distribution algorithm ac...

5 years ago | 0 answers | 0

0

answers

Question


Just a small modification to go please
Hi I have modified my code from previous times. I am so close to achieve what I want to achive but I know that I cannot surpa...

5 years ago | 1 answer | 0

1

answer

Question


Modified but still get errors. Is it more clear to help me?
Hi I just modified the code I am trying to use in order to select one out of two images. I use that code MyMatrix = Img; ...

5 years ago | 1 answer | 0

1

answer

Question


What is this error about after am trying to indice an image out of a uibutton and uicontrols ?
I use this script bg = uibuttongroup('Visible','off',... 'Position',[0 0 .2 1],... 'Sele...

5 years ago | 0 answers | 0

0

answers

Question


What is wrong with this uibutton and callback function?
Hi I want to have two radio buttons pick one image at a time for further processing. I use this code. bg = uibuttongroup('Vi...

5 years ago | 2 answers | 0

2

answers

Load more