QRCodeDetectorDetect Method |
http://www.emgu.com
Detector the location of the QR code
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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