how to create a semi oval shape (bending a line)?
I'm trying to create a custom shape for my NavigationView footer, as background. but it's not so clean. This is what...
How to create a semi transparent shape??
I would like to know how to draw semi-transparent shapes in OpenCV, similar to those in the image below (from http:/...
CSS3 Rounded Hexagon [duplicate]?
This quest...
How do I use CSS 3 border-radius for creating complex shapes??
I'm making this shape using css3. But I could not find an elegant solution to make it. I have tried some samples fro...
Android - How to draw a transparent rectangle bordered shape with only its corners visible??
I want to draw a shape like this in android. I used the following code <?xml version="1.0" encoding="utf-8"?&...
Diamond shape xml background for android view?
Hi anyone please suggest me how to create android xml drawable like below image? Now I am using below code <?...
CSS3: Bone shape?
How to make a grid with dog bone format in CSS and/or jQuery? The format of bone is this: And the grid w...
Dissolve all polygons but one from a shape file?
I want to dissolve all polygons but one from a shape file. Is there a way to do this? Here is a reproducible exampl...
Arrow shape detection using OpenCV?
I'm currently trying to detect an arrow and its orientation using OpenCV. I've done the contour detection process th...
Custom Shapes :Android?
I want to draw custom shapes like this- I want to make this using xml.I cant seem to understand the use of layer-...
Use css to create a custom arrow shape [duplicate]?
This quest...
what does numpy ndarray shape do??
I have a simple question about the .shape function, which confused me a lot. a = np.array([1, 2, 3]) # Create a ...