Remove no more meaningful progress optional argument
This commit is contained in:
@@ -97,7 +97,7 @@ def getNewIndex(index, offset):
|
||||
def silentTqdm(data, desc = None):
|
||||
return data
|
||||
|
||||
def mergeSingleColorChannelImagesAccordingToBayerFilter(singleColorChannelImages, progress = False):
|
||||
def mergeSingleColorChannelImagesAccordingToBayerFilter(singleColorChannelImages):
|
||||
colorImage = singleColorChannelImages[list(Color)[0]]
|
||||
multipleColorsImage = np.empty([dimension * 2 for dimension in colorImage.shape], dtype = np.float64)
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user