Synapse Viewer
From Utah Center for Neuroimage Analysis
Contents |
Synapse Viewer
This viewer is built based on Qt & C++. This is a very primitive viewer just to open up the image and see the synapse markup.
Checking out Code
The code is in the CVS repository CRCNS\SynapsesViewer
Update: The code is now available in the SVN repository for CRCNS. The repository can be accesed from
https://code.sci.utah.edu/svn/ImageReconstruction/trunk
Building the Code in Linux & MinGW
The Qt program has the *.pro file. So the following commands would compile the project.
1) qmake
2) make
Building Code in MS Visual Studio 2008 Pro
1) You need to install QT open source building it from source
You need to run the batch file C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat. Set environment variable QMAKESPEC to win32-msvc2008 by "set QMAKESPEC=win32-msvc2008". Then run the configure in the source.
2) Generate make files. qmake
3) Generate an MS VC project & Solution by
qmake -t vcapp
4) Then you can compile SynapseViewer from Visual Studio
