QRCodeDetectorDetect Method |
http://www.emgu.com
Detector the location of the QR code
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool Detect(
IInputArray input,
IOutputArray points
)
Public Function Detect (
input As IInputArray,
points As IOutputArray
) As Boolean
public:
bool Detect(
IInputArray^ input,
IOutputArray^ points
)
member Detect :
input : IInputArray *
points : IOutputArray -> bool
Parameters
- input
- Type: Emgu.CVIInputArray
The input image - points
- Type: Emgu.CVIOutputArray
The location of the QR code in the image
Return Value
Type:
BooleanTrue if a QRCode is found.
See Also