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
99d52ab0
Commit
99d52ab0
authored
Aug 12, 2023
by
Andrey Filippov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Debugging will keep this (broken) branch"
This reverts commit
b0be9975
.
parent
b0be9975
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
441 deletions
+33
-441
pom.xml
pom.xml
+1
-2
ImageDtt.java
src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java
+1
-1
OpticalFlow.java
...ain/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
+29
-436
QuadCLT.java
src/main/java/com/elphel/imagej/tileprocessor/QuadCLT.java
+2
-2
No files found.
pom.xml
View file @
99d52ab0
...
@@ -51,8 +51,7 @@
...
@@ -51,8 +51,7 @@
<groupId>
net.imagej
</groupId>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
<artifactId>
ij
</artifactId>
<!-- <version>1.52e</version> -->
<!-- <version>1.52e</version> -->
<!-- <version>1.53j</version> -->
<version>
1.53j
</version>
<version>
1.54f
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.jcuda
</groupId>
<groupId>
org.jcuda
</groupId>
...
...
src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java
View file @
99d52ab0
...
@@ -278,7 +278,7 @@ public class ImageDtt extends ImageDttCPU {
...
@@ -278,7 +278,7 @@ public class ImageDtt extends ImageDttCPU {
threadsMax
);
// final int threadsMax, // maximal number of threads to launch
threadsMax
);
// final int threadsMax, // maximal number of threads to launch
if
(
tp_tasks
.
length
==
0
)
{
if
(
tp_tasks
.
length
==
0
)
{
System
.
out
.
println
(
"Empty tasks - nothing to do
1`
"
);
System
.
out
.
println
(
"Empty tasks - nothing to do"
);
return
;
return
;
}
}
//texture_tiles
//texture_tiles
...
...
src/main/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
View file @
99d52ab0
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/QuadCLT.java
View file @
99d52ab0
...
@@ -2386,7 +2386,7 @@ public class QuadCLT extends QuadCLTCPU {
...
@@ -2386,7 +2386,7 @@ public class QuadCLT extends QuadCLTCPU {
0x3f
,
// int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
0x3f
,
// int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
debugLevel
);
// final int debugLevel) - not yet used
debugLevel
);
// final int debugLevel) - not yet used
if
(
tp_tasks
.
length
==
0
)
{
if
(
tp_tasks
.
length
==
0
)
{
System
.
out
.
println
(
"Empty tasks - nothing to do
2
"
);
System
.
out
.
println
(
"Empty tasks - nothing to do"
);
return
null
;
return
null
;
}
}
...
@@ -2958,7 +2958,7 @@ public class QuadCLT extends QuadCLTCPU {
...
@@ -2958,7 +2958,7 @@ public class QuadCLT extends QuadCLTCPU {
0x3f
,
// int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
0x3f
,
// int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
debugLevel
);
// final int debugLevel) - not yet used
debugLevel
);
// final int debugLevel) - not yet used
if
(
tp_tasks
.
length
==
0
)
{
if
(
tp_tasks
.
length
==
0
)
{
System
.
out
.
println
(
"--- Empty tasks - nothing to do
3
---"
);
System
.
out
.
println
(
"--- Empty tasks - nothing to do ---"
);
return
null
;
return
null
;
}
}
...
...
Andrey Filippov
@AndreyFilippov
mentioned in commit
5fa4c7e6
·
Aug 12, 2023
mentioned in commit
5fa4c7e6
mentioned in commit 5fa4c7e6e76cf950bc74ac4fa9181b3e2bf1d349
Toggle commit list
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