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
97109dcb
Commit
97109dcb
authored
Aug 12, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second place of the same bug
parent
00d0fae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
QuadCLTCPU.java
...main/java/com/elphel/imagej/tileprocessor/QuadCLTCPU.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/QuadCLTCPU.java
View file @
97109dcb
...
...
@@ -13108,7 +13108,7 @@ public class QuadCLTCPU {
if
(
debugLevel
>
-
1
)
{
System
.
out
.
println
(
"backdropPixels = "
+
backdropPixels
+
" h_margin = "
+
h_margin
+
" v_margin = "
+
v_margin
);
}
int
[]
src_pixels
=
(
int
[])
imp
.
getProcessor
().
getPixels
();
int
[]
src_pixels
=
(
int
[])
imp
.
getProcessor
().
convertToColorProcessor
().
getPixels
();
int
[]
pixels
=
new
int
[
width2
*
height2
];
int
black
=
noalpha
?
0
:
0xff000000
;
int
mask
=
noalpha
?
0xffffff
:
0xffffffff
;
...
...
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