2009년 10월 8일 목요일

useful OpenCV links

  • The IplImage Structure

  • New Project (Visual Studio)
    - Add include directories "C:\OpenCV2.0\include\opencv"
    - Add libraries cv200d.lib cxcore200d.lib highgui200d.lib cvaux200d.lib
    - Copy dlls cxcore200d.dll cxcore200d.dll highgui200d.dll cvaux200d.dll

2009년 10월 1일 목요일

useful Matlab link

  • Colon operator (:)
  • fspecial
    h = fspecial('gaussian', hsize, sigma) returns a rotationally symmetric Gaussian lowpass filter of size hsize with standard deviation sigma (positive). hsize can be a vector specifying the number of rows and columns in h, or it can be a scalar, in which case h is a square matrix. The default value for hsize is [3 3]; the default value for sigma is 0.5.
  • freqz
  • dwt2d