CISMM/PSFEstimator
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Last update: 2012-10-19 Author: Cory Quammen <cquammen@cs.unc.edu> This document gives instructions on how to build PSF Estimator from source. PRELIMINARIES You'll need to obtain CMake, Qt, VTK, and ITK. 1. Download CMake 2.8.5 or higher from http://www.cmake.org/cmake/resources/software.html 2. Download Qt libraries and applications by going to http://qt-project.org/downloads and choosing Qt SDK appropriate for the platform on which you are developing. 3. Download the VTK source code. The best way to do this is to access it from the git repository with git clone git://vtk.org/VTK git checkout 8ab89ff701ee6dd7d256398867bd0931c26da1ac Configure VTK with CMake and build it. You'll need to change these options from the default: BUILD_SHARED_LIBS=ON VTK_Group_Imaging=ON Module_vtkGUISupportQt=ON QT_QMAKE_EXECUTABLE=<path to the qmake executable that came with the Qt SDK you downloaded/built 4. Download the ITK source code. The best way to do this is to access it from the git repository with git clone git://itk.org/ITK git checkout 9dbde859b0062f0b888129baf264537e6028bca8 Add the MicroscopyPSFToolkit external module to ITK: cd ITK/Modules/External/ git clone git://github.com/cquammen/MicroscopyPSFToolkit.git Configure ITK with the following options: BUILD_SHARED_LIBS=ON Module_ITKVtkGlue=ON VTK_DIR=path to the VTK build directory you specified in step 3> 5. Configure the PSF Estimator project with CMake. Set the following variables: VTK_DIR=<path to the VTK build directory you specified in step 3> ITK_DIR=<path to the ITK build directory you specified in step 4> Build the project, and you are done!
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published