<div dir="ltr">Hi Eduardo,<div><br></div><div>Have you taken a look at GeoTrellis [1]? It's a Scala based library for doing many things geospatial, but with a focus on raster processing. It handles raster data generally, but is being used for projects to manipulate imagery, mainly by stitching together web map tiles out of large image sets. It enables Apache Spark to work with raster data, so if you would write your algorithms against the distributed collection (RDD's) of images, you'd be able to scale your processes horizontally while running the same code as you would against smaller jobs.</div><div><br></div><div>I don't know if you're already settled on a language or have language requirements, but GeoTrellis is written and used in Scala. Scala is a JVM based modern language that lets you write functional style code while still taking advantage of object oriented concepts.</div><div><br></div><div>If Scala isn't the right fit for you or your team, and you want to write python or native code wrapped in python, you could still take advantage of Apache Spark for distributed processing by using PySpark. I've had some success using rasterio with PySpark, although there are a lot less solved challenges going that route than in using a GeoTrellis/Scala/Spark stack IMO (as the maintainer of GeoTrellis). Good luck!</div><div><br></div><div>Cheers,</div><div>Rob</div><div><br></div><div>[1] <a href="http://geotrellis.io">http://geotrellis.io</a>, <a href="https://github.com/geotrellis/geotrellis">https://github.com/geotrellis/geotrellis</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 1, 2016 at 11:16 AM, Eduardo Pereira <span dir="ltr"><<a href="mailto:edu_vcd@hotmail.com" target="_blank">edu_vcd@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p><br>
</p>
<p>Hello OSGeo community,</p>
<p><br>
</p>
<p>I'm currently part of team that is developing a free and open source program with focus on fast classification of drones images. To achieve this we are going to use the objects and attributes from OBIA approach, Machine Learning and algorithms to auto tune
 the segmentation parameters. And also a batch mode for replicate the results for others images. If someone know a project like that, please message me, we would love to check it.</p>
<p><br>
</p>
<p>We already have the metodology working, but before starting code it we want to search all the open source libraries and program that works with Digital Image Processing. Doing so we hope  the program be up to date with all the capabilities that the open
 source have and get better results too.</p>
<p><br>
</p>
<p>We are trying to list all the libraries and programs that work with image processing, even if the program is been developing or not have the capabilities that our project need.  This is the currently list we have:</p>
<p><br>
</p>
<p>- GDAL/OGR </p>
<p>- Optiks</p>
<p>- Terralib</p>
<p>- Orfeo Toolbox</p>
<p>- OpenCV</p>
<p>- OSSIM</p>
<p>- InterIMAGE</p>
<p>- Grass</p>
<p>- OSSIM</p>
<p>- GeoDMA</p>
<p>- TuiView</p>
<p>- RSGISLib</p>
<p><br>
</p>
<p>I'm sending this e-mail to check if someone know other program/library that isn't on the list, we would love to know and certainly gonna check with care the suggestion.</p>
<p><br>
</p>
<p>Thanks for the help!</p>
<p>- - - - - - - - - -</p>
<p>Best regards,</p>
<p>Eduardo G. S. Pereira</p>
<br>
<p></p>
<div></div>
</div>
</div>

<br>_______________________________________________<br>
Discuss mailing list<br>
<a href="mailto:Discuss@lists.osgeo.org">Discuss@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/discuss</a><br></blockquote></div><br></div>