Exemplo n.º 1
0
 public static extern IntPtr imaqReadBarcode(IntPtr image, BarcodeType type, ref ROI roi, int validate);
Exemplo n.º 2
0
 public static extern IntPtr imaqMatchIntPtrs(IntPtr image, ref IntPtr multiplePattern, ref ROI roi, ref int numMatches);
Exemplo n.º 3
0
 public static extern IntPtr imaqMatchPattern3(IntPtr image, IntPtr pattern, ref MatchPatternOptions options, ref MatchPatternAdvancedOptions advancedOptions, ref ROI roi, ref int numMatches);
Exemplo n.º 4
0
 public static extern int imaqSetROIColor(ref ROI roi, ref RGBValue color);
Exemplo n.º 5
0
 public static extern IntPtr imaqExtractCurves(IntPtr image, ref ROI roi, ref CurveOptions curveOptions, ref uint numCurves);
Exemplo n.º 6
0
 public static extern int imaqRemoveContour(ref ROI roi, int id);
Exemplo n.º 7
0
 public static extern int imaqConstructROI2(IntPtr image, ref ROI roi, Tool initialTool, ref ToolWindowOptions tools, ref ConstructROIOptions2 options, ref int okay);
Exemplo n.º 8
0
 public static extern int imaqAddAnnulusContour(ref ROI roi, Annulus annulus);
Exemplo n.º 9
0
 public static extern int imaqAddLineContour(ref ROI roi, Point start, Point end);
Exemplo n.º 10
0
 public static extern int imaqFindLCDSegments(ref ROI roi, IntPtr image, ref LCDOptions options);
Exemplo n.º 11
0
 public static extern IntPtr imaqReadLCD(IntPtr image, ref ROI roi, ref LCDOptions options);
Exemplo n.º 12
0
 public static extern IntPtr imaqReadQRCode(IntPtr image, ref ROI roi, QRGradingMode reserved, ref QRCodeDescriptionOptions descriptionOptions, ref QRCodeSizeOptions sizeOptions, ref QRCodeSearchOptions searchOptions);
Exemplo n.º 13
0
 public static extern IntPtr imaqReadPDF417Barcode(IntPtr image, ref ROI roi, Barcode2DSearchMode searchMode, ref uint numBarcodes);
Exemplo n.º 14
0
 public static extern IntPtr imaqReadDataMatrixBarcode2(IntPtr image, ref ROI roi, DataMatrixGradingMode prepareForGrading, ref DataMatrixDescriptionOptions descriptionOptions, ref DataMatrixSizeOptions sizeOptions, ref DataMatrixSearchOptions searchOptions);
Exemplo n.º 15
0
 public static extern IntPtr imaqGetContourInfo2(ref ROI roi, int id);
Exemplo n.º 16
0
 public static extern int imaqAddOpenContour(ref ROI roi, ref Point points, int numPoints);
Exemplo n.º 17
0
 public static extern int imaqMoveContour(ref ROI roi, int id, int deltaX, int deltaY);
Exemplo n.º 18
0
 public static extern int imaqAddOvalContour(ref ROI roi, Rect boundingBox);
Exemplo n.º 19
0
 public static extern int imaqSetContourColor(ref ROI roi, int id, ref RGBValue color);
Exemplo n.º 20
0
 public static extern int imaqAddPointContour(ref ROI roi, Point point);
Exemplo n.º 21
0
 public static extern int imaqGetROIBoundingBox(ref ROI roi, ref Rect boundingBox);
Exemplo n.º 22
0
 public static extern int imaqAddRotatedRectContour2(ref ROI roi, RotatedRect rect);
Exemplo n.º 23
0
 public static extern int imaqSetWindowROI(int windowNumber, ref ROI roi);
Exemplo n.º 24
0
 public static extern int imaqCopyContour(ref ROI destRoi, ref ROI sourceRoi, int id);
Exemplo n.º 25
0
 public static extern IntPtr imaqDetectRectangles(IntPtr image, ref RectangleDescriptor rectangleDescriptor, ref CurveOptions curveOptions, ref ShapeDetectionOptions shapeDetectionOptions, ref ROI roi, ref int numMatchesReturned);
Exemplo n.º 26
0
 public static extern int imaqGetContour(ref ROI roi, uint index);
Exemplo n.º 27
0
 public static extern IntPtr imaqMatchGeometricPattern3(IntPtr image, IntPtr pattern, ref CurveOptions curveOptions, ref MatchGeometricPatternOptions matchOptions, ref MatchGeometricPatternAdvancedOptions3 advancedMatchOptions, ref ROI roi, ref int numMatches);
Exemplo n.º 28
0
 public static extern int imaqGetContourCount(ref ROI roi);
Exemplo n.º 29
0
 public static extern int imaqOverlayROI(IntPtr image, ref ROI roi, PointSymbol symbol, ref UserPointSymbol userSymbol, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 30
0
 public static extern IntPtr imaqMatchColor(IntPtr image, ref ColorInformation info, ref ROI roi, ref int numScores);