Defines the boundaries of a visual respresentation.

learn more… | top users | synonyms

0
votes
0answers
17 views

OpenGL fill shape file

I want to fill country shape files I have rendered. Currently vertices are connected with GL_LINE, but instead I want to fill inside of the country. I used OpenGL, FillPolygon and GL_FRONT but the ...
0
votes
5answers
49 views

How to make a div with a cutted corner and a box-shadow

How to make a div with a cutted corner and a box-shadow (all that in CSS3 only). Looking and trying things for days, but the only way i found is with the new "filter: drop-shadow" which is not yet ...
0
votes
0answers
18 views

Take out the points of the matrix, following the shape of polygon

I'm currently working on mapping the shape onto a matrix, I have a polygon and now I wish to apply it onto the matrix of points (coordinates), and depending the shape of the polygon, I will be able to ...
-1
votes
2answers
75 views

Call an method of a class in an array - Java

I am having a problem with a project. So basically what I have is a class Shape with some sub-class ( ShapeRectangle, ShapeTriangle, etc ). In each sub-class, I got an outputShape method: ...
0
votes
0answers
16 views

How to use VBA to Edit Freeform shapes (polylines) Node Control Points

Office Dev Center describes how to insert a node on a Freeform shape. http://msdn.microsoft.com/en-us/library/office/aa195769(v=office.11).aspx I can do this. But I can not change the "control ...
0
votes
0answers
7 views

How do I name and move an inlineshape from a word doc into a folder in my documents?

I have a word document I have saved as a webpage. I want to replace every image that has been extracted and saved in the web page folder with code. I am unsure how to replace the images with code. I ...
0
votes
3answers
38 views

Aligning Shape's Center to JPanel's Center

I have been trying to align my java2d shape's center to the JPanel's center with no success. I was able to do it for an image and many 2D shapes like parallelogram using getBounds method but not for ...
0
votes
1answer
19 views

Change shape solid color at runtime inside Drawable xml used as background

I've a Drawable xml file (background.xml): <?xml version="1.0" encoding="UTF-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item> ...
1
vote
0answers
30 views

Checking collision between Rectangle and Shape

In my game the player uses a Rectangle for his bounding box, he can do this because I only need to rotate the player image and not the acctual rectangle but for a eletric beam that one of the bosses ...
0
votes
0answers
28 views

How set alpha/opacity value to color on xml drawable?

