First
|
Prev |
Next
|
Last
Pages: 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887
detect an object from an image using NNT hi all, i'm doing THE project OBJECT DETECTION USING NEURAL NETWORKS. the object being trained must be recognized from any angle with the aid of neural network.Now we are with cube taking real time pic of it.We are planning to train the different objects based on distance between centroid and boundary and transferrin... 23 Apr 2010 17:37
integer multiplication modulo 2^32 There is a tool on FEX allows to do operation on uint64/int64 http://www.mathworks.com/matlabcentral/fileexchange/24725-int64-arithmetic-in-matlab B = '2A66311C'; Bc = uint64(hex2dec(B)); dec2hex(mod(Bc*(2*Bc + 1),2^32)) ans = E1DDA73C % Bruno ... 23 Apr 2010 17:37
switching variable in ODE45 > Hello, I've developed a model using the ODE45 solver. It worked fine, but now the solver has difficulties with a switching variable. I used this variable from the beginning and had no difficulties with it before. Here is a simplified summary of what happens: if Y1 < Y2 then R = x, else R = y... 23 Apr 2010 17:37
Locate Minima & Maxima ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <de75006f-dd32-45cf-972e-7425131f3ea4(a)n7g2000yqb.googlegroups.com>... You can use imregionalmin to find local min. Local min are min in one small area. You could have a local min that is not the global min. You can have more than one local min and m... 23 Apr 2010 17:37
Using Condor With Matlab to run jobs in parallel among many computers in my lab. Hello, I have recently heard of a program called Condor which can be used with Matlab to run jobs in parallel among many computers in my lab. I have downloaded the software but can't seem to set it up correctly to connect to it. I believe I need to change the configuration file "condor_config" but I'm not sure wh... 26 Apr 2010 03:41
rtw_c error hello,, I am Andhika from indonesia.. I want to implement the inverted pendulum using simulink, and fuzzy that I design .. but when I build my program in case of error as follows: Error executing build command: Error using ==> make_rtw Error using ==> rtw_c Error (s) encountered while building model "name of my pr... 23 Apr 2010 17:37
Early stopping in cross Validation Dear,all What about recurrent networks and time series? If I have a dataset which refers to a time serie. How can I set training,validation and test data when I am using newelm, backpropagation (traingdx) and "calcbtt" ? I have presented data as a matriz [p1j], then converted to a sequency via command "con2seq" but... 23 Apr 2010 17:37
File browser in matlab GUI Hi, I want to browse and locate my input image files using GUI..Is it possible?Can anyone send me any materials related to this? ... 26 Apr 2010 03:41
PSNR How to get the PNSR or 2-D varience or 2-D correlation or var of two images? ... 23 Apr 2010 17:37
2 Balck & White Image Compare How can I compare two black & white images? What are the properties(or functions) that can be taken for comparison? e.g. if we take standard deviation of two images and then try to take the pecentage like (std2(image1)/std2(image2)*100), it will give some pecentage of matching. Is there any other function like std2? ... 23 Apr 2010 20:56 |