|
First
|
Prev |
Next
|
Last
Pages: 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105
matlab picture movie Hi all; In my program I have a transformation from one picture to another ( lets say two pictures of same building). If there is a sequence of pictures could I put it in a matlab movie. Could someone please help me with this. Thanks. Bandula ... 15 Mar 2005 13:00
slider in a matlab 6.5 gui I have this function to get a graph with a slider to change the axes values: function scrollplotdemo x=0:1e-2:2*pi; y=sin(x); dx=2; a=gca; p=plot(x,y); set(gcf,'doublebuffer','on'); set(a,'xlim',[0 dx]); set(a,'ylim',[min(y) max(y)]); pos=get(a,'position'); Newpos=[pos(1) pos(2)-0.1 pos(3) 0.05]; xmax=ma... 14 Mar 2005 19:25
Compare 2 vectors or sets (Permutations dont matter) Hello I would like to compare 2 vectors if they are equal except for permutations (that means the order of the elements do not matter). How can I do this without comparing vector 1 with all permutations of vector 2? Example: [1 2 3]==[1 3 2]==[2 3 1]==[2 1 3]==[3 2 1]==[3 1 2] thanks in advance tom ... 14 Mar 2005 15:14
MATLAB Scource Code for JPEG2000 Needed - HELP!!! Hello everyone, I am doing my Bachelor's in Technology and my End Term Project has been assigned as to implement Lossless Image Compression in JPEG2000. Can anyone provide me with the source code here in MATLAB for JPEG2000? Please Email it to me at my Gmail address. Regards, Aman J Singh ... 12 Mar 2005 09:30
Edge Detection in RGB Images Hi i am trying to run some edge detection algorithms such as sobel and canny on an color image but I get an error that only gray scale images are to be used. When I use RGB2GRAY the program does work but I get a red image instead of some edge detection. RGB = imread(['C:\temp\4.jpg']); % Read the image I = rg... 11 Mar 2005 11:20
optical flow i would be appreciated if anyone can provide information on is there any optical flow function that matlab. thank you. ... 9 Mar 2005 05:56
motion detection I would be appreciated if anyone can provide any tools or function in matlab that can used for motion detection. thank you ... 9 Mar 2005 05:56
installation problem Hi, I'm having a problem in istalling Matlab 7 R14 on my system (I have had the same problem with Matlab 6.5 R13too!) . I have Windows XP on my desktop computer with 384 MB RAM. The problem is that Matlab gets installs normally and smoothly but when I want to run the program, it loads into memory, showing splash... 9 Mar 2005 16:53
colour image processing in matlab hi, I have a basic doubt regarding the use of the functions like FFT2,DCT2 or DWT2. Are these functions are restricted to be used only for images which have a smooth variation of colour map? Because when i tried to use these for a 256*256*3 image size it results in error . Kindly clear my doubt and do tell me... 9 Mar 2005 09:33
voice recognition using matlab or c i am doing my project in voice recognition .if u have an idea in it or if u have the coding in matlab or c. please sharewith me. i will be thankful to u. bye sankar ... 7 Mar 2005 22:55 |