bb.pro
Upload User: soukeisyuu
Upload Date: 2022-07-03
Package Size: 5943k
Code Size: 0k
Category:

Wavelet

Development Platform:

Visual C++

  1. # -------------------------------------------------
  2. # Project created by QtCreator 2010-04-21T20:11:19
  3. # -------------------------------------------------
  4. QT -= gui
  5. TARGET = bb
  6. CONFIG += console
  7. CONFIG -= app_bundle
  8. TEMPLATE = app
  9. SOURCES += main.cpp 
  10.     gabor.cpp
  11. INCLUDEPATH += Include/opencv
  12. LIBS += -L 
  13.     ./Lib 
  14.     -lcxcore200 
  15.     -lcv200 
  16.     -lml200 
  17.     -lhighgui200 
  18.     -lcvaux200
  19. HEADERS += save.h 
  20.     gabor.h