DECA-102: Split the Decapod threshold / binarization and greyscale code into its own script

Metadata

Source
DECA-102
Type
Task
Priority
Minor
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Jonathan Hung
Created
2010-04-21T09:39:07.000-0400
Updated
2012-06-08T12:09:43.806-0400
Versions
  1. 0.3
Fixed Versions
N/A
Component
  1. Server

Description

Currently decapod-stitching script performs greyscale and threshold correction in addition to the stitching process.

The greyscale and binary conversion code should be split into their own scripts.

i.e.

decapod-binarize -v page0001.jpg -o ./bin/page0001.bin.png
decapod-greyscale -v page0001.jpg -o ./bin/page0001.bin.png