|
|
can anyone help me ....
my project's first module is to perform harris detector for various CT slices i had completed it.. now i hav to stack also those detected 256 slices((on which harris detector was performed)) in a separate folder..
can anyone pls help me
|
|
0
|
|
|
|
Reply
|
Harinee
|
12/9/2009 1:59:02 PM |
|
"Harinee A.S" <friend.harinee@gmail.com> wrote in message
news:hfoaf6$o49$1@fred.mathworks.com...
> my project's first module is to perform harris detector for various CT
> slices i had completed it.. now i hav to stack also those detected 256
> slices((on which harris detector was performed)) in a separate folder..
> can anyone pls help me
HELP CAT, perhaps? Or maybe some of the techniques in the Volume
Visualization section of the documentation will help you?
http://www.mathworks.com/access/helpdesk/help/techdoc/visualize/f5-6010.html
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
|
0
|
|
|
|
Reply
|
Steven
|
12/9/2009 2:39:19 PM
|
|
"Steven Lord" <slord@mathworks.com> wrote in message <hfocnt$n8s$1@fred.mathworks.com>...
>
> "Harinee A.S" <friend.harinee@gmail.com> wrote in message
> news:hfoaf6$o49$1@fred.mathworks.com...
> > my project's first module is to perform harris detector for various CT
> > slices i had completed it.. now i hav to stack also those detected 256
> > slices((on which harris detector was performed)) in a separate folder..
> > can anyone pls help me
>
> HELP CAT, perhaps? Or maybe some of the techniques in the Volume
> Visualization section of the documentation will help you?
>
> http://www.mathworks.com/access/helpdesk/help/techdoc/visualize/f5-6010.html
>
> --
> Steve Lord
> slord@mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
> can you expain me little clearly
|
|
0
|
|
|
|
Reply
|
Harinee
|
12/9/2009 2:50:20 PM
|
|
"Harinee A.S" <friend.harinee@gmail.com> wrote in message
news:hfodfc$bu3$1@fred.mathworks.com...
> "Steven Lord" <slord@mathworks.com> wrote in message
> <hfocnt$n8s$1@fred.mathworks.com>...
>>
>> "Harinee A.S" <friend.harinee@gmail.com> wrote in message
>> news:hfoaf6$o49$1@fred.mathworks.com...
>> > my project's first module is to perform harris detector for various CT
>> > slices i had completed it.. now i hav to stack also those detected 256
>> > slices((on which harris detector was performed)) in a separate folder..
>> > can anyone pls help me
>>
>> HELP CAT, perhaps? Or maybe some of the techniques in the Volume
>> Visualization section of the documentation will help you?
>>
>> http://www.mathworks.com/access/helpdesk/help/techdoc/visualize/f5-6010.html
>>
>> --
>> Steve Lord
>> slord@mathworks.com
>> comp.soft-sys.matlab (CSSM) FAQ:
>> http://matlabwiki.mathworks.com/MATLAB_FAQ
>> can you expain me little clearly
Execute this command at the prompt:
help cat
and/or read the documentation located at the URL I provided above.
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
|
0
|
|
|
|
Reply
|
Steven
|
12/9/2009 2:54:26 PM
|
|
"Steven Lord" <slord@mathworks.com> wrote in message <hfodk9$m8d$1@fred.mathworks.com>...
>
> "Harinee A.S" <friend.harinee@gmail.com> wrote in message
> news:hfodfc$bu3$1@fred.mathworks.com...
> > "Steven Lord" <slord@mathworks.com> wrote in message
> > <hfocnt$n8s$1@fred.mathworks.com>...
> >>
> >> "Harinee A.S" <friend.harinee@gmail.com> wrote in message
> >> news:hfoaf6$o49$1@fred.mathworks.com...
> >> > my project's first module is to perform harris detector for various CT
> >> > slices i had completed it.. now i hav to stack also those detected 256
> >> > slices((on which harris detector was performed)) in a separate folder..
> >> > can anyone pls help me
> >>
> >> HELP CAT, perhaps? Or maybe some of the techniques in the Volume
> >> Visualization section of the documentation will help you?
> >>
> >> http://www.mathworks.com/access/helpdesk/help/techdoc/visualize/f5-6010.html
> >>
> >> --
> >> Steve Lord
> >> slord@mathworks.com
> >> comp.soft-sys.matlab (CSSM) FAQ:
> >> http://matlabwiki.mathworks.com/MATLAB_FAQ
> >> can you expain me little clearly
>
> Execute this command at the prompt:
>
> help cat
>
> and/or read the documentation located at the URL I provided above.
>
> --
> Steve Lord
> slord@mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
>
this my coding for harris detector. this code reads those ct slices but performs the harris detector only for the first image . can u help me to solve this problem
for i=1:5
s1=int2str(i);
s2=strcat('C:\MATLAB7\bin\256slices\',s1);
s3=strcat(s2,'.tif');
img=imread(s3);
img2 = imresize(img,1);
imshow(img2)
figure;
[point, nPoint] = harris_detector(double(img2),300,5,0.04);
plot(point(2,:)+4, point(1,:)+4, 'g+');
hold on;
end ;
hold off;
|
|
0
|
|
|
|
Reply
|
Harinee
|
12/9/2009 3:10:19 PM
|
|
|
4 Replies
277 Views
(page loaded in 0.028 seconds)
Similiar Articles: Can anyone help me with assembly language? - comp.lang.asm.x86 ...I am having trouble following assembly language can someone answer these questions? 1. Write a program that clears the screen, locates the cursor... Need K-Means Code for image segmentation - comp.soft-sys.matlab ...help, i need matlab code for image segmentation using k-means algorithm can anyone help me ... Frutiger or Humanist 777? - comp.fontsHello, can anyone help me locate the equivalent of these please? TIA, em. ... binary data to decimal - comp.lang.labviewHi can anyone help me to convert the binary data to decimal . i collected the data from serial connection . ... Trajan - Looking for regular TTF Follow - Computer GroupTrajan - Looking for regular TTF - comp.fonts can anyone help me? K ... ... Trajan - Looking for regular TTF - comp.fonts Trajan - Looking for regular TTF - comp ... copy an excel sheet from one place to another - comp.soft-sys ...Hello! Can anyone help me with a problem? I have an excel file with many sheets. I want to make some kind of a code in matlab that allows me to copy ... integer BCD converter in VHDL - comp.lang.vhdlcan anyone help me... i would like to convert a integer value into a BCD value ... Bode plot of exponential function - comp.soft-sys.matlab ...Can anyone help me to draw the Bode plot in Matlab of following function? H(s)= (sT)/(exp(sT)-1) Thanks in advance ... Pass a URL variable to a textfield in PDF - comp.text.pdf ...Can anyone help me? I would like to pass a url variable into a text field of a pdf document. So if my Documet is at: http://localhost/GSA/test2.pdf?... Polar Diagram - comp.soft-sys.matlabHi All, Can anyone help me to plot multiple points(radius) with a single angle on polar plot ? for example if i have 0 degree with the radius of ... depression help: Can anyone help me? - Help.comCan anyone help me???…OK here goes…I am 49..I am a Mom of three, or I was a Mom of three…My Son Tommy died of an accidental overdose on March 30th 2009…I have ... Can someone help me? - Behind the Badge of a Deputy SheriffCan someone help me? Whoever, is going to read this, I do not know but, I have thought very seriously about a way out of this life, and I do not know where to start. 7/26/2012 3:56:16 PM
|
|
|
|
|
|
|
|
|