本文介绍了在图像处理中使用blobcounter滤镜时,如何获得每个矩形的中心及其坐标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在从事图像处理和神经网络项目

我用blobcounter过滤器我需要中心每个矩形的坐标

你能帮帮我吗?

感谢先进的


I'm working on a project in Image processing and neural networks
I've used blobcounter filter and I need the center coordinates of each rectangle
could you please help me?
thanks in advanced

推荐答案

public static List<Rectangle> PatternRectangeBoundaryList
    (Bitmap original, int colorIndex, int hStep, int vStep,
    bool bTopStart,int widthMin,int heightMin)









]





问候,

Praveen Nelge





Neural Network for Recognition of Handwritten Digits in C#[^]


Regards,
Praveen Nelge


这篇关于在图像处理中使用blobcounter滤镜时,如何获得每个矩形的中心及其坐标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 14:42