代码拉取完成,页面将自动刷新
crop_minAreaRect()
mask ok 之后
应增加
if (hy1>=ROI.size().height()) {hy1=ROI.size().height();}
if (hx1>=ROI.size().width()) {hx1=ROI.size().width();}
防止越界
================================
getShape8b()
十字带分析:
System.out.println("in x band");
应该是 in y band
"in y band "
应该是 in x band
==============================
def refineRoi(image):
int(hmax)
改为 hmax ,是 float
===========================
getRoiImage()
drawContour 描边展示 ,是没什么用的
//没用??自己做的mask 无噪点 ,无需 erode ???
=============================
refineRoi()
这几句没用:
///int center_y=roiImage.arrayHeight()/2;
///int center_x=roiImage.arrayWidth()/2 ;// #,roiImage very little pic !!!! shape[0] heigth shape[1] width
///int targetShape_h=roiImage.arrayHeight()*10;
///int targetShape_w=
=====================
myx_hex_str= " "+l;//?????
myy_hex_str = " "+ll;//??/
空格去掉
=======================
crop_miniAreaRect:
结束 时候
//仿射变换 实现旋转后 必须再次做一遍 threshold (会变慢)2023 11 25
threshold(ret,ret, 1, 255, THRESH_BINARY );
===
eraseBPHnoise:
过仿射变换后,竟然 不只是 0 255 , ??...
这段不必了,
===========================================================================================
myfuncBPH.py :
if (h<w) ...
应改为if(h<=w)...
增加参数 dstBW
//dstBW 0to255 擦成这个黑白色 , 0黑 255白
public static Mat eraseBPHnoise(Mat imgBW,int expectCount,float Ref,int dstBW){//# test and erase ,H h n u N -> ||
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。