Line filling and recursion I'm basically trying to recursively navigate through all pixels of a line and assign it a height value (double), by converting the grayscale uint8 array to double and then replacing the pixels with a height. I only need to do a 4-neighbor search, and to avoid recurring through already changed pixel, I just use a boolea... 7 Aug 2010 14:44
Line filling and recursion I'm basically trying to recursively navigate through all pixels of a line and assign it a height value (double), by converting the grayscale uint8 array to double and then replacing the pixels with a height. I only need to do a 4-neighbor search, and to avoid recurring through already changed pixel, I just use a boolea... 7 Aug 2010 14:44
Java Compiler Error Hello Guys, Need you people help. Below you will find the Klein Bottle Code. But unfortunately when I try to package it with JA Compiler it doesn't work. Can any body say where lies the problem. Hope I will not deprived of your kind favor. kind regards saikat -----------------------CODE--------------------------... 8 Aug 2010 02:39
looping with a function Hello guys, I am coding a rather large application and am faced by another stumbling block and need your help and expertise. Firstly, as follows is the function: %====================================== function Return = Return_answer (x, X) Return = -(x * X(1,1) + X(3,1)) / X(2,1); %=======... 9 Aug 2010 10:06
Microsoft Office 2010 Blue Edition (Fully Activated)...(Softizers.com) Microsoft Office 2010 Blue Edition (Fully Activated)...(Softizers.com) http://c.upanh.com/uploads/04-Dec-2009/4szdhemq43bvprie2pu.jpg Microsoft intends to release Microsoft Office 2010 Technical Preview to invited guests who register to sign up for Office 2010 CTP Program only by July 2009. Office 2010 was prev... 7 Aug 2010 11:28
About behavior of KeyPressFcn "Jason Wang" <sjwang40(a)gmail.com> wrote in message <i12na8$n0s$1(a)fred.mathworks.com>... Sorry for bumping such an old topic! I just spent all afternoon finding the solution to this problem. I used FindJObj, which sort of worked, but was a ridiculously convoluted process. Turns out, the solution was to just put a ... 7 Aug 2010 08:14
Fuzzy Logic deployment? Hi friends, I want to integrate the Fuzzy Inference Engine from the Fuzzy Logic Toolbox into my C# program, so that I can write some control applications. I have read the Fuzzy Logic Toolbox's documentation, and it says that I should use the 2 files fis.c and fismain.c to create stand-alone applications. But what... 9 Aug 2010 03:35
Unexpected Out of memory Suppose we have some gray image ,or something , and we want to read some pixel values from it. The code should be something like: ================================================ L=200; H=400; Z=rand(H,L); [iX,iY]=meshgrid(single(1:L),single(1:H)); %mask , region of interest %-------1 (OK) Zi=Z([100:1... 7 Aug 2010 08:14
voice recognition, matlab coding "Amy Chacko" <amy_chacko5(a)yahoo.com> wrote in message <ef150f9.34(a)webcrossing.raydaftYaTP>... Pls send me the code. Thank you. M.Amin Anjum wrote: I Have prepared Matlab code for voice recognation. if any body wants mail to me I will forword code pls mail me the code...in jichu00... 7 Aug 2010 07:10
finding parallel vectors on 2D convex hull Hi, This is a multi-dimensional puzzle that I suspect has a more elegant solution than more and more for-loops. I need advice on various parts of my code, which I hope to optimize with your help. Please feel free to suggest any faster or cleaner ways of doing this problem that you can think of. Where I am stuck is t... 8 Aug 2010 14:30 |