Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferis/neura
Fork of NeuRA Neural Reconstructions Algorithms
https://github.com/jefferis/neura
Last synced: 27 days ago
JSON representation
Fork of NeuRA Neural Reconstructions Algorithms
- Host: GitHub
- URL: https://github.com/jefferis/neura
- Owner: jefferis
- License: gpl-2.0
- Created: 2012-03-01T13:28:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T13:48:07.000Z (over 12 years ago)
- Last Synced: 2023-04-16T09:10:57.170Z (over 1 year ago)
- Language: C++
- Homepage: http://www.neura.org/
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
============
This repository consists of source code derived from [neura.org](http://www.neura.org), specifically the [cfd.zip][cfdurl] source code package. To this I have added some small fixes to enable compilation with gcc 4 on mac and 64 bit linux. In addition I have added some command line otpions to the anisofilter anisotropic diffusion tool (our main interest in this package). This includes the ability to specify all the main algorithm parameters on the command line and to specify image voxel dimensions for e.g. input tifs. See [FruCloneClustering repository](https://github.com/jefferis/FruCloneClustering) for how we have been using this code.$ ./anisofilter -h
Usage: anisofilter [Options] inputfilename.tiff outputfilename.tiff
-------------------------------------------
Options (default values):
-scanrange:2
-tau:4.0
-ipflag:0
-nsteps:4
-anicoeff{1,3}:1 1 0
-lambda: 0.1
-dx: -dy: -dz: (voxel dimensions)
-------------------------------------------
Programmed by Philip J. Broser and Roland Schulte.
Report bugs to .[cfdurl]: http://www.neura.org/NeuRA_Homepage/Download_files/cfd.zip
License
=======
The original Neura source code is released under the copyleft GPL license, so my additions retain that license. Copyright of the main code obviously remains with the original authors.