Info Name: Tao Zhang
Email: 
About About Me:

Tao Zhang, Ph.D.
Research Associate


Projects

 

  • C2FUSE: Automated Image Understanding for Command & Control
  • SEEPORT: Surveillance and Enemy Evaluation with PTZ and Omni-directional reconnaissance technology
  • Stereo Wave Measurements from UAV

Publication

  • T. Zhang,T. Boult and R.C.Johnson Two thresholds are better than one. The 7th IEEE International Workshop on Visual Surveillance (VS2007)

Some useful resources

Some of my codes or programs which you may find helpful.

  • memJpegDecoder: In computer vision projects, it is often desirable to decode (decompress) JPEG image in memory directly. However, IJG's jpeg library's default behaviour is to decompress the image into a file. The memJpegDecoder package redefines the data source so that the JPEG image can be decompressed in memory. It is written in C/C++. It provides two interfaces. If you use OpenCV, a decompressed IplImage is returned; otherwise, you can access the decompressed image from an outputBuffer directly.
  • cameratest/splitavi: Two small programs to read or split mjpeg stream or files, raw image sequence files, image sequences or from cameras.(coming soon)