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