Tao Zhang, Ph.D. (2005)
{zhangt3 at cs.rpi.edu}


Publication


Selected Patent Applications

  • R.D. Yang, Y. Luo, T.Zhang, Method to control media with face detection and hot spot motion, 2008
  • R.D. Yang, Y. Luo, T.Zhang, Method for controlling and requesting information from displaying multimedia, 2008
  • N. Yao, I. Izzat, T. Zhang, D.Q. Zhang, Apparatus and method for filling holes in depth maps, 2009
  • T. Zhang, Method and apparatus for distinguishing a 3D image from a 2D image and for identifying the presence of a 3D image format by image difference determination, 2009
  • T. Zhang, Method and apparatus for distinguishing a 3D image from a 2D image and for identifying the presence of a 3D image format by feature correspondence determination, 2009
  • T. Zhang, System and method for combining 3D text with 3D content, 2009
  • T. Zhang,Z. Wang and J.F. Zhai, Method for detecting frame sequential 3D video sequences, 2010
  • S. He and T. Zhang, Method and apparatus for customizing 3-Demensional effects of stereo content, 2010

  • Useful code

    memJpegDecoder: In Computer vision projects, it is often desirable to decode (decompress) JPEG image in memory directly. However, IJG's jpeg library's default behavious 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.