HomographyBasedEstimator Constructor |
http://www.emgu.com
Create a new homography based rotation estimator
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic HomographyBasedEstimator(
bool isFocalsEstimated
)
Public Sub New (
isFocalsEstimated As Boolean
)
public:
HomographyBasedEstimator(
bool isFocalsEstimated
)
new :
isFocalsEstimated : bool -> HomographyBasedEstimator
Parameters
- isFocalsEstimated
- Type: SystemBoolean
Is focals estimated
See Also