First  |  Prev |  Next  |  Last
Pages: 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899
Compare 2 Images
How can we compare two images? I want to know the percentage of matching between the two images. Please Help. Rajesh Kolkata ... 23 Apr 2010 20:58
Compare Two Images
What are the properties of an image that can be compared for taking the percentage of matching between two images? Like std2(), we can take the std2() value of two images and then simply take the percentage of the two. After that we can compare between the two. Is there anything else like this function in matlab? Plea... 21 Apr 2010 00:06
Passing arguments to COM object
Hello, I have a matlab script that invokes a COM object. The COM objects accepts a 64-bit unsigned integer as an input argument passed from matlab. I had my code running for weeks with no problems, its only today when I tried to run it again when I was faced with this Warning message: "Warning: ActiveX - attempt... 21 Apr 2010 00:06
How to get Matlab to log into a website
Hey Everybody, I would like to make a program that will automatically fill in the username and password fields for any website and then download the contents (src code) of the website after it has logged in. Is there any way to do this? Thanks -A ... 25 Apr 2010 16:42
save keypoint descriptors
hi every one, I am doing project on image comparison using SIFT algorithm for keypoint detection. To increase the performance of image retrieval I was thinking of storing the descriptor in the database. But since descriptor is a matrix I am not getting how to save the descriptor. please give me some idea to do this... 23 Apr 2010 01:22
problem using sift for matching
hi everyone, I am doing a project on image comparison. I am using SIFT for determining the keypoints of the images and then using NNS(Nearest Neighbour Search) for comparing the two images. My problem is that, when I am comparing an image with its flipped image, it is not showing any matched keypoints. But on compari... 20 Apr 2010 22:59
PWM transfer function
Hi guys, I built a PWM converter model with Simulink/ Simpower system blockset. Now need to do some mathematical analysis on it. I've got the converter transfer function, but was wondering how to obtain the PWM transfer function. Is there any general expression for PWM transfer function that by numerically substituti... 20 Apr 2010 21:53
MathWorks Webinar: "Mixed-Signal Series: ADC and DAC Design"- 4/27/10
Register now for the 9am EDT session: http://bit.ly/cchwqP Register now for the 2pm EDT session: http://bit.ly/aSNDkI "Mixed-Signal Series: ADC and DAC Design"- Free Webinar- 4/27/10 Join us next Tuesday as we demonstrate how engineers are using MathWorks tools to design and verify ADCs and DACs. To efficiently ... 20 Apr 2010 21:53
how to save a lot images
hi every one actually I need to save a lot of images using matlab but I don't know how. here is my code % READ THE AVI mov=aviread('timelapsevideo_1.avi'); % GRAB A SINGLE FRAME for i=1:5 figure; [im1,map] = frame2im(mov(i)); % SHOW THE FRAME figure(i); imshow( im1 ); imwrite(im1(i),'Frame1.bmp'); end ... 20 Apr 2010 22:59
skeleton code
Hi every one I want to create skeleton model from basic five points that represent (two hands, two legs and head) and connect them to the centroid as mentioned in this paper http://74.125.155.132/scholar?q=cache:UATmvnAk4wkJ:scholar.google.com/+real-time+human+motion+analysis+by+image+skeletonization&hl=en&as_sdt=2... 23 Apr 2010 20:59
First  |  Prev |  Next  |  Last
Pages: 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899