Giter Club home page Giter Club logo

guideddenoising's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guideddenoising's Issues

Question about L0

Dear author,

In MeshDenoisingViaL0Minimization.cpp line 85, it says lambda = 0.2 * mean_edge_length * mean_edge_length * mean_dihedral_angle. However, in L0's paper, the default factor is 0.02.
Screen Shot 2022-05-10 at 11 39 07 pm

If I set 0.02 here, the denoised mesh will look similar to the noisy one. What's the correct parameter here?

This is my Process for your QT program.

  1. MeshDenoising.pro was opened by the QT Creator (4.5.1).
  2. In the QT Creator,
    1

I clicked "Configure Project".

2

I was build.

  1. I have a error message on the screen.

3

  1. This is my Build Settings

4

5
6
7

All algorithms work except yours

Hi, I'm using your Qt Creator GUI (Ubuntu 18.04, Qt Creator 4.5.2, Qt 5.9.5) to denoise the following mesh (38,301 vertices, 78,970 faces):

image

And all algorithms produce some output except the "Guided mesh normal filtering" (with default settings). For example, this is the output mesh for the "Fast and Effective Feature-Preserving Mesh Denoising" algorithm:

image

When applying your algorithm, no errors occur but no mesh is displayed either. Do you know what's going wrong? Thanks!

PS: I also don't know if "Mesh Denoising via L0 Minimization" works because it takes too long.

About the use of this software

Thank you very much for sharing the code for these papers. I am very interested in this software.Now I need to do noise processing on the point cloud. In my point cloud model, most of these noises are distributed around the model I need. I have some questions about the use of the software, which is about the algorithm and parameters of the denoising.Can you give me some advice on which algorithm to choose and how to adjust the parameters? Below is my point cloud model. thank you very much.

Hello. I have a question from your Guided Denoising QT.

Hello. I am studying about mesh denoising, and I am interested in your study about Guided Denoising.
I have a question in your Guided Denoising QT.
I followed your instrtuction for running ther QT program.
After I open the file src/MeshDenoising.pro with QtCreator and build the source code,
After MeshDenoising.exe_manifest.rc built
I got a link error, "C++ Qt Linker Error 1104: Сannot open file 'MeshDenoising.exe.embed.manifest' ".
I am using Qt_5_3_MSVC2013_OpenGL_32bit.
How can I build the QT program?
I need your help.
Thank you for your attention.

关于构建项目后出现的问题

您好!我按照您的README文件的内容安装了QT5.3, 打开MeshDenoising.pro,但是在构建后出现:
error: C:/Users/anna/Desktop/GuidedDenoising/GuidedDenoising-5cba257fe359601a18245e5749cfc5b93616efe8/build-MeshDenoising-Desktop_Qt_5_3_MinGW_32bit-Debug/Denoising/../OpenMesh/OpenMesh.lib: No such file or directory

这个怎么解决呢?

Build succeeded, but no algorithms on Ubuntu 16.04

Dear Deng,

Appreciate your amazing work. I'm using Ubuntu 16.04 and I'm using a higher version of Qt than the one being tested. Here is my Qt info:
Screenshot from 2022-01-20 23-13-45

The build succeeded, though there were some warnings. I can run the program, but the functions cannot be used. No windows where I can enter parameters, and no response after I click "Algorithms" on the top left. The window is like this:
Screenshot from 2022-01-20 23-12-27

May you offer a hand? Thanks a lot!

Sincerely,
Wj

关于去噪后网格面片折叠的问题

邓老师好!
我注意到您的对比文献:Bilateral Normal Filtering for Mesh Denoising,其代码在顶点更新阶段,对于含有狭长三角形或小三角形(就像下图中标记的三角形)的网格,去噪后很容易产生面片折叠,我追踪面片法向量变化发现,法向量滤波环节狭长三角形或小三角形的法向量变化较小(比如说变化前后法向量夹角小于6度左右),但是顶点更新环节法向量变化很剧烈,从而造成面片的偏折,您能否解释一下这个问题呢?
在您的论文的代码去噪后的网格也有这种现象存在,但是比Bilateral Normal Filtering for Mesh Denoising的要少很多。我想是与基于Patch的方法计算 guidance normal 有关,不知道对不对?

