sami-badawi / shapelogic-scala

Generic computer vision in Scala
http://shapelogicscala.org/
MIT License
13 stars 3 forks source link

Cut down on boiler plate code #15

Closed sami-badawi closed 7 years ago

sami-badawi commented 7 years ago

It is pretty easy to program an image operation. Cut down on boiler plate code

sami-badawi commented 7 years ago

SimpleOperation is now as simple as I think that it can be. The swap is already fully generic and simple.

sami-badawi commented 7 years ago

All the current image operation are generic with little boiler plate