Ask Your Question

HagymaGyilkos's profile - activity

2020-07-17 06:28:07 -0600 answered a question Hi, I would like to ask if OAK-1 is compatible with Arduino?

Wow, I would guess, that it's a big no-no, but it actually has I2C interface. look at the last question Available interf

2020-04-05 07:38:34 -0600 commented question AttributeError: 'NoneType' object has no attribute 'shape'

rtfm

2020-04-05 07:37:29 -0600 commented question AttributeError: 'NoneType' object has no attribute 'shape'

rtm

2020-04-05 07:22:27 -0600 received badge  Enthusiast
2020-04-03 10:12:28 -0600 commented question Does CV(IMREAD.flag) support channels more than 5

if the tiff is <=4 channel, simple imread can load it. GDAL is also a fair option to load multispectral tiff images,

2020-04-02 10:27:33 -0600 edited answer how to find centroid, area, orientation of a particular region in an image

If you have a mask over the region, you can convert it to a shape. If the region in question is already a shape, you ha

2020-04-02 10:27:23 -0600 edited answer how to find centroid, area, orientation of a particular region in an image

If you have a mask over the region, you can convert it to a shape. If the region in question is already a shape, you ha

2020-04-02 10:27:10 -0600 edited answer how to find centroid, area, orientation of a particular region in an image

If you have a mask over the region, you can convert it to a shape. If the region in question is already a shape, you ha

2020-04-02 10:26:56 -0600 received badge  Editor (source)
2020-04-02 10:26:56 -0600 edited answer how to find centroid, area, orientation of a particular region in an image

If you have a mask over the region, you can convert it to a shape. If the region in question is already a shape, you ha

2020-04-02 10:24:54 -0600 answered a question how to find centroid, area, orientation of a particular region in an image

If you have a mask over the region, you can convert it to a shape. If the region in question is already a shape, you ha

2020-04-02 10:12:17 -0600 answered a question How to convert dashed lines to solid?

You almost answered your question: dilating, then eroding is a suitable solution for fixing such continuity errors. If

2020-04-02 09:48:39 -0600 received badge  Supporter (source)
2020-03-28 15:11:02 -0600 answered a question Train cascade classifier for game screenshots

What if instead of trained detection you use template matching? Since it's static, and has very low variance, the image