谢谢!

1

updateVertexPosition: Why the bitwise OR ( | ) in the update equation?

I am checking your nice program. While going over the code to test some different algorithm, I found the following equation:
temp_point += temp_normal * (temp_normal | (temp_centroid - p));

should this be changed to:
temp_point += temp_normal * (temp_normal * (temp_centroid - p));

In your paper, this is also done in equation (6) on page 5.

Changing the equation gives much nicer results for my application :).

I checked the output in the "Compile Output" .

Now, I understood your mean.
I checked the output in the "Compile Output" .
That is
07:59:02: Running steps for project MeshDenoising...
07:59:02: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe" clean
cd OpenMesh\ && ( if not exist Makefile C:\Qt\5.3\msvc2013_64_opengl\bin\qmake.exe "C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh\OpenMesh.pro" -spec win32-msvc2013 CONFIG+=debug CONFIG+=qml_debug -o Makefile ) && C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile clean
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug clean
del debug\BinaryHelper.obj debug\IOManager.obj debug\OMFormat.obj debug\ArrayKernel.obj debug\BaseKernel.obj debug\PolyConnectivity.obj debug\TriConnectivity.obj debug\omstream.obj debug\BaseProperty.obj debug\Endian.obj debug\RandomNumberGenerator.obj debug\BaseReader.obj debug\OBJReader.obj debug\OFFReader.obj debug\OMReader.obj debug\PLYReader.obj debug\STLReader.obj debug\BaseWriter.obj debug\OBJWriter.obj debug\OFFWriter.obj debug\OMWriter.obj debug\PLYWriter.obj debug\STLWriter.obj debug\VTKWriter.obj
del .\OpenMesh.ilk .\OpenMesh.idb
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\OpenMesh\OpenMesh.ilk cannot find.
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release clean
del release\BinaryHelper.obj release\IOManager.obj release\OMFormat.obj release\ArrayKernel.obj release\BaseKernel.obj release\PolyConnectivity.obj release\TriConnectivity.obj release\omstream.obj release\BaseProperty.obj release\Endian.obj release\RandomNumberGenerator.obj release\BaseReader.obj release\OBJReader.obj release\OFFReader.obj release\OMReader.obj release\PLYReader.obj release\STLReader.obj release\BaseWriter.obj release\OBJWriter.obj release\OFFWriter.obj release\OMWriter.obj release\PLYWriter.obj release\STLWriter.obj release\VTKWriter.obj
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\OpenMesh\release\BinaryHelper.obj cannot find.
del OpenMesh.ilk
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\OpenMesh\OpenMesh.ilk cannot find.
del OpenMesh.idb
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\OpenMesh\OpenMesh.idb cannot find.
cd Denoising\ && ( if not exist Makefile C:\Qt\5.3\msvc2013_64_opengl\bin\qmake.exe "C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\Denoising\Denoising.pro" -spec win32-msvc2013 CONFIG+=debug CONFIG+=qml_debug -o Makefile ) && C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile clean
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug clean
del debug\qrc_mainwindow.cpp
del debug\moc_mainwindow.cpp debug\moc_glviewer.cpp debug\moc_parametersetwidget.cpp debug\moc_calculationthread.cpp debug\moc_iothread.cpp
del ui_mainwindow.h
del debug\main.obj debug\mainwindow.obj debug\glviewer.obj debug\glexaminer.obj debug\meshexaminer.obj debug\datamanager.obj debug\parameterset.obj debug\parametersetwidget.obj debug\calculationthread.obj debug\Noise.obj debug\BilateralMeshDenoising.obj debug\NonIterativeFeaturePreservingMeshFiltering.obj debug\FastAndEffectiveFeaturePreservingMeshDenoising.obj debug\BilateralNormalFilteringForMeshDenoising.obj debug\MeshDenoisingViaL0Minimization.obj debug\MeshDenoisingBase.obj debug\iothread.obj debug\GuidedMeshNormalFiltering.obj debug\qrc_mainwindow.obj debug\moc_mainwindow.obj debug\moc_glviewer.obj debug\moc_parametersetwidget.obj debug\moc_calculationthread.obj debug\moc_iothread.obj
del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exp ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.ilk ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.idb ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe_manifest.rc ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe_manifest.res
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release clean
del release\qrc_mainwindow.cpp
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\release\qrc_mainwindow.cpp cannot find.
del release\moc_mainwindow.cpp release\moc_glviewer.cpp release\moc_parametersetwidget.cpp release\moc_calculationthread.cpp release\moc_iothread.cpp
del ui_mainwindow.h
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\ui_mainwindow.h cannot find.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\release\moc_mainwindow.cpp cannot find.
del release\main.obj release\mainwindow.obj release\glviewer.obj release\glexaminer.obj release\meshexaminer.obj release\datamanager.obj release\parameterset.obj release\parametersetwidget.obj release\calculationthread.obj release\Noise.obj release\BilateralMeshDenoising.obj release\NonIterativeFeaturePreservingMeshFiltering.obj release\FastAndEffectiveFeaturePreservingMeshDenoising.obj release\BilateralNormalFilteringForMeshDenoising.obj release\MeshDenoisingViaL0Minimization.obj release\MeshDenoisingBase.obj release\iothread.obj release\GuidedMeshNormalFiltering.obj release\qrc_mainwindow.obj release\moc_mainwindow.obj release\moc_glviewer.obj release\moc_parametersetwidget.obj release\moc_calculationthread.obj release\moc_iothread.obj
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\release\main.obj cannot find.
del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exp ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exp cannot find. del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exp
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exp cannot find.
del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.ilk
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.ilk cannot find. del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.idb
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.idb cannot find. 07:59:04: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited normally.
07:59:04: Configuration unchanged, skipping qmake step.
07:59:05: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"
cd OpenMesh\ && ( if not exist Makefile C:\Qt\5.3\msvc2013_64_opengl\bin\qmake.exe "C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh\OpenMesh.pro" -spec win32-msvc2013 CONFIG+=debug CONFIG+=qml_debug -o Makefile ) && C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BinaryHelper.obj.20972.31.jom
BinaryHelper.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\RandomNumberGenerator.obj.20972.156.jom
RandomNumberGenerator.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\IOManager.obj.20972.47.jom
IOManager.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OMFormat.obj.20972.47.jom
OMFormat.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\ArrayKernel.obj.20972.63.jom
ArrayKernel.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BaseKernel.obj.20972.78.jom
BaseKernel.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\PolyConnectivity.obj.20972.109.jom
PolyConnectivity.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\TriConnectivity.obj.20972.125.jom
TriConnectivity.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\omstream.obj.20972.125.jom
omstream.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BaseProperty.obj.20972.141.jom
BaseProperty.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\Endian.obj.20972.141.jom
Endian.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OMWriter.obj.20972.594.jom
OMWriter.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BaseReader.obj.20972.156.jom
BaseReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OBJReader.obj.20972.172.jom
OBJReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OFFReader.obj.20972.172.jom
OFFReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OMReader.obj.20972.188.jom
OMReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\PLYReader.obj.20972.188.jom
PLYReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\STLReader.obj.20972.203.jom
STLReader.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BaseWriter.obj.20972.203.jom
BaseWriter.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OBJWriter.obj.20972.219.jom
OBJWriter.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\OFFWriter.obj.20972.219.jom
OFFWriter.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\PLYWriter.obj.20972.1266.jom
PLYWriter.cc
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\STLWriter.obj.20972.1266.jom
STLWriter.cc
....\src\OpenMesh\Core\IO\reader\STLReader.cc(449) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(211) : 'fopen' 선언을 참조하십시오.
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd.\OpenMesh.pdb -DUNICODE -DWIN32 -DWIN64 -DOM_STATIC_BUILD -D_USE_MATH_DEFINES -DQT_QML_DEBUG -I"....\src\OpenMesh" -I"....\src\OpenMesh\Core\Geometry" -I"....\src" -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\VTKWriter.obj.20972.1500.jom
VTKWriter.cc
....\src\OpenMesh\Core\IO\writer\STLWriter.cc(145) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(211) : 'fopen' 선언을 참조하십시오.
....\src\OpenMesh\Core\IO\writer\STLWriter.cc(262) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(211) : 'fopen' 선언을 참조하십시오.
lib /NOLOGO /OUT:OpenMesh.lib @c:\Users\user\AppData\Local\Temp\OpenMesh.lib.20972.3000.jom
cd Denoising\ && ( if not exist Makefile C:\Qt\5.3\msvc2013_64_opengl\bin\qmake.exe "C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\Denoising\Denoising.pro" -spec win32-msvc2013 CONFIG+=debug CONFIG+=qml_debug -o Makefile ) && C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
C:\Qt\5.3\msvc2013_64_opengl\bin\uic.exe ....\src\Denoising\mainwindow.ui -o ui_mainwindow.h
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\main.obj.18820.125.jom
main.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\glviewer.obj.18820.125.jom
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\glexaminer.obj.18820.140.jom
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\meshexaminer.obj.18820.156.jom
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\datamanager.obj.18820.156.jom
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\parameterset.obj.18820.172.jom
glviewer.cpp
meshexaminer.cpp
glexaminer.cpp
datamanager.cpp
parameterset.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\rcc.exe -name mainwindow ....\src\Denoising\mainwindow.qrc -o debug\qrc_mainwindow.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/5.3/msvc2013_64_opengl/mkspecs/win32-msvc2013 -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src/Denoising" -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src" -I/usr/include -I/usr/local/include -IC:/Qt/5.3/msvc2013_64_opengl/include -IC:/Qt/5.3/msvc2013_64_opengl/include/QtOpenGL -IC:/Qt/5.3/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/5.3/msvc2013_64_opengl/include/QtGui -IC:/Qt/5.3/msvc2013_64_opengl/include/QtCore -I. ....\src\Denoising\parametersetwidget.h -o debug\moc_parametersetwidget.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/5.3/msvc2013_64_opengl/mkspecs/win32-msvc2013 -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src/Denoising" -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src" -I/usr/include -I/usr/local/include -IC:/Qt/5.3/msvc2013_64_opengl/include -IC:/Qt/5.3/msvc2013_64_opengl/include/QtOpenGL -IC:/Qt/5.3/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/5.3/msvc2013_64_opengl/include/QtGui -IC:/Qt/5.3/msvc2013_64_opengl/include/QtCore -I. ....\src\Denoising\glviewer.h -o debug\moc_glviewer.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\parametersetwidget.obj.18820.187.jom
parametersetwidget.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\calculationthread.obj.18820.203.jom
calculationthread.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\Noise.obj.18820.218.jom
Noise.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BilateralMeshDenoising.obj.18820.218.jom
BilateralMeshDenoising.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\NonIterativeFeaturePreservingMeshFiltering.obj.18820.234.jom
NonIterativeFeaturePreservingMeshFiltering.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\FastAndEffectiveFeaturePreservingMeshDenoising.obj.18820.250.jom
FastAndEffectiveFeaturePreservingMeshDenoising.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\BilateralNormalFilteringForMeshDenoising.obj.18820.250.jom
BilateralNormalFilteringForMeshDenoising.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\MeshDenoisingViaL0Minimization.obj.18820.265.jom
MeshDenoisingViaL0Minimization.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\MeshDenoisingBase.obj.18820.281.jom
MeshDenoisingBase.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\iothread.obj.18820.281.jom
iothread.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\GuidedMeshNormalFiltering.obj.18820.297.jom
GuidedMeshNormalFiltering.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/5.3/msvc2013_64_opengl/mkspecs/win32-msvc2013 -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src/Denoising" -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src" -I/usr/include -I/usr/local/include -IC:/Qt/5.3/msvc2013_64_opengl/include -IC:/Qt/5.3/msvc2013_64_opengl/include/QtOpenGL -IC:/Qt/5.3/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/5.3/msvc2013_64_opengl/include/QtGui -IC:/Qt/5.3/msvc2013_64_opengl/include/QtCore -I. ....\src\Denoising\calculationthread.h -o debug\moc_calculationthread.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/5.3/msvc2013_64_opengl/mkspecs/win32-msvc2013 -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src/Denoising" -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src" -I/usr/include -I/usr/local/include -IC:/Qt/5.3/msvc2013_64_opengl/include -IC:/Qt/5.3/msvc2013_64_opengl/include/QtOpenGL -IC:/Qt/5.3/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/5.3/msvc2013_64_opengl/include/QtGui -IC:/Qt/5.3/msvc2013_64_opengl/include/QtCore -I. ....\src\Denoising\mainwindow.h -o debug\moc_mainwindow.cpp
C:\Qt\5.3\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/5.3/msvc2013_64_opengl/mkspecs/win32-msvc2013 -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src/Denoising" -I"C:/Users/user/Desktop/Mesh Smoothing Algorithm/Guided mesh normal filtering/GuidedDenoising-master/src" -I/usr/include -I/usr/local/include -IC:/Qt/5.3/msvc2013_64_opengl/include -IC:/Qt/5.3/msvc2013_64_opengl/include/QtOpenGL -IC:/Qt/5.3/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/5.3/msvc2013_64_opengl/include/QtGui -IC:/Qt/5.3/msvc2013_64_opengl/include/QtCore -I. ....\src\Denoising\iothread.h -o debug\moc_iothread.cpp
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\mainwindow.obj.18820.2093.jom
mainwindow.cpp
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.

