Skip to content

Commit

Permalink
added usage to README.md and updated submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsHaalck committed May 3, 2017
1 parent 39b127a commit 93d4f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -26,13 +26,16 @@ University of Muenster, Germany
**FlexBox** is copyright ©2016-2017 by Hendrik Dirks. **FlexBox** is copyright ©2016-2017 by Hendrik Dirks.
If you plan to distribute the software (commercially or not), please contact Hendrik Dirks for more information. If you plan to distribute the software (commercially or not), please contact Hendrik Dirks for more information.


### Dependencies ## Dependencies
In order to use the MATLAB version of FlexBox the following requirements should be met: In order to use the MATLAB version of FlexBox the following requirements should be met:
* Matlab >= R2015b * Matlab >= R2015b
* Image Processing Toolbox * Image Processing Toolbox


In order to use the C++/CUDA version please refer to the repository: https://github.com/HendrikMuenster/flexBox_CPP In order to use the C++/CUDA version please refer to the repository: https://github.com/HendrikMuenster/flexBox_CPP


## Usage
We recommend to look at the provided examples in the folder examples/.

## C++/CUDA Module ## C++/CUDA Module


**FlexBox** comes with a C++ module which can be used stand-alone or together with MATLAB via MEX-interfaces. The C++ module can be found at https://github.com/HendrikMuenster/flexBox_CPP and it is included in this repository as a submodule in the directory flexBox_CPP. For installation instructions please read the README in the linked repository. **FlexBox** comes with a C++ module which can be used stand-alone or together with MATLAB via MEX-interfaces. The C++ module can be found at https://github.com/HendrikMuenster/flexBox_CPP and it is included in this repository as a submodule in the directory flexBox_CPP. For installation instructions please read the README in the linked repository.
Expand Down
2 changes: 1 addition & 1 deletion flexBox_CPP
Submodule flexBox_CPP updated 2 files
+18 −6 README.md
+0 −24 source/tools.h

0 comments on commit 93d4f90

Please sign in to comment.