1 Star 1 Fork 0

zzchinahebei/BPH_OBR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
发现的问题bug 2023 11 15.txt 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
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 -> ||
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zzchinahebei/BPH_OBR.git
git@gitee.com:zzchinahebei/BPH_OBR.git
zzchinahebei
BPH_OBR
BPH_OBR
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385