| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
static DownhillSolver |
DownhillSolver.create() |
static DownhillSolver |
DownhillSolver.create(MinProblemSolver.Function f,
GpuMat initStep,
TermCriteria termcrit) |
static DownhillSolver |
DownhillSolver.create(MinProblemSolver.Function f,
Mat initStep,
TermCriteria termcrit)
\brief This function returns the reference to the ready-to-use DownhillSolver object.
|
static DownhillSolver |
DownhillSolver.create(MinProblemSolver.Function f,
UMat initStep,
TermCriteria termcrit) |
Copyright © 2021. All rights reserved.