Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
b569637d
Commit
b569637d
authored
Apr 28, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more code to debug
parent
73b9d03b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1474 additions
and
27 deletions
+1474
-27
SuperTiles.java
src/main/java/SuperTiles.java
+2
-1
TilePlanes.java
src/main/java/TilePlanes.java
+229
-3
TileSurface.java
src/main/java/TileSurface.java
+1243
-23
No files found.
src/main/java/SuperTiles.java
View file @
b569637d
...
@@ -397,7 +397,7 @@ public class SuperTiles{
...
@@ -397,7 +397,7 @@ public class SuperTiles{
final
double
[]
strengthHist
=
new
double
[
nStiles
];
final
double
[]
strengthHist
=
new
double
[
nStiles
];
final
Thread
[]
threads
=
ImageDtt
.
newThreadArray
(
tileProcessor
.
threadsMax
);
final
Thread
[]
threads
=
ImageDtt
.
newThreadArray
(
tileProcessor
.
threadsMax
);
final
AtomicInteger
ai
=
new
AtomicInteger
(
0
);
final
AtomicInteger
ai
=
new
AtomicInteger
(
0
);
final
TilePlanes
tpl
=
new
TilePlanes
(
tileProcessor
.
getTileSize
(),
superTileSize
);
//
final TilePlanes tpl = new TilePlanes(tileProcessor.getTileSize(),superTileSize);
for
(
int
ithread
=
0
;
ithread
<
threads
.
length
;
ithread
++)
{
for
(
int
ithread
=
0
;
ithread
<
threads
.
length
;
ithread
++)
{
threads
[
ithread
]
=
new
Thread
()
{
threads
[
ithread
]
=
new
Thread
()
{
...
@@ -1578,6 +1578,7 @@ public class SuperTiles{
...
@@ -1578,6 +1578,7 @@ public class SuperTiles{
double
[][]
ellipsoids
=
planes
[
npd
+
LOWEST_PLANE
(
planes
.
length
)].
getDoublePlaneDisparityStrength
(
double
[][]
ellipsoids
=
planes
[
npd
+
LOWEST_PLANE
(
planes
.
length
)].
getDoublePlaneDisparityStrength
(
null
,
// double [] window,
null
,
// double [] window,
true
,
// boolean use_sel,
true
,
// boolean use_sel,
true
,
// boolean divide_by_area,
1.5
,
// double scale_projection,
1.5
,
// double scale_projection,
1
);
// int debugLevel)
1
);
// int debugLevel)
...
...
src/main/java/TilePlanes.java
View file @
b569637d
This diff is collapsed.
Click to expand it.
src/main/java/TileSurface.java
View file @
b569637d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment