amplab / keystone

Simplifying robust end-to-end machine learning on Apache Spark.
http://keystone-ml.org/
Apache License 2.0
470 stars 117 forks source link

add an image crop utility function #204

Closed stephentu closed 8 years ago

stephentu commented 8 years ago

Here's a simple function to crop an image into a bounding box. I needed this for feature augmentation, and figured it was useful independently for keystone.

shivaram commented 8 years ago

@etrain Should we make a new node for this ?

etrain commented 8 years ago

My thoughts exactly - a "Cropper"? it's implementation can be to call into this function directly.

etrain commented 8 years ago

I'm going to go ahead and merge this. I've created #211 to track creation of a Cropper but I think this is useful enough on its own.

etrain commented 8 years ago

Thanks @stephentu!