-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the description of tool "projective_transformation_points" (#32)
* Updated tool "projective_transformation_points": bug fix, new description, new test data * Updated license info
- Loading branch information
Showing
10 changed files
with
86 additions
and
65 deletions.
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
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
33 changes: 20 additions & 13 deletions
33
tools/projective_transformation_points/projective_transformation_points.xml
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
10 changes: 10 additions & 0 deletions
10
tools/projective_transformation_points/test-data/in.tabular
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,10 @@ | ||
x y tissue_type ROI_ID | ||
11 49 tumor 1 | ||
11 50 stroma 1 | ||
11 51 tumor 2 | ||
11 52 tumor 2 | ||
12 49 tumor 1 | ||
12 50 stroma 1 | ||
12 51 tumor 2 | ||
12 52 tumor 2 | ||
13 49 tumor 1 |
10 changes: 10 additions & 0 deletions
10
tools/projective_transformation_points/test-data/out.tabular
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,10 @@ | ||
x y tissue_type ROI_ID | ||
111 99 tumor 1 | ||
111 100 stroma 1 | ||
111 101 tumor 2 | ||
111 102 tumor 2 | ||
112 99 tumor 1 | ||
112 100 stroma 1 | ||
112 101 tumor 2 | ||
112 102 tumor 2 | ||
113 99 tumor 1 |
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
tools/projective_transformation_points/test-data/points_tsv.tsv
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
tools/projective_transformation_points/test-data/tmat.tabular
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,3 @@ | ||
1.0 0.0 50 | ||
0.0 1.0 100 | ||
0.0 0.0 1.0 |
3 changes: 0 additions & 3 deletions
3
tools/projective_transformation_points/test-data/warp_matrix.tsv
This file was deleted.
Oops, something went wrong.