Difference between revisions of "Digital Images"

From Eugene Eric Kim
(Moved Whiteboard Processing section from Burden's Landing)
 
(More services)
Line 1: Line 1:
== Whiteboard Processing ==
== Whiteboard Processing ==


Right now, I'm using [http://www.fmwconcepts.com/imagemagick/whiteboard/index.php Fred's command-line Imagemagick script] with the following parameters:
=== Techniques ===
 
* [http://matthew.mceachen.us/blog/how-to-clean-up-photos-of-whiteboards-with-gimp-403.html How to clean up photos of whiteboards with Gimp]
* [http://dt.in.th/2008-10-09.extract-whiteboard-in-gimp.html How to extract the drawing from a whiteboard in the GIMP]
 
=== Tools ===
 
[http://beta.rii.ricoh.com/betalabs/content/whiteboard-clean Ricoh Innovations Whiteboard Clean] looks like a great service. Have not experimented with skew control yet. No batching.
 
[http://snapclean.me/ Snapclean.me] is a similar, email-based service using a Gimp [https://github.com/kyleburton/sandbox/blob/master/gimp/clean-whiteboard-photo.scm script] on the backend.
 
I've used [http://www.fmwconcepts.com/imagemagick/whiteboard/index.php Fred's command-line Imagemagick script] with the following parameters:


   -e both -t 30 -s 1
   -e both -t 30 -s 1


Experiment with -t between 20 and 40 for best results.
Experiment with -t between 20 and 40 for best results. It has limitations, the biggest of which is that you need to have a deeper understanding of the algorithm in order to manipulate the parameters.


Other scripts:
Other scripts:


* [http://registry.gimp.org/node/19822 Whiteboard Clean-Up GIMP plugin]
* Gimp
* [http://matthew.mceachen.us/blog/how-to-clean-up-photos-of-whiteboards-with-gimp-403.html How to clean up photos of whiteboards with Gimp]
** [http://registry.gimp.org/node/19822 Whiteboard Clean-Up GIMP plugin]
* [http://dt.in.th/2008-10-09.extract-whiteboard-in-gimp.html How to extract the drawing from a whiteboard in the GIMP]
** [http://keytaps.wordpress.com/2010/03/09/gimp-script-for-cleaning-up-whiteboard-images/ GIMP script for cleaning up whiteboard images]
* [http://www.southwedgesw.com/photonote/ PhotoNote] (Windows; $50)
* [http://www.polyvision.com/tabid/155/objectid/94/default.aspx PolyVision Whiteboard Photo]

Revision as of 01:24, 7 January 2011

Whiteboard Processing

Techniques

Tools

Ricoh Innovations Whiteboard Clean looks like a great service. Have not experimented with skew control yet. No batching.

Snapclean.me is a similar, email-based service using a Gimp script on the backend.

I've used Fred's command-line Imagemagick script with the following parameters:

 -e both -t 30 -s 1

Experiment with -t between 20 and 40 for best results. It has limitations, the biggest of which is that you need to have a deeper understanding of the algorithm in order to manipulate the parameters.

Other scripts: