http://www.emgu.com
Create a new DP Seam Finder
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic DpSeamFinder(
DpSeamFinderCostFunction costFunc = DpSeamFinderCostFunction.Color
)
Public Sub New (
Optional costFunc As DpSeamFinderCostFunction = DpSeamFinderCostFunction.Color
)
public:
DpSeamFinder(
DpSeamFinderCostFunction costFunc = DpSeamFinderCostFunction::Color
)
new :
?costFunc : DpSeamFinderCostFunction
(* Defaults:
let _costFunc = defaultArg costFunc DpSeamFinderCostFunction.Color
*)
-> DpSeamFinder
Parameters
- costFunc (Optional)
- Type: Emgu.CV.StitchingDpSeamFinderCostFunction
The cost function
See Also