Some fixes for Noise Reduction, Issue 2557 #23
This commit is contained in:
@@ -354,7 +354,7 @@ namespace rtengine {
|
||||
/** Creates and returns a Crop instance that acts as a window on the image
|
||||
* @param editDataProvider pointer to the EditDataProvider that communicates with the EditSubscriber
|
||||
* @return a pointer to the Crop object that handles the image data trough its own pipeline */
|
||||
virtual DetailedCrop* createCrop (::EditDataProvider *editDataProvider) =0;
|
||||
virtual DetailedCrop* createCrop (::EditDataProvider *editDataProvider, bool isDetailWindow) =0;
|
||||
|
||||
virtual bool getAutoWB (double& temp, double& green, double equal) =0;
|
||||
virtual void getCamWB (double& temp, double& green) =0;
|
||||
|
Reference in New Issue
Block a user