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
836e9158
Commit
836e9158
authored
Sep 23, 2024
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
before regularization
parent
ed7dcb7f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1274 additions
and
8 deletions
+1274
-8
Eyesis_Correction.java
.../java/com/elphel/imagej/correction/Eyesis_Correction.java
+4
-0
VegetationLMA.java
...main/java/com/elphel/imagej/vegetation/VegetationLMA.java
+1040
-0
VegetationModel.java
...in/java/com/elphel/imagej/vegetation/VegetationModel.java
+230
-8
No files found.
src/main/java/com/elphel/imagej/correction/Eyesis_Correction.java
View file @
836e9158
...
@@ -128,6 +128,7 @@ import com.elphel.imagej.tileprocessor.QuadCLTCPU;
...
@@ -128,6 +128,7 @@ import com.elphel.imagej.tileprocessor.QuadCLTCPU;
import
com.elphel.imagej.tileprocessor.SymmVector
;
import
com.elphel.imagej.tileprocessor.SymmVector
;
import
com.elphel.imagej.tileprocessor.TwoQuadCLT
;
import
com.elphel.imagej.tileprocessor.TwoQuadCLT
;
import
com.elphel.imagej.tileprocessor.lwoc.LwirWorld
;
import
com.elphel.imagej.tileprocessor.lwoc.LwirWorld
;
import
com.elphel.imagej.vegetation.VegetationModel
;
import
ij.CompositeImage
;
import
ij.CompositeImage
;
import
ij.IJ
;
import
ij.IJ
;
...
@@ -866,6 +867,7 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
...
@@ -866,6 +867,7 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
panelOrange
.
setLayout
(
new
GridLayout
(
1
,
0
,
5
,
5
));
// rows, columns, vgap, hgap
panelOrange
.
setLayout
(
new
GridLayout
(
1
,
0
,
5
,
5
));
// rows, columns, vgap, hgap
addButton
(
"Test Orange"
,
panelOrange
,
color_process
);
addButton
(
"Test Orange"
,
panelOrange
,
color_process
);
addButton
(
"Process Merged"
,
panelOrange
,
color_process
);
addButton
(
"Process Merged"
,
panelOrange
,
color_process
);
addButton
(
"Vegetation LMA"
,
panelOrange
,
color_process
);
plugInFrame
.
add
(
panelOrange
);
plugInFrame
.
add
(
panelOrange
);
}
}
plugInFrame
.
pack
();
plugInFrame
.
pack
();
...
@@ -5798,6 +5800,8 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
...
@@ -5798,6 +5800,8 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
OrangeTest
.
testOrange
();
OrangeTest
.
testOrange
();
}
else
if
(
label
.
equals
(
"Process Merged"
))
{
}
else
if
(
label
.
equals
(
"Process Merged"
))
{
OrangeTest
.
processMerged
();
OrangeTest
.
processMerged
();
}
else
if
(
label
.
equals
(
"Vegetation LMA"
))
{
VegetationModel
.
testVegetationLMA
();
}
}
//
//
}
}
...
...
src/main/java/com/elphel/imagej/vegetation/VegetationLMA.java
View file @
836e9158
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/vegetation/VegetationModel.java
View file @
836e9158
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