FeatherBlender Constructor |
http://www.emgu.com
Create a simple blender which mixes images at its borders
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic FeatherBlender(
float sharpness = 0.02f
)
Public Sub New (
Optional sharpness As Single = 0.02F
)
public:
FeatherBlender(
float sharpness = 0.02f
)
new :
?sharpness : float32
(* Defaults:
let _sharpness = defaultArg sharpness 0.02f
*)
-> FeatherBlender
Parameters
- sharpness (Optional)
- Type: SystemSingle
Sharpness
See Also