1. 精确裁剪有效窗口:setEffectiveWindow + setEffectiveWindowRoi;
2. 添加一些变量:存储重要信息,用于特定函数的返回; 3. 修改cmakelist:添加系统引用;
This commit is contained in:
@ -12,6 +12,7 @@ set(TEMPLATE app)
|
||||
set(TARGET irisXimeaImager)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
find_package(Qt5 REQUIRED ${QT})
|
||||
include_directories(/usr/include)
|
||||
|
||||
add_library(
|
||||
irisXimeaImager SHARED
|
||||
|
Reference in New Issue
Block a user