⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Please read your package and describe it at least 40 bytes. System will automatically delete the di
💻
字号:
Dexter======Dexter is a little java applet that is used by the ADS (http://adswww.harvard.edu) to let users extract data from figureson scanned images.  As such, it is rather tightly bound to theADS through the AppletImageGetter and AppletDataDeliverer classes.However, by implementing different classes implementing the ImageGetter and DataDeliverer interfaces, standalone versions can be provided.Two of those are in the current distribution: * PlainImageGetter and PlainDataDeliverer * ScriptImageGetter and PlainDataDelivererThe first can be used to build Debuxter, which can process whateverfile formats your version of AWT understands, the second is used bygaucho; it reads its input from a shell script and thus can becoerced into reading just about anything.  See HOWTO.standalone.Usage=====Read Dexterhelp.htmlBuilding========Thanks to the quick depreciation policy of the people in charge ofjava, nothing less than jdk 1.5 will do to build this beast; usingmore will probably lead to a plethora of warnings.  I recommend tryingthe jdks from sun, though I welcome reports how Dexter fares withother java compilers.Current Status==============I am not actively developing Dexter, and ADS currently is quite happywith what it has, so there is little initiative to pick this up.I am maintaining the code, though, so you're welcome to report bugs orbetter, contribute patches.Otherwise, this code is a bit of a mess.  It's the only major thingI've been doing in java, and most features were retrofitted in adesign that was not too well thought-out from the beginning.  Also,I've decided to change the indentation style at some point, so this is also somewhat inconsistent right now (a good java indenter,anyone?), and I've started to pythonize the code, which means thatas time goes by I'd like to see all implicit "this"es being explicit.I just happen to think it's a good idea to explicitely mark what'slocal and what's instance variable.  Some major refactoring would be in place, and I've been tacklingtiny parts of that as I fixed a couple of bugs.The recognizers are bad hacks.  I'm not entirely positive thatchanging them to something from the image processing books wouldimprove much of what they're doing, but at least the large amount ofduplicated code for vertical and horizontal operation should go away.Plus, there are some horrible race conditions in the code, mostlydue to ImageObservers and things like scrollbars depending on them.You probably don't want to look into this, except as a projectfor a parallel programming class.License=======See the file COPYING.  The file Fmt.java is covered by its own License.Author======If you have questions, comments, code improvments or bug fixes, pleasedo not hesitate to contact me: msdemlei@cl.uni-heidelberg.de

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -