Skip to content

Commit

Permalink
New Version
Browse files Browse the repository at this point in the history
Basic functions was realized.
  • Loading branch information
DZP committed Nov 24, 2014
1 parent adad507 commit 6b6da73
Show file tree
Hide file tree
Showing 80 changed files with 132,637 additions and 4,816 deletions.
21 changes: 17 additions & 4 deletions Duke/Duke.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = app

TARGET = Duke

QT += qml quick widgets
QT += qml quick widgets opengl

SOURCES += \
graycodes.cpp \
Expand All @@ -14,7 +14,10 @@ SOURCES += \
reconstruct.cpp \
set.cpp \
utilities.cpp \
virtualcamera.cpp
virtualcamera.cpp \
plyloader.cpp \
glwidget.cpp \
cameracalibration.cpp

RESOURCES += \
Resource/res.qrc
Expand All @@ -28,10 +31,11 @@ LIBS += -LE:\opencv\build\x86\vc10\lib\
-lopencv_highgui249d\
-lopencv_imgproc249d\
-lopencv_features2d249d\
-lopencv_calib3d249d\
-lHVDAILT\
-lHVExtend\
-lHVUtil\
-lRaw2Rgb
-lRaw2Rgb\

# Default rules for deployment.
include(deployment.pri)
Expand All @@ -45,5 +49,14 @@ HEADERS += \
reconstruct.h \
set.h \
utilities.h \
virtualcamera.h
virtualcamera.h \
plyloader.h \
glwidget.h \
cameracalibration.h

FORMS += \
mainwindow.ui \
Set.ui

TRANSLATIONS += en.ts zh.ts

4 changes: 2 additions & 2 deletions Duke/Duke.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.2.1, 2014-10-29T16:39:33. -->
<!-- Written by QtCreator 3.2.1, 2014-11-22T20:05:14. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -65,7 +65,7 @@
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:/Duke/build-Duke-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:/Structure-Light-Reconstructor/build-Duke-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down
Binary file added Duke/Resource/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/china.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/en.qm
Binary file not shown.
Binary file added Duke/Resource/english.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/projoff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Duke/Resource/projon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions Duke/Resource/res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,23 @@
<file>cal.png</file>
<file>scan.png</file>
<file>reconstruct.png</file>
<file>1.png</file>
<file>2.png</file>
<file>3.png</file>
<file>4.png</file>
<file>5.png</file>
<file>6.png</file>
<file>7.png</file>
<file>8.png</file>
<file>9.png</file>
<file>10.png</file>
<file>11.png</file>
<file>12.png</file>
<file>china.png</file>
<file>english.png</file>
<file>projoff.png</file>
<file>projon.png</file>
<file>en.qm</file>
<file>zh.qm</file>
</qresource>
</RCC>
Binary file added Duke/Resource/zh.qm
Binary file not shown.
Loading

0 comments on commit 6b6da73

Please sign in to comment.