Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PetteriAimonen/focus-stack
/ functions
Functions
191 in github.com/PetteriAimonen/focus-stack
⨍
Functions
191
◇
Types & classes
43
↓ 27 callers
Method
reset
src/focusstack.cc:191
↓ 26 callers
Method
add
src/worker.cc:132
↓ 19 callers
Method
has_flag
src/options.cc:15
↓ 19 callers
Method
verbose
src/logger.cc:28
↓ 17 callers
Method
get_arg
src/options.cc:40
↓ 15 callers
Method
valid_area
src/worker.hh:64
↓ 10 callers
Method
name
src/worker.hh:31
↓ 9 callers
Method
basename
src/worker.cc:81
↓ 7 callers
Method
filename
src/worker.hh:30
↓ 7 callers
Method
index
src/worker.hh:33
↓ 6 callers
Function
clamp
src/fast_bilateral.hh:39
↓ 6 callers
Method
get_level
src/logger.cc:23
↓ 5 callers
Method
img_cropped
src/worker.hh:76
↓ 5 callers
Method
run
src/worker.cc:38
↓ 5 callers
Function
sq
src/radialfilter.cc:6
↓ 4 callers
Function
round_and_dither
Round value to integer and add quantization error to delta for dithering. Finally, clamp the result to 0..255 range
src/task_align.cc:338
↓ 3 callers
Method
error
src/logger.cc:52
↓ 3 callers
Method
progress
src/logger.cc:36
↓ 3 callers
Method
uses_opencl
src/worker.hh:26
↓ 3 callers
Function
v3f_normalize
src/task_3dpreview.cc:30
↓ 2 callers
Method
get_3dview
src/focusstack.hh:55
↓ 2 callers
Method
get_depthmap
src/focusstack.hh:53
↓ 2 callers
Method
get_filenames
src/options.cc:59
↓ 2 callers
Method
is_completed
src/worker.hh:28
↓ 2 callers
Method
mask
src/task_depthmap.cc:116
↓ 2 callers
Function
masked_blur
src/task_depthmap_inpaint.cc:24
↓ 2 callers
Method
set_index
src/worker.hh:34
↓ 2 callers
Method
set_output
src/focusstack.hh:50
↓ 2 callers
Function
sq
src/task_align.cc:13
↓ 2 callers
Function
v3f_norm
src/task_3dpreview.cc:25
↓ 1 callers
Function
bilateralFilter
src/fast_bilateral.hh:87
↓ 1 callers
Function
bilateralFilterImpl
src/fast_bilateral.hh:108
↓ 1 callers
Method
failed
src/worker.hh:118
↓ 1 callers
Method
get_output
src/focusstack.hh:51
↓ 1 callers
Method
get_unparsed
src/options.cc:76
↓ 1 callers
Method
maxdepth
src/task_depthmap.hh:22
↓ 1 callers
Method
percentile
src/histogrampercentile.cc:42
↓ 1 callers
Method
ready_to_run
Check whether all dependencies of this task have been completed
src/worker.cc:20
↓ 1 callers
Method
set_3dview
src/focusstack.hh:54
↓ 1 callers
Method
set_3dviewpoint
src/focusstack.hh:74
↓ 1 callers
Method
set_align_flags
src/focusstack.hh:73
↓ 1 callers
Method
set_align_only
src/focusstack.hh:64
↓ 1 callers
Method
set_batchsize
src/focusstack.hh:67
↓ 1 callers
Method
set_callback
src/logger.cc:12
↓ 1 callers
Method
set_consistency
src/focusstack.hh:70
↓ 1 callers
Method
set_denoise
src/focusstack.hh:71
↓ 1 callers
Method
set_depthmap
src/focusstack.hh:52
↓ 1 callers
Method
set_depthmap_smooth_xy
src/focusstack.hh:57
↓ 1 callers
Method
set_depthmap_smooth_z
src/focusstack.hh:58
↓ 1 callers
Method
set_depthmap_threshold
src/focusstack.hh:56
↓ 1 callers
Method
set_disable_opencl
src/focusstack.hh:61
↓ 1 callers
Method
set_halo_radius
src/focusstack.hh:59
↓ 1 callers
Method
set_inputs
src/focusstack.hh:49
↓ 1 callers
Method
set_jpgquality
src/focusstack.hh:69
↓ 1 callers
Method
set_level
src/logger.cc:18
↓ 1 callers
Method
set_nocrop
src/focusstack.hh:63
↓ 1 callers
Method
set_reference
src/focusstack.hh:68
↓ 1 callers
Method
set_remove_bg
src/focusstack.hh:60
↓ 1 callers
Method
set_save_steps
src/focusstack.hh:62
↓ 1 callers
Method
set_threads
src/focusstack.hh:66
↓ 1 callers
Method
set_verbose
src/focusstack.cc:54
↓ 1 callers
Method
set_wait_images
src/focusstack.hh:72
↓ 1 callers
Method
task
src/task_merge.cc:20
↓ 1 callers
Method
wait
src/worker.cc:93
↓ 1 callers
Method
wait_all
src/worker.cc:149
↓ 1 callers
Method
worker
This is the worker thread; it is run in multiple copies in separate threads. Each thread will take the first runnable task from the queue and execute
src/worker.cc:225
Method
FocusStack
src/focusstack.cc:23
Method
HistogramPercentile
src/histogrampercentile.cc:6
Method
ImgTask
src/worker.hh:59
Method
Logger
src/logger.cc:7
Method
Options
src/options.cc:5
Function
TEST
Decompose with OpenCL, compose with CPU
src/task_wavelet_opencl_tests.cc:13
Function
TEST
src/task_grayscale_tests.cc:7
Function
TEST
src/radialfilter_tests.cc:7
Function
TEST
src/task_wavelet_tests.cc:6
Method
Task
src/worker.cc:10
Method
Task_3DPreview
src/task_3dpreview.cc:6
Method
Task_Align
src/task_align.cc:15
Method
Task_BackgroundRemoval
src/task_background_removal.cc:7
Method
Task_Denoise
src/task_denoise.cc:6
Method
Task_Depthmap
src/task_depthmap.cc:11
Method
Task_Depthmap_Inpaint
src/task_depthmap_inpaint.cc:9
Method
Task_FocusMeasure
src/task_focusmeasure.cc:6
Method
Task_Grayscale
src/task_grayscale.cc:7
Method
Task_LoadImg
src/task_loadimg.cc:9
Method
Task_Merge
src/task_merge.cc:6
Method
Task_Reassign
src/task_reassign.cc:156
Method
Task_Reassign_Map
src/task_reassign.cc:9
Method
Task_SaveImg
src/task_saveimg.hh:15
Method
Task_SaveImg
src/task_saveimg.cc:7
Method
Task_Wavelet
src/task_wavelet.cc:6
Method
Task_Wavelet_OpenCL
src/task_wavelet_opencl.cc:6
Method
Worker
src/worker.cc:103
Method
add_image
src/focusstack.cc:127
Method
add_to_guo
src/task_depthmap.cc:88
Method
apply_contrast_whitebalance
src/task_align.cc:345
Method
apply_transform
src/task_align.cc:400
Method
average
src/radialfilter.cc:199
Method
blobdistance
src/radialfilter.cc:267
Method
bresenham_walk_direction
src/radialfilter.cc:333
next →
1–100 of 191, ranked by callers