Re: Development of web based image processing package

2016-03-10 Thread Mario R. Osorio
I know nothing about the subject, but I stumbled upon this article I think might be useful in your endeavor: Fundamentals of Image Processing - behind the scenes On Thursday, March 3, 2016 at 12:47:

Re: Development of web based image processing package

2016-03-08 Thread Suresh Saini
Install OpenCV and build with python , then you can do real time image processing using UI , You want to real time image processing on web server then you have to need setup all configuration of OpenCV on web server and have to need web consol On Thursday, March 3, 2016 at 11:17:56 PM UTC+5:30,

Re: Development of web based image processing package

2016-03-05 Thread Derek
Hi Please realise that satellite image processing and analysis is a whole specialised field on its own; relying on the user's deep understanding of how and why the image was created, and also assumes they already are well-trained and experienced in all things geospatial. Having said that, if y

Re: Development of web based image processing package

2016-03-04 Thread Xristos Xristoou
if i want only raster processing for remote sensing and satellite images ?how can i do with python ?python library for that ? Τη Πέμπτη, 3 Μαρτίου 2016 - 7:47:56 μ.μ. UTC+2, ο χρήστης Neha Chhattani έγραψε: > > hello > i want to create a website that will do image processing in real time. i >

Re: Development of web based image processing package

2016-03-04 Thread James Schneider
On Mar 3, 2016 3:54 PM, "Xristos Xristoou" wrote: > > @james celeny support .grid raster image type ? > > Celery only handles the background task management, not the task itself. It would be responsible for firing another script that would handle the image manipulation, and reporting back to Dja

Re: Development of web based image processing package

2016-03-03 Thread Xristos Xristoou
@james celeny support .grid raster image type ? Τη Πέμπτη, 3 Μαρτίου 2016 - 7:47:56 μ.μ. UTC+2, ο χρήστης Neha Chhattani έγραψε: > > hello > i want to create a website that will do image processing in real time. i > want to load large tiff images i.e. images used in remote sensing and > satell

Re: Development of web based image processing package

2016-03-03 Thread James Schneider
On Thu, Mar 3, 2016 at 6:25 AM, Neha Chhattani wrote: > hello > i want to create a website that will do image processing in real time. i > want to load large tiff images i.e. images used in remote sensing and > satellite images. I want to do processing on satellite images. is it > possible to do

Development of web based image processing package

2016-03-03 Thread Neha Chhattani
hello i want to create a website that will do image processing in real time. i want to load large tiff images i.e. images used in remote sensing and satellite images. I want to do processing on satellite images. is it possible to do this processing in website using django? If yes, how to start