Ask Your Question

bfialkoff's profile - activity

2018-11-05 12:51:37 -0600 received badge  Student (source)
2018-11-05 12:44:48 -0600 asked a question Release memory from innner class?

Release memory from innner class? I am writing a class in and I'm unsure of memory management. I have several methods th

2018-09-06 08:24:08 -0600 received badge  Enthusiast
2018-09-05 10:59:46 -0600 asked a question Why is warpAffine failing silently?

Why is warpAffine failing silently? Hi all I'm using warpAffine to rotate an image. Basically I have a rectangular mask

2018-09-04 10:25:35 -0600 commented answer What is the correct way to find and implement a bounding box mask?

I'll need to double check but if I do get(0) it only draws a point. So what set pts=contours.toArray () ?

2018-09-04 10:08:31 -0600 commented answer What is the correct way to find and implement a bounding box mask?

When you write Point [] pts = contours.get(i).toArray(); Do you mean contours.size () in place of i In the tutorial i

2018-09-04 10:08:14 -0600 commented answer What is the correct way to find and implement a bounding box mask?

When you write Point [] pts = contours.get(i).toArray(); Do you mean contours.size () in place of i In the tutorial i

2018-09-04 09:14:20 -0600 received badge  Supporter (source)
2018-09-04 09:10:26 -0600 marked best answer What is the correct way to find and implement a bounding box mask?

Hi I'm trying to find the arbitrarily oriented bounding box of a binary image. This seems like a pretty trivial problem but I've spent 2 days trying to find the correct way to use minAreaRect() and to use it to create a simple binary mask.

Can anyone please help, in java please?

Thank you to all.

2018-09-04 09:10:26 -0600 received badge  Scholar (source)
2018-09-04 09:03:14 -0600 commented answer What is the correct way to find and implement a bounding box mask?

Thanks! It works like a charm but what is the correct way to get a RotatedRect from minAreaRect? Currently this is what

2018-09-04 08:29:38 -0600 asked a question What is the correct way to find and implement a bounding box mask?

What is the correct way to find and implement a bounding box mask? Hi I'm trying to find the arbitrarily oriented boundi

2018-08-31 00:38:43 -0600 received badge  Editor (source)
2018-08-31 00:38:43 -0600 edited question Illegal argument exception and thread issues on lockCanvas

Illegal argument exception and thread issues on lockCanvas I am attempting to take a picture, and in the onPictureTaken

2018-08-31 00:27:27 -0600 commented question Illegal argument exception and thread issues on lockCanvas

Oops I missed that,thanks.

2018-08-31 00:21:45 -0600 commented question Illegal argument exception and thread issues on lockCanvas

There isn't a code format option here. I assumed that was the best alternative. Happy to provide details here. Coming ri

2018-08-31 00:01:10 -0600 asked a question Illegal argument exception and thread issues on lockCanvas

Illegal argument exception and thread issues on lockCanvas I am attempting to take a picture, and in the onPictureTaken