mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Minor fixes, new MergeDebevec
This commit is contained in:
@@ -206,6 +206,9 @@ public:
|
||||
|
||||
CV_WRAP virtual int getSamples() const = 0;
|
||||
CV_WRAP virtual void setSamples(int samples) = 0;
|
||||
|
||||
CV_WRAP virtual bool getTest() const = 0;
|
||||
CV_WRAP virtual void setTest(bool val) = 0;
|
||||
};
|
||||
|
||||
CV_EXPORTS_W Ptr<CalibrateDebevec> createCalibrateDebevec(int samples = 50, float lambda = 10.0f);
|
||||
|
||||
Reference in New Issue
Block a user