本文整理汇总了C#中Int32Image类的典型用法代码示例。如果您正苦于以下问题:C# Int32Image类的具体用法?C# Int32Image怎么用?C# Int32Image使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Int32Image类属于命名空间,在下文中一共展示了Int32Image类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: FindFastBestLine
public static HoughLine FindFastBestLine(Int32Image src, HLParams p, int edgeMin) {
HoughLine ret = new HoughLine(VisionLabPINVOKE.FindFastBestLine__SWIG_4(Int32Image.getCPtr(src), HLParams.getCPtr(p), edgeMin), true);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例2: TrainImage
public double TrainImage(double learnRate, double momentum, Int32Image image, int classNr) {
double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int32_TrainImage(swigCPtr, learnRate, momentum, Int32Image.getCPtr(image), classNr);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例3: ClassifyOutputTab
public double ClassifyOutputTab(Int32Image image, vector_ClassOutput outputTab) {
double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int32_ClassifyOutputTab(swigCPtr, Int32Image.getCPtr(image), vector_ClassOutput.getCPtr(outputTab));
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例4: CircleShape
public static void CircleShape(Int32Image image, XYCoord centre, int r, int value, ZeroOrOriginal zorg) {
VisionLabPINVOKE.CircleShape__SWIG_8(Int32Image.getCPtr(image), XYCoord.getCPtr(centre), r, value, (int)zorg);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例5: DeInterlace
public static void DeInterlace(Int32Image image) {
VisionLabPINVOKE.DeInterlace__SWIG_4(Int32Image.getCPtr(image));
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例6: ThresholdIsoData
public static int ThresholdIsoData(Int32Image image, Int32Image roi, ObjectBrightness arg2) {
int ret = VisionLabPINVOKE.ThresholdIsoData__SWIG_9(Int32Image.getCPtr(image), Int32Image.getCPtr(roi), (int)arg2);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例7: AddBorder
public static void AddBorder(Int32Image src, Int32Image dest, int top, int left, int right, int bottom, int value) {
VisionLabPINVOKE.AddBorder__SWIG_4(Int32Image.getCPtr(src), Int32Image.getCPtr(dest), top, left, right, bottom, value);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例8: GammaLUT
public static void GammaLUT(Int32Image image, double gamma) {
VisionLabPINVOKE.GammaLUT__SWIG_4(Int32Image.getCPtr(image), gamma);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例9: HistogramEqualize
public static void HistogramEqualize(Int32Image image) {
VisionLabPINVOKE.HistogramEqualize__SWIG_4(Int32Image.getCPtr(image));
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例10: CalcHistogram0
public static void CalcHistogram0(Int32Image image, int hisSize, SWIGTYPE_p_int his) {
VisionLabPINVOKE.CalcHistogram0__SWIG_4(Int32Image.getCPtr(image), hisSize, SWIGTYPE_p_int.getCPtr(his));
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例11: ContrastStretchLUT
public static void ContrastStretchLUT(Int32Image image, int low, int high) {
VisionLabPINVOKE.ContrastStretchLUT__SWIG_4(Int32Image.getCPtr(image), low, high);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例12: CalcHistogram
public static Histogram CalcHistogram(Int32Image image, Int32Image roi) {
Histogram ret = new Histogram(VisionLabPINVOKE.CalcHistogram__SWIG_19(Int32Image.getCPtr(image), Int32Image.getCPtr(roi)), true);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例13: Extract1Channel
public static void Extract1Channel(HSV161616Image image, HSVColor plane, Int32Image chan) {
VisionLabPINVOKE.Extract1Channel__SWIG_66(HSV161616Image.getCPtr(image), (int)plane, Int32Image.getCPtr(chan));
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}
示例14: FindFastBestLines
public static vector_HoughLine FindFastBestLines(Int32Image src, HLParams p, int edgeMin, int nrLines, double minR, double minPhi, int minHits) {
vector_HoughLine ret = new vector_HoughLine(VisionLabPINVOKE.FindFastBestLines__SWIG_4(Int32Image.getCPtr(src), HLParams.getCPtr(p), edgeMin, nrLines, minR, minPhi, minHits), true);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例15: ThresholdFast
public static void ThresholdFast(Int32Image image, int low, int high) {
VisionLabPINVOKE.ThresholdFast__SWIG_29(Int32Image.getCPtr(image), low, high);
if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
}