From: Deepak on
I have a code implemented in MATLAB for content aware searching. i am planning to contact sites like google to have it implemented to search images on their site. but my code has some for loops which cuases the code to take some ime for completion. this would be the biggest hurdle to cross. is there anyway i can reduce the amount of time for execution. Also matlab requires a lot of CPU activity which may slow the system. is there any way to reduce this?
From: us on
"Deepak " <deepakravikumar_7(a)yahoo.co.in> wrote in message <hmregm$6kg$1(a)fred.mathworks.com>...
> I have a code implemented in MATLAB for content aware searching. i am planning to contact sites like google to have it implemented to search images on their site. but my code has some for loops which cuases the code to take some ime for completion. this would be the biggest hurdle to cross. is there anyway i can reduce the amount of time for execution. Also matlab requires a lot of CPU activity which may slow the system. is there any way to reduce this?

there might(!) be... if only your post was a bit more specific...

us