Update LdrToHdrSampling.py

This commit is contained in:
Simon 2020-12-20 21:57:21 +01:00 committed by GitHub
parent cb9841ddd0
commit 556fb1de5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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