Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tile_processor_gpu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
tile_processor_gpu
Commits
e6b4b9cb
Commit
e6b4b9cb
authored
May 15, 2020
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding comments
parent
f72160f5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
561 additions
and
232 deletions
+561
-232
TileProcessor.cuh
src/TileProcessor.cuh
+561
-231
geometry_correction.cu
src/geometry_correction.cu
+0
-1
No files found.
src/TileProcessor.cuh
View file @
e6b4b9cb
This diff is collapsed.
Click to expand it.
src/geometry_correction.cu
View file @
e6b4b9cb
...
@@ -131,7 +131,6 @@ extern "C" __global__ void calc_rot_deriv(
...
@@ -131,7 +131,6 @@ extern "C" __global__ void calc_rot_deriv(
struct corr_vector * gpu_correction_vector,
struct corr_vector * gpu_correction_vector,
trot_deriv * gpu_rot_deriv)
trot_deriv * gpu_rot_deriv)
{
{
// __shared__ float zoom;
__shared__ float sincos [4][2]; // {az,tilt,roll, d_az, d_tilt, d_roll, d_az}{cos,sin}
__shared__ float sincos [4][2]; // {az,tilt,roll, d_az, d_tilt, d_roll, d_az}{cos,sin}
__shared__ float matrices[5 + 7 +4][3][3];
__shared__ float matrices[5 + 7 +4][3][3];
float angle;
float angle;
...
...
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