數(shù)字圖像處理基礎(chǔ)理論,英文資料Restoration and Enhancement
Space Pictures (blurred, noisy, distorted)
Computerized Tomography
Coding
Transmission – Teleconferencing
Storage – Land SAT Images
Pattern Recognition
Blood Cell Analysis
Remote Sensing
Robotic Vision
Computer Graphics
Flight Simulation
Auto Body Design
Special Effect in Movie
If you are acquainted with neural networks, automatic control problems
are good industrial applications and have a dynamic or evolutionary nature
lacking in static pattern-recognition; control ideas are also prevalent in the
study of the natural neural networks found in animals and human beings.
If you are interested in the practice and theory of control, artificial neu-
ral networks offer a way to synthesize nonlinear controllers, filters, state
observers and system identifiers using a parallel method of computation.
·詳細(xì)說(shuō)明:指紋圖像庫(kù),可用于指紋識(shí)別及圖像處理- The fingerprint picture storehouse, may use in the fingerprint recognition and the picture processes 文件列表: 101_1.tif 101_2.tif 101_3.tif 101_4.tif
Hidden Markov Toolkit (HTK) 3.2.1
HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (http://svr-www.eng.cam.ac.uk) and Entropic Ltd (http://www.entropic.com).
A salient-boundary extraction software package based on the paper: S. Wang, T. Kubota, J. M. Siskind, J. Wang. Salient Closed Boundary Extraction with Ratio Contour, IEEE Transactions on Pattern Analysis and Machine Intelligence, 27(4):546-561, 2005
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.