mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-15 15:55:18 +02:00
Update LdrToHdrSampling.py
This commit is contained in:
parent
cb9841ddd0
commit
556fb1de5e
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ def findMetadata(d, keys, defaultValue):
|
||||||
|
|
||||||
|
|
||||||
class DividedInputNodeSize(desc.DynamicNodeSize):
|
class DividedInputNodeSize(desc.DynamicNodeSize):
|
||||||
"""
|
'''
|
||||||
The LDR2HDR will reduce the amount of views in the SfMData.
|
The LDR2HDR will reduce the amount of views in the SfMData.
|
||||||
This class converts the number of LDR input views into the number of HDR output views.
|
This class converts the number of LDR input views into the number of HDR output views.
|
||||||
"""
|
'''
|
||||||
def __init__(self, param, divParam):
|
def __init__(self, param, divParam):
|
||||||
super(DividedInputNodeSize, self).__init__(param)
|
super(DividedInputNodeSize, self).__init__(param)
|
||||||
self._divParam = divParam
|
self._divParam = divParam
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue