Warning: Can't synchronize with the repository (Unsupported version control system "svn": "libdb3.so.3: cannot open shared object file: No such file or directory" ). Look in the Trac log for more information.
- Timestamp:
-
09/06/09 13:01:49 (12 months ago)
- Author:
-
spapadim (IP: 94.71.156.25)
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v41
|
v42
|
|
| 81 | 81 | * ~~Move OCR-related stuff to separate thread with event loop (a-la-ZXing), allocate image buffers once.~~ [v0.3] |
| 82 | 82 | * ~~Continuous ("live") mode for word detection.~~ [v0.3] |
| 83 | | * More testing for lighting conditions and backgrounds; should really use distribution of pixel intensities, rather than overall mean and variance to determine adaptive filter threshold offset? |
| 84 | | * Touch triggering of autofocus and capture needs some polishing. |
| | 83 | * Clean up main scanning activity to separate scanning logic and state from UI state (code rewrite, no additional features until done) [in progress] |
| | 84 | |
| | 85 | * Look into porting one of the lighter-weight engines ([http://jocr.sourceforge.net/ GOCR], perhaps via [http://www.corollarium.com/conjecture/ Conjecture]) to Android |
| | 86 | * Touch triggering of autofocus and capture needs some polishing [after UI rewrite] |
| 85 | 87 | * Expose main activity as a callable component (similar to ZXing), so other applications can use it. |
| 86 | | * Do whatever tricks the Android Camera application does to speed up startup. |
| 87 | | * Set up feedback collection, to collect opt-in "training" data. |
| 88 | | * Interactive selection of word extents. |
| 89 | | * Separate JNI image operations into separate library (?) |
| 90 | | * Look into porting one of the lighter-weight engines ([http://jocr.sourceforge.net/ GOCR], perhaps via [http://www.corollarium.com/conjecture/ Conjecture]) to Android (??) |
| | 88 | * Do whatever tricks the Android Camera application does to speed up startup [after UI rewrite] |
| | 89 | * Interactive selection of word extents (?) |
| | 90 | * Separate JNI image operations into self-contained library (?) |
| | 91 | * More testing for lighting conditions and backgrounds; should really use distribution of pixel intensities, rather than overall variance to determine adaptive filter threshold offset? [probably no] |
| | 92 | * Set up feedback collection, to collect opt-in "training" data (??) [probably no] |
| | 93 | |
| | 94 | BTW, I'm away on travel, so updates will be infrequent (if any) till end of September (sorry!) and I may be sluggish responding to email (but I appreciate all feedback and *will* read your emails). |