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