?? makefile.am
字號:
if SMALL_COLORCOLOR_FILE = skinrgb_32768.cppNOT_COLOR_FILE = skinrgb_262144.cppelseNOT_COLOR_FILE = skinrgb_32768.cppCOLOR_FILE = skinrgb_262144.cppendifHANDVU_FILES = HandVu.cpp HandVu_Cintf.cpp HandVu_img.cpp \VisionConductor.cpp Skincolor.cpp CubicleWrapper.cpp \OpticalFlow.cpp OpticalFlowPredict.cpp Exceptions.cpp \Undistortion.cpp LearnedColor.cpp CamShift.cpp Mask.cpp \FileHandling.cpp GestureServer.cpp OSCpacket.cpp Thread.cpp \$(COLOR_FILE)# all header files that contain functionality and are to be publishedinclude_HEADERS = HandVu.h# header files that are not be installednoinst_HEADERS = \HandVu.hpp CamShift.h ProbDistrProvider.h Undistortion.h \Common.h Quadruple.h VisionConductor.h \CubicleWrapper.h LearnedColor.h Rect.h \Exceptions.h Mask.h Skincolor.h \FileHandling.h OpticalFlow.h skinrgb.h GestureServer.h \OSCpacket.h Thread.hEXTRA_DIST = $(NOT_COLOR_FILE) HandVu.vcprojlib_LTLIBRARIES = $(top_srcdir)/lib/libhandvu.la__top_srcdir__lib_libhandvu_la_SOURCES = $(HANDVU_FILES)# WIN32 doesn't like: __top_srcdir__lib_libhandvu_la_LDFLAGS = -no-undefinedINCLUDES = $(INC_CUBICLES) $(INC_OPENCV) $(INC_MAGICK)LIBS = -L../lib -lcubicles
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -