jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Implementation of RLSA in JavaCV #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Based on code from 

http://stackoverflow.com/questions/21554431/implementation-run-length-smoothing-
algorithm-in-c

Original issue reported on code.google.com by woodward...@gmail.com on 6 May 2014 at 6:49

Attachments:

GoogleCodeExporter commented 9 years ago
My mistake. It's not a defect.

Original comment by woodward...@gmail.com on 6 May 2014 at 6:52

GoogleCodeExporter commented 9 years ago
Looks great! Do you think you could put the URL and your name in the comments, 
format the code a bit better, and post a pull request on GitHub at 
https://github.com/bytedeco/javacv ? (Also add a one-liner to the CHANGELOG.md 
file with your name if you want.) Thanks!

Original comment by samuel.a...@gmail.com on 7 May 2014 at 12:58

GoogleCodeExporter commented 9 years ago
Pushed to this revision:
https://github.com/bytedeco/javacv/commit/858c52fed8e49b237b7a1bd0487ad7e83f489e
e5

Original comment by samuel.a...@gmail.com on 31 May 2014 at 11:11

GoogleCodeExporter commented 9 years ago
Sample included in JavaCV 0.9. Thank you for the contribution!

Original comment by samuel.a...@gmail.com on 30 Jul 2014 at 11:14