mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
fix exp, log | enable ui for log | strengthen test
Co-authored-by: Liutong HAN <liutong2020@iscas.ac.cn>
This commit is contained in:
@@ -1099,7 +1099,7 @@ struct ExpOp : public BaseElemWiseOp
|
||||
}
|
||||
void getValueRange(int depth, double& minval, double& maxval)
|
||||
{
|
||||
maxval = depth == CV_32F ? 50 : 100;
|
||||
maxval = depth == CV_32F ? 80 : 700;
|
||||
minval = -maxval;
|
||||
}
|
||||
void op(const vector<Mat>& src, Mat& dst, const Mat&)
|
||||
|
||||
Reference in New Issue
Block a user