I need to set a value of opacity to a color in xml drawable. But when i try to add the two values of opacity (#20C0C0C0) for example, don't work. The color appeares totaly transparent. Here is my ...
-2
votes
0answers
32 views

Quick Hull C++ Algorithm [closed]

Hi everyone, I am working on the Convex Hull implementation as a beginner for this aspect, I would prefer if anyone can help me for the code in C++ of this algorithm, then I can study more about it! ...
0
votes
0answers
43 views

Rounded JFrame — is it possible? [duplicate]

For some time now I was trying to make a JFrame with rounded borders however I was not able to. I know the setShape(java.awt.Shape) method of a JFrame can be used to create JFrame with specific ...
0
votes
0answers
8 views

terminator terminal — transparent cursor background with block cursor

I use Terminator as my terminal of choice. Unfortunately the cursor is either a solid block, an underline, or a |-Beam, at least thats choosable from the preferences. I want to have a cursor with no ...
0
votes
1answer
18 views

How to put repeat images over a gradient shape in Android?

I have this code in xml: <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <gradient android:angle="90" android:endColor="#222288" ...
0
votes
1answer
32 views

Java fillPolygon(Polygon p) doesn't work when p is circle contour?

I have here a situation, I can't handle by myself. I'd like to draw and fill Polygon onto JPanel. I have written Moore-Neighbor Tracing algorithm ...
0
votes
1answer
40 views

How to apply border to a whole shape?

I drew a cloud via CSS3 using different div tag I am trying to add a border to the whole shape but I am having trouble since every shape get its own border how can I apply a border to the whole ...
1
vote
1answer
33 views

Adding color to a white icon in PHP GD

I have a white icon (256x256) with a transparent background. Somehow, I want to be able to change the white icon, which has some transparent pixels in it (for anti-aliasing), to any RGB color. I have ...
0
votes
1answer
65 views

Read and Write from Host to Slave through Serial Port in vb.net, Unable to stop program, break loop, without quitting

I have written code to read and write to a serial port. I need it to indefinitely loop, I have been unable to figure a way to place a button to stop the loop, it will stop if there are errors. I ...
0
votes
1answer
25 views

how to make the connection between group shape id in Visio?

I am facing a problem when I using Xpath to read the Visio xml file (.vdx). I create a custom stencil by grouping two sub shapes. For instance Shape A is consist of two sub shapes b and c. When I ...
1
vote
1answer
43 views

Geometric shape recognition using c++

lately I need to integrate geometric shape recognition into a drawing application that I am working on and I am looking for c++ libraries that could help with that.The idea is like this :For example ...
2
votes
1answer
87 views

Best-fit algorithm to fit a set of lines onto a polygon

I have two sets of lines, set A and B. The start and end points of all the lines in these two sets are known and I want to find the rotation and translation that best fits set B onto set A. There is ...
0
votes
0answers
28 views

Android: Little layout issue? Why isn't it transparent

I have an interesting issue: <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
0
votes
3answers
53 views

Android: Background with a thin line

I would like to create a background for many layout. What I used still now is: <?xml version="1.0" encoding="utf-8"?> <layer-list ...
0
votes
1answer
26 views

Shape-matching of plots using non-linear least squares

What would b the best way to implement a simple shape-matching algorithm to match a plot interpolated from just 8 points (x, y) against a database of similar plots (> 12 000 entries), each plot having ...
0
votes
2answers
100 views

Delphi7, make a shape jump when pressing Up key

I'd like to make a shape jump when the player presses the UP key, so the best i could think of is this, but the method i used is terrible and problematic: (shape coordinates: shape1.top:=432;) ...
1
vote
1answer
37 views

Combining LineGeometry with EllipseGeometry (in code, not XAML)

I'm trying to create a custom shape with WPF. For starters I was just trying to create a simple line, that has a circle at each end (I know there are LineCaps, but that's not what I'm looking for). ...
0
votes
1answer
65 views

CSS3 Shape Proportions

When creating a shape within CSS3 like the one below what would be the best way to do it keeping in mind that I would like to retain much of the style as possible?
0
votes
0answers
42 views

custom InfoWidnow shape Google maps v2 android

I am able to change and fill custom controls in Info window contents by using InfoWindow Adapter. But, How can I change Info window shape??? How can I make it to circle or Oval from its default ...
-4
votes
1answer
69 views

android - draw custom shape [closed]

Is there any straight forward method to draw this custom shape: I need to animate this shape so that in 30 seconds to fill this quadrant.
0
votes
2answers
89 views

How to convert .shp file into .csv in R?

I want to to convert two .shp files into one database that would allow me to draw the maps together. Also, is there a way to convert .shp files into .csv files? I want to be able to personalize and ...
0
votes
0answers
29 views

Create Custom Box2D shapes [closed]

I am using box 2D with Java to make a 2D game. now i want to make some highly complex shapes that I can not make with simple polygon code (too complex for that)... so how can I do that? another ...
0
votes
4answers
63 views

JAVA - how to save array of Shape to file on desktop?

I have array of Shape: Shape[] myshape = new Shape[13]; How I can save it to file? I have found some code: String fileName = "file.test"; BufferedOutputStream bs = null; try { ...
1
vote
3answers
127 views

Gnuplot: using custom point shapes, with legend entry

Gnuplot provides a number of point styles to use in scatter plots, such as a cross, a star, a square, a circle etc. The available point types can be demonstrated by using the test command. However, ...
2
votes
1answer
77 views

Change shape of JProgressBar [duplicate]

I am new to Java but needs to know that if it is possible for a developer so that he/she can change the shape of the JProgressBar. I mean suppose in my case I want to change the shape so that it looks ...
0
votes
1answer
67 views

Given top left and bottom right points, how can I find all points inside a rectangle?

I am trying implement an excel-like click+drag feature where the user clicks on a cell and drags. When the user stops dragging, I am able to calculate the top left corner and the bottom right corner ...
0
votes
3answers
63 views

Adding Shape to LinearLayout Android

I have a linearLayout having some autocomplete and textboxes. I want to insert a shape (rectangle) in linearlayout. How can i achieve this. I am new comer to android. <?xml version="1.0" ...
-3
votes
1answer
124 views

Delphi, How to make a shape stop moving

I am trying to make a shape move towards onother using 2 shapes and 2 timer, but i really can't seem. I was thinking: At the beggining, I will make shape 1 calculate the distance of shape 2 and then ...
0
votes
1answer
81 views

Gradient Lines between GridView

I want a line like below image between gridview: Following i have been tried. GridView XML: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
1answer
35 views

Creating shapes with while loop Python

What I am trying to do is use a while loop to create a square out of asterixs, the code below will print the square filled in, but what I want it to do is print the square unfilled a='square' ...
-1
votes
1answer
69 views

Make shape pure with CSS with little cut off

how can I make an image like the one below with pure CSS or canvas? I need it to have a transparent background; can you help me for this?
0
votes
0answers
34 views

Draw with ontouch based on menu selection

I have three menu items: Line, Circle, and Rectangle. I want to set it so that depending on the menu item selected, that shape/line is drawn when the user drags their finger across the screen(aka ...
0
votes
1answer
50 views

Python: write coordinates numpy shape

In my python script I want to write coordinates of a numpy shape to a text file. I import coordinates and element definitions and then use the numpy shapes to adjust the coordinates. Then I want to ...
-2
votes
2answers
132 views

How to move shapes with the key buttons: up, left, down, right in delphi

first of all i'd like to apologise in advance if the title is not clear, so i will explain it. I've created a shape, which you can move, by moving the mouse around, when you run the program: ...
0
votes
2answers
82 views

AS3: Is it possible to add child in a specific area on the screen which is not a rectangle?

I need to add many children (addChild()) in a specific area. This area is not in a regular shape (figure). I noticed that if I want to add many children into my figure Flash creates rectangle that ...
0
votes
0answers
38 views

how to make a shape with rounded corners and the edge bottom of a different color like in the capture [closed]

I want :! I have everything working except the bottom bar (2) of another color as in the capture. for now all around I have color 1 I use the library ...
0
votes
0answers
164 views

Matlab code about Level Set Based Shape Prior Segmentation

I'm a freshman,I have some difficuties in writing matlab code after reading the paper:Level Set Based Shape Prior Segmentation(2005CVPR-Tony Chan). In the formula (2), how to initialize the ...
1
vote
1answer
80 views

javaFx polygon modify

Is there a way to modify a polygon in JavaFx ?For example if i have a triangle and I press and then drag a point from that triangle,the triangle will modify with the new coordonates for the point.
1
vote
0answers
20 views

I have a point set in image,how to find the External irregular shape circling all the points by Matlab

I got a point set after executing SIFT algorithm.Now I want to find the external irregular shape of those points.Is there anyone knowing the relevant functions in Matlab? Notice that I don't want the ...
3
votes
3answers
82 views

Computing the circularity of a binary image

I am trying to compute the circularity of a given binary image. After some research its clear to me that the formula for circularity is 4π*area/perimeter^2 Which should range from 0 to 1, 1 being ...
-1
votes
1answer
85 views

javascript HTML5 in php

I made a shape with html5, it looks like a surfboard. code: <script> var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); ctx.beginPath(); ctx.moveTo(100, 5); ...

1 2 3 4 5 13