c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : 참조되지 않은 정식 매개 변수입니다.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\algorithms\MeshDenoisingBase.h(28) : warning C4100: 'mesh' : 참조되지 않은 정식 매개 변수입니다.
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\qrc_mainwindow.obj.18820.2234.jom
qrc_mainwindow.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\moc_parametersetwidget.obj.18820.2531.jom
moc_parametersetwidget.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\moc_mainwindow.obj.18820.2547.jom
moc_mainwindow.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\moc_calculationthread.obj.18820.2703.jom
moc_calculationthread.cpp
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(97) : warning C4244: '=' : 'const double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(144) : 컴파일 중인 함수 템플릿 인스턴스화 'void OpenMesh::vector_copy<src_t,dst_t>(const src_t &,dst_t &,OpenMesh::GenProg::Int2Type<3>)'에 대한 참조를 확인하십시오.
with
[
src_t=OpenMesh::VectorT<double,3>
, dst_t=OpenMesh::Vec3f
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(142) : 클래스 템플릿 멤버 함수 'OpenMesh::VectorT<float,3> OpenMesh::vector_caster<OpenMesh::Vec3f,OpenMesh::VectorT<double,3>>::cast(const src_t &)'을(를) 컴파일하고 있습니다.
with
[
src_t=OpenMesh::VectorT<double,3>
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(172) : 컴파일 중인 함수 템플릿 인스턴스화 'OpenMesh::VectorT<float,3> OpenMesh::vector_caster<OpenMesh::Vec3f,OpenMesh::VectorT<double,3>>::cast(const src_t &)'에 대한 참조를 확인하십시오.
with
[
src_t=OpenMesh::VectorT<double,3>
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/IO/exporter/ExporterT.hh(92) : 컴파일 중인 클래스 템플릿 인스턴스화 'OpenMesh::vector_caster<OpenMesh::Vec3f,OpenMesh::VectorT<double,3>>'에 대한 참조를 확인하십시오.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/IO/exporter/ExporterT.hh(91) : 클래스 템플릿 멤버 함수 'OpenMesh::Vec3f OpenMesh::IO::ExporterT::point(OpenMesh::VertexHandle) const'을(를) 컴파일하고 있습니다.
with
[
Mesh=TriMesh
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/IO/MeshIO.hh(197) : 컴파일 중인 클래스 템플릿 인스턴스화 'OpenMesh::IO::ExporterT'에 대한 참조를 확인하십시오.
with
[
Mesh=TriMesh
]
....\src\Denoising\datamanager.cpp(23) : 컴파일 중인 함수 템플릿 인스턴스화 'bool OpenMesh::IO::write_mesh(const Mesh &,const std::string &,OpenMesh::IO::Options,std::streamsize)'에 대한 참조를 확인하십시오.
with
[
Mesh=TriMesh
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(98) : warning C4244: '=' : 'const double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(99) : warning C4244: '=' : 'const double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(90) : warning C4244: '=' : 'const double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다.
with
[
src_t=OpenMesh::VectorT<double,2>
, dst_t=OpenMesh::Vec2f
]
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/Utils/vector_cast.hh(142) : class template definition template 'OpenMesh::VectorT<float,2> OpenMesh::vector_caster<OpenMesh::Vec2f,OpenMesh::VectorT<double,2>>::cast(const src_t &)' is compiled.
C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\src\OpenMesh/Core/IO/exporter/ExporterT.hh(145) : 클래스 템플릿 멤버 함수 'OpenMesh::Vec2f OpenMesh::IO::ExporterT::texcoord(OpenMesh::VertexHandle) const' is compiled.
with
[
Mesh=TriMesh
]

cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @C:\Users\user\AppData\Local\Temp\moc_glviewer.obj.18820.2797.jom

moc_glviewer.cpp
cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fd....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.pdb -DUNICODE -DWIN32 -DWIN64 -D_USE_MATH_DEFINES -DOM_STATIC_BUILD -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"....\src" -I"\usr\include" -I"\usr\local\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtOpenGL" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\5.3\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\5.3\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @c:\Users\user\AppData\Local\Temp\moc_iothread.obj.18820.4359.jom
moc_iothread.cpp
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : UNREFERENCED_PARAMETER.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'mesh' : UNREFERENCED_PARAMETER.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'filtered_normals' : UNREFERENCED_PARAMETER.
c:\users\user\desktop\mesh smoothing algorithm\guided mesh normal filtering\guideddenoising-master\src\denoising\Algorithms/MeshDenoisingBase.h(28) : warning C4100: 'mesh' : UNREFERENCED_PARAMETER.
echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID / 24 / RT_MANIFEST / "....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest">....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe_manifest.rc
if not exist ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe if exist ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest del ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest
if exist ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest copy /Y ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest ....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe_manifest.bak
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest /OUT:....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe @c:\Users\user\AppData\Local\Temp\MeshDenoising.exe.18820.10703.jom
LINK : fatal error LNK1104: '....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe.embed.manifest' cannot open.
jom: C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\Makefile.Debug [....\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\MeshDenoising.exe] Error 1104
jom: C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Denoising\Makefile [debug] Error 2
jom: C:\Users\user\Desktop\Mesh Smoothing Algorithm\Guided mesh normal filtering\GuidedDenoising-master\build-MeshDenoising-Desktop_Qt_5_3_MSVC2013_OpenGL_64bit-Debug\Makefile [sub-Denoising-make_first] Error 2
07:59:20: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project MeshDenoising (kit: Desktop Qt 5.3 MSVC2013 OpenGL 64bit)
The kit Desktop Qt 5.3 MSVC2013 OpenGL 64bit has configuration issues which might be the root cause for this problem.
When executing step "Make"
07:59:20: Elapsed time: 00:18.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.