Develop and Download Open Source Software

View Roadmap of Project QR Code

category(Tag) tree

file info

category(Tag)
Reference
file name
roadmap
last update
2006-04-20 10:10
type
HTML
editor
Yusuke Yanbe
description
Roadmap of Project QR Code
language
English
translate

Roadmap

Current Tasks:

  • Support over version 13 (14 - 40) QR Code symbols
  • Split decoder part with edition(J2SE/J2ME CLDC1.0) dependent part (like float, java.awt.*)
  • Comment the source file to provide full javadoc

Rest of hack for robust recognitions:

  • More recognition accuracy on rotated, gauched or low resolution image
  • Runs faster
  • Runs on smaller memory footprint

Rest of Additional specification:

  • Support micro QR Code
  • Support joint QR code
  • Support encoding QR Code
  • Support ECI (extend channel interpretation) mode, for more character sets (default is Shift_JIS)

Other tasks:

  • Refactoring source
  • Standard test collection for debug and adhoc parameter adjustment
  • Some good sample applications with decoder
    • adding examples to the CVS repository
    • J2MEQRCode, demo of edition(J2SE/J2ME CLDC1.0) dependent decoding
    • example that uses Java Multimedia Framework in order to use a webcam with decoder