mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990.
re-enabled Downhill solver test, let's see how it goes
This commit is contained in:
@@ -78,7 +78,7 @@ class RosenbrockF:public cv::MinProblemSolver::Function{
|
||||
}
|
||||
};
|
||||
|
||||
TEST(DISABLED_Core_DownhillSolver, regression_basic){
|
||||
TEST(Core_DownhillSolver, regression_basic){
|
||||
cv::Ptr<cv::DownhillSolver> solver=cv::DownhillSolver::create();
|
||||
#if 1
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user