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
1c6b1897
Commit
1c6b1897
authored
Jan 11, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extracted parameters, before trying to fix buildTileCluster()
parent
a7c6fce6
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
755 additions
and
48 deletions
+755
-48
CLTParameters.java
src/main/java/com/elphel/imagej/cameras/CLTParameters.java
+340
-7
TexturedModel.java
...n/java/com/elphel/imagej/tileprocessor/TexturedModel.java
+407
-34
TwoQuadCLT.java
...main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
+1
-0
TriMesh.java
src/main/java/com/elphel/imagej/x3d/export/TriMesh.java
+7
-7
No files found.
src/main/java/com/elphel/imagej/cameras/CLTParameters.java
View file @
1c6b1897
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/TexturedModel.java
View file @
1c6b1897
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
View file @
1c6b1897
...
@@ -8507,6 +8507,7 @@ if (debugLevel > -100) return true; // temporarily !
...
@@ -8507,6 +8507,7 @@ if (debugLevel > -100) return true; // temporarily !
if
(
pathFirstLast
!=
null
)
{
if
(
pathFirstLast
!=
null
)
{
num_seq
=
pathFirstLast
.
length
;
num_seq
=
pathFirstLast
.
length
;
}
}
clt_parameters
.
multiseq_run
=
true
;
// running from the source list - disable debug images
}
}
class
VideoSet
{
class
VideoSet
{
...
...
src/main/java/com/elphel/imagej/x3d/export/TriMesh.java
View file @
1c6b1897
...
@@ -2315,7 +2315,10 @@ public class TriMesh {
...
@@ -2315,7 +2315,10 @@ public class TriMesh {
double
maxZ
,
// far clip (0 - do not clip). Negative - limit by max
double
maxZ
,
// far clip (0 - do not clip). Negative - limit by max
boolean
limitZ
,
boolean
limitZ
,
// double [][] dbg_disp_tri_slice,
// double [][] dbg_disp_tri_slice,
int
debug_level
int
debug_level
,
boolean
dbg_plot_center
,
// = true;
double
dbg_line_color
,
// = 1.0;
double
dbg_center_color
// = 3.0;
)
throws
IOException
)
throws
IOException
{
{
// boolean show_triangles = tri_img != null;
// boolean show_triangles = tri_img != null;
...
@@ -2460,18 +2463,15 @@ public class TriMesh {
...
@@ -2460,18 +2463,15 @@ public class TriMesh {
}
}
final
boolean
plot_center
=
true
;
final
double
line_color
=
1.0
;
final
double
center_color
=
3.0
;
if
(
tri_img
!=
null
)
{
if
(
tri_img
!=
null
)
{
plotMesh
(
plotMesh
(
tri_img
,
// final double [] canvas,
tri_img
,
// final double [] canvas,
tri_img_width
,
// final int width,
tri_img_width
,
// final int width,
texCoord
,
// final double [][] tex_coord,
texCoord
,
// final double [][] tex_coord,
triangles
,
// final int [][] triangles,
triangles
,
// final int [][] triangles,
plot_center
,
// final boolean plot_center,
dbg_
plot_center
,
// final boolean plot_center,
line_color
,
// final double line_color,
dbg_
line_color
,
// final double line_color,
center_color
);
// final double center_color)
dbg_
center_color
);
// final double center_color)
if
(
display_triangles
)
{
if
(
display_triangles
)
{
if
(
d_for_mesh
!=
null
)
{
if
(
d_for_mesh
!=
null
)
{
ShowDoubleFloatArrays
.
showArrays
(
ShowDoubleFloatArrays
.
showArrays
(
...
...
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