Re: Object detection on apache using perl

2009-01-26 Thread Perrin Harkins
On Mon, Jan 26, 2009 at 3:51 PM, Thilo Klein wrote: > Which kind of permission do I need from my domain hoster for that? For mod_perl? Just ask them if they support mod_perl. If they say no, ask if they support FastCGI. Or, if you don't care much about the speed, you can just go with CGI. Eve

Re: Object detection on apache using perl

2009-01-26 Thread Thilo Klein
Which kind of permission do I need from my domain hoster for that? On Mon, Jan 26, 2009 at 3:16 PM, Thilo Klein wrote: What I want to do: I want to write a script which downloads a photo from a given url and detects objects on it - in other words, I want hough transformation, edge detection

Re: Object detection on apache using perl

2009-01-26 Thread Perrin Harkins
On Mon, Jan 26, 2009 at 3:16 PM, Thilo Klein wrote: > What I want to do: I want to write a script which downloads a photo from a > given url and detects objects on it - in other words, I want > hough transformation, edge detection etc. - all to be done on the > apache-webserver. Take a look at Im

Object detection on apache using perl

2009-01-26 Thread Thilo Klein
I want to approach web server programming. What I did: On /my/ hosted Apache-Webserver, on Plesk I activated Perl. What I want to do: I want to write a script which downloads a photo from a given url and detects objects on it - in other words, I want hough transformation, edge detection etc. -