Ask Your Question

epsilon's profile - activity

2020-05-09 05:52:28 -0600 received badge  Popular Question (source)
2014-11-17 13:28:53 -0600 commented answer How to fill a polygon with image OpenCV (textured polygon)

@rwong Thank you for the response. I am using OpenCV for Android. Do you know where are the .cpp CV files stored? (in order to change the fillConvexPoly) I am able to find just the .h and .hpp files in the sdk folder (native subfolder).

2014-11-17 11:57:59 -0600 received badge  Supporter (source)
2014-11-14 19:46:56 -0600 asked a question How to fill a polygon with image OpenCV (textured polygon)

I have 4 points which will become a polygon, but it is not a rectangle. It is some convex polygon which shape is constantly changing. With Core.fillConvexPoly you can fill it with color. I would like to place there some image. So that it will be textured.

I am using OpenVC for Android. Does anyone have any insight?

Thank you!

-epsilon

2014-11-14 19:45:36 -0600 asked a question How to fill a polygon with image OpenCV (textured polygon)

My polygon has 4 angles, but it is not a rectangle. It is some convex polygon which shape is constantly changing. With Core.fillConvexPoly you can fill it with color. I would like to place there some image. So that it will be textured.

I am using OpenVC for Android. Does anyone have any insight?

Thank you!

-epsilon