Changeset 42094 for trunk/ppStack/src/ppStackLoop.h
- Timestamp:
- Feb 28, 2022, 3:01:31 PM (4 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackLoop.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppStack merged eligible /branches/czw_branch/20160809/ppStack merged eligible /branches/czw_branch/20170908/ppStack merged eligible /branches/eam_branches/ipp-20191011/ppStack merged eligible /branches/eam_branches/ipp-20211108/ppStack merged eligible /branches/eam_branches/ipp-dev-20210817/ppStack merged eligible /branches/eam_branches/ppStack.20211015 merged eligible /tags/ipp-ps1-20210510/ppStack merged eligible /tags/ipp-ps1-20210708/ppStack merged eligible /branches/ipp-259_genericise_backups/ppStack 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackLoop.h
r36855 r42094 7 7 ppStackOptions *options // Options for stacking 8 8 ); 9 9 10 // Median only loop. 10 11 bool ppStackMedianLoop( … … 12 13 ppStackOptions *options // Options for stacking 13 14 ); 15 16 // stack by percentile range 17 bool ppStackLoopByPercent( 18 pmConfig *config, 19 ppStackOptions *options 20 ); 14 21 15 22 // Setup … … 92 99 93 100 101 bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 102 94 103 bool ppStackUpdateHeader(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 95 104 bool ppStackJPEGs(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
