forked from daviddoria/Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5,464 changed files
with
44 additions
and
498,357 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
#include <iostream> | ||
|
||
int main() | ||
{ | ||
return 0; | ||
#ifdef INTERACTIVE | ||
std::cout << "ifdef interactive" << std::endl; | ||
#endif | ||
|
||
#if defined(INTERACTIVE) | ||
std::cout << "if defined(interactive)" << std::endl; | ||
#endif | ||
return 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# command_file.txt | ||
[GLOBAL] | ||
fixed=fixed.png | ||
moving=moving.png | ||
img_out=warped.png | ||
xform_out=bspline_coefficients.txt | ||
|
||
[STAGE] | ||
xform=bspline | ||
impl=plastimatch | ||
threading=openmp | ||
max_its=30 | ||
grid_spac=100 100 100 | ||
res=4 4 2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# command_file.txt | ||
[GLOBAL] | ||
fixed=fixed.png | ||
moving=moving.png | ||
img_out=warped.png | ||
|
||
[STAGE] | ||
xform=translation | ||
optim=rsg | ||
max_its=30 | ||
res=4 4 2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.