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
414f6351
Commit
414f6351
authored
Apr 15, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused
parent
6a600b81
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
611 deletions
+0
-611
GenerateRgbaHost.cu
src/GenerateRgbaHost.cu
+0
-294
GenerateRgbaHost.h
src/GenerateRgbaHost.h
+0
-32
generate_RGBA_host.inc
src/generate_RGBA_host.inc
+0
-285
No files found.
src/GenerateRgbaHost.cu
deleted
100644 → 0
View file @
6a600b81
This diff is collapsed.
Click to expand it.
src/GenerateRgbaHost.h
deleted
100644 → 0
View file @
6a600b81
#ifndef GENERATE_RGBA_HOST_H_
#define GENERATE_RGBA_HOST_H_
class
GenerateRgbaHost
{
public
:
GenerateRgbaHost
();
~
GenerateRgbaHost
();
void
generate_RBGA_host
(
int
num_cams
,
// number of cameras used
// Parameters to generate texture tasks
float
*
gpu_ftasks
,
// flattened tasks, 27 floats for quad EO, 99 floats for LWIR16p// struct tp_task * gpu_tasks,
int
num_tiles
,
// number of tiles in task list
// declare arrays in device code?
int
*
gpu_texture_indices
,
// packed tile + bits (now only (1 << 7)
int
*
gpu_num_texture_tiles
,
// number of texture tiles to process (8 separate elements for accumulation)
int
*
gpu_woi
,
// x,y,width,height of the woi
int
width
,
// <= TILES-X, use for faster processing of LWIR images (should be actual + 1)
int
height
,
// <= TILES-Y, use for faster processing of LWIR images
// Parameters for the texture generation
float
**
gpu_clt
,
// [num_cams] ->[TILES-Y][TILES-X][colors][DTT_SIZE*DTT_SIZE]
// TODO: use geometry_correction rXY !
struct
gc
*
gpu_geometry_correction
,
int
colors
,
// number of colors (3/1)
int
is_lwir
,
// do not perform shot correction
const
float
cpu_params
[
5
],
// mitigating CUDA_ERROR_INVALID_PTX
const
float
weights
[
3
],
// scale for R,B,G should be host_array, not gpu
int
dust_remove
,
// Do not reduce average weight when only one image differs much from the average
int
keep_weights
,
// return channel weights after A in RGBA (was removed) (should be 0 if gpu_texture_rbg)?
const
int
texture_rbga_stride
,
// in floats
float
*
gpu_texture_tiles
);
// (number of colors +1 + ?)*16*16 rgba texture tiles
};
#endif
src/generate_RGBA_host.inc
deleted
100644 → 0
View file @
6a600b81
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