sightmachine / simplecv-js

A Javascript/Coffeescript companion library to SimpleCV
247 stars 37 forks source link

added gamma filter for simplecv-js #40

Closed chaithuzz2 closed 11 years ago

chaithuzz2 commented 11 years ago

gamma = 0.25

0 25l

gamma = 0.5

0 5l

gamma = 1 (original image)

1l

gamma = 2

2l

gamma = 0.25

0 25n

gamma = 0.5

0 5no

gamma = 1 (original image)

1no

gamma = 2

2no

kscottz commented 11 years ago

CAn you resubmit this to the develop branch please?