--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openpnp/116bb183-58fa-48f7-ac6a-2ef86a84c90bn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openpnp/b7348290-b1a3-4734-9478-8851907d5ff2n%40googlegroups.com.
<cv-pipeline>
<stages>
<cv-stage class="org.openpnp.vision.pipeline.stages.ParameterNumeric" name="蒙板参数" enabled="true" parameter-label="1-蒙板大小" parameter-description="元件的落入范围,剔除掉蒙板之外的干扰图像" stage-name="MaskCircle" property-name="diameter" effect-stage-name="MaskCircle" preview-result="true" minimum-value="0.0" maximum-value="30.0" default-value="5.0" numeric-type="MillimetersToPixels"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ParameterNumeric" name="高亮参数" enabled="true" parameter-label="2-高亮筛选" parameter-description="设置亮度阈值,隔离出元件的引脚或外形" stage-name="threshold" property-name="threshold" effect-stage-name="threshold" preview-result="true" minimum-value="1.0" maximum-value="254.0" default-value="100.0" numeric-type="Integer"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ParameterNumeric" name="细节参数" enabled="true" parameter-label="3-细节调整" parameter-description="调整细节尺寸,剔除不属于元件的轮廓特征" stage-name="filterContours" property-name="minArea" effect-stage-name="contours" preview-result="true" minimum-value="0.0" maximum-value="0.25" default-value="0.01" numeric-type="SquareMillimetersToPixels"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ImageCapture" name="0" enabled="true" default-light="true" settle-option="Settle" count="1"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.MaskCircle" name="MaskCircle" enabled="true" diameter="206" property-name=""/>
<cv-stage class="org.openpnp.vision.pipeline.stages.BlurGaussian" name="高斯模糊" enabled="true" kernel-size="9" property-name="BlurGaussian"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.MaskCircle" name="视觉合成时用" enabled="true" diameter="100000" property-name="partmask"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ConvertColor" name="BGRtoHSV图像转换" enabled="true" conversion="Bgr2HsvFull"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.MaskHsv" name="用吸嘴背景校准数据滤色" enabled="true" auto="false" fraction-to-mask="0.0" hue-min="-1" hue-max="-1" saturation-min="-1" saturation-max="-1" value-min="-1" value-max="-1" soft-edge="0" soft-factor="1.0" invert="false" binary-mask="false" property-name="MaskHsv"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ConvertColor" name="HSVtoBGR图像转换" enabled="true" conversion="Hsv2BgrFull"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ConvertColor" name="BGR转黑白图像" enabled="true" conversion="Bgr2Gray"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.Threshold" name="threshold" enabled="true" threshold="100" auto="false" invert="false"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.FindContours" name="findCountours" enabled="true" retrieval-mode="List" approximation-method="None"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.FilterContours" name="filterContours" enabled="true" contours-stage-name="findCountours" min-area="16.938245571712674" max-area="900000.0" property-name="FilterContours"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.MaskCircle" name="轮廓内填充黑色" enabled="true" diameter="0" property-name=""/>
<cv-stage class="org.openpnp.vision.pipeline.stages.DrawContours" name="contours" enabled="true" contours-stage-name="filterContours" thickness="1" index="-1">
<color r="255" g="255" b="255" a="255"/>
</cv-stage>
<cv-stage class="org.openpnp.vision.pipeline.stages.MinAreaRect" name="results" enabled="true" threshold-min="100" threshold-max="255" expected-angle="0.0" search-angle="45.0" left-edge="true" right-edge="true" top-edge="true" bottom-edge="true" diagnostics="false" property-name="MinAreaRect"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.ImageRecall" name="调用原图像" enabled="true" image-stage-name="0"/>
<cv-stage class="org.openpnp.vision.pipeline.stages.DrawRotatedRects" name="Draw" enabled="true" rotated-rects-stage-name="results" thickness="2" draw-rect-center="false" rect-center-radius="20" show-orientation="false"/>
</stages>
</cv-pipeline>
Hi everyoneI'm interesting to change "mask" in vision pipeline (4 / 4b at pipeline) to change mask circle diameter, but I can't do this, because it write something like "set by pipiline caller" (or something like this)How I can set this diameter manually directly in pipeline?
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openpnp/eaf35751-415a-4b28-934a-fe52259babf0n%40googlegroups.com.