Jamal
Posts:
16
Registered:
3/16/11
|
|
Re: Model a Breast With cancer tumer in side
Posted:
May 7, 2011 12:19 PM
|
|
Dear Image analyst;
Thanks for this code i saw some where, its yours, please see bellow; rectangle('Position',[1,2,5,10],'Curvature',[1,1],... 'FaceColor','r') daspect([1,1,1]) xlim([0,7]) ylim([1,13]) hold on rectangle('Position',[2,4,3,6],'Curvature',[1,1],... 'FaceColor','y') hold on rectangle('Position',[1,2,2,5],'Curvature',[1,1],... 'FaceColor','g')
I added the green color, could that be used as an image to calculate its pixels. and instead of green, yellow, red is it possible if i wanted to add my own pixels(values).
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <9e9822b9-e92e-4062-a970-370641000ad9@k22g2000yqh.googlegroups.com>... > On May 6, 9:58 pm, "Allah Akbar" <elsher...@live.com> wrote: > > Me Too , Want To Create a template for a Tumor with a Gaussian Circle ... How To Do It ?! > --------------------------------------------------------------------- > For the sixth time today, just use fspecial(), in the Image Processing > Toolbox.
|
|