Tagged Questions
The circles tag has no wiki summary.
7
votes
2answers
182 views
Drawing outline of intersecting circles
I have a set of points and each one has an area of "influence" or essentially a radius. I would like to be able to draw each one of these influence circles for all the points as a simple circular ...
7
votes
2answers
913 views
Circle drawing with SVG's arc path
This SVG path can draw 99.99% of a circle: (try it on http://jsfiddle.net/DFhUF/46/ and see if you see 4 arcs or only 2, but note that if it is IE, it is rendered in VML, not SVG, but have the ...
6
votes
8answers
1k views
Finding the smallest circle that encompasses other circles?
If a circle is defined by the X, Y of it's center and a Radius, then how can I find a Circle that encompasses a given number of circles? A single circle that is the smallest possible circle to ...
5
votes
4answers
1k views
HTML + CSS: Numbered list with numbers inside of circles
I'm trying to create an ordered list in CSS + HTML that looks like this:
I can't for the life of me figure out how to do this. I've tried using list-image but then the numerals don't appear. I tried ...
4
votes
2answers
2k views
Python and OpenCV. How do I detect all (filled)circles/round objects in an image?
I am trying to make a program which opens an image, scans it for circles/round shapes and returns the coordinates so that I can use the cv.Circle function to draw circles over the circle detected. My ...
3
votes
5answers
693 views
Finding all points common to two circles
In Python, how would one find all integer points common to two circles?
For example, imagine a Venn diagram-like intersection of two (equally sized) circles, with center-points (x1,y1) and (x2,y2) ...
2
votes
2answers
351 views
Color detection on HoughCircles using OpenCV
I have detected 22 balls and am struggling to find a way to run a color detection algorithm on these circles to get their colors. I am using HoughCircles to detect the circles but don't know how to ...
2
votes
1answer
472 views
Google+ style drop down selections for circles
Does anyone know of a method or pre-made jquery script for doing Google+ style selections when submitting a new post? The one where you click the "+Add More People" text field and it presents you with ...
2
votes
2answers
603 views
Creating circles in css support in IE versions
I have to create a circle in css without images.Using border-radius we can get in the Firefox,chrome and Opera browsers.IE does not support the border-radius property.Can any one provide me link or a ...
1
vote
1answer
162 views
Fitting a 3d points of an arc to a circle (regression in Python)
I am relatively new to python. My problem is as follows
I have a set of noisy data points (x,y,z) on an arbitrary plane that forms a 2d arc.
I would like a best fit circle through these points and ...
1
vote
1answer
225 views
Ring of circles within a circle, dynamically sized
all.
Sorry if this has been asked and answered already, I couldn't find this specific problem when I did my search.
I am trying to create a circle class that dynamically creates a ring of circles ...
1
vote
1answer
371 views
How to use border-radius.htc with zend framework
I am building a chart drawing module in one of the projects I am working on these days. In this module, I am drawing circles by using css and in order to do that I have to use
"-moz-border-radius: " ...
1
vote
1answer
457 views
drawing random circles, storing their coorindates in an array
For homework I want to draw circles randomly around the screen. If any of the circles overlap, then I want to fill in those circles. I am starting with some code that draws circles on the screen ...
1
vote
3answers
58 views
Fractally generated lines with pre-specified endpoints
Here is my problem:
I have two random points (x,y) and (x2, y2). I would like to great a 'random-step' or fractal line between the two. I have set up a situation wherein the step distance and ...
1
vote
3answers
176 views
how to decide point is between two points on compass
Given any two points on compass (Start range and End Range) to form a range. Example from 270(Start range) degrees to 45(End range)degrees and given another point say 7 , how can I work out if that ...
1
vote
3answers
135 views
How can I generate images of circles, of varying sizes?
For the task I'm trying to accomplish, I need to generate many images, all consisting of a black circle border on a transparent background, but each a different size (going up in size from 3x3 to, ...
0
votes
1answer
53 views
Random Points on a Circle
I am trying to develop a game in Unity where you jump from 2D planet to 2D planet, each with its own gravitational pull (The game is 2.5D, technically, but all movement is along the X and Y axes). I ...
0
votes
0answers
17 views
gnuplot: circles radius relative to the y axis (not x as in documentation)
I plot circles on several graphs with different size of x-axis. Y-axis is same on all this graphs. Therefore I would like to use third column as the size of circle, but based on y-axis, not default ...
0
votes
0answers
41 views
circle image mask via raphael js?
i'm trying to get an image in a circle and so i added an image to my circle using "fill"url, but can't seem to find an answer on how to position the image within the circle nor how to stop it from ...
0
votes
0answers
66 views
How to draw a partial image with libgdx?
I have a image of two circles. I want to make a clock where it starts off with just one image and slowly the other circle is revealed on top in a arcing pattern (i.e. a clock or sundial). So one ...
0
votes
0answers
38 views
min/max radius parameter doesn't work for hough circels in opencv
in the line CvSeq* circles = cvHoughCircles(canny, storage, CV_HOUGH_GRADIENT, 1, 27.0, 80, 64,0,0);, the last two parameters are supposed to be for min/max radius. Has anyone found that these ...
0
votes
1answer
75 views
detecting numerous colored circles in an image using opencv
So im trying to detect all the balls like in the image but as you can see not all are being detected. ive been playing around with the parameters for last 2 hours and cant get any more balls detected. ...
0
votes
1answer
448 views
CV Hough Circle Parameters to detect Circles
I am trying to detect 22 balls on the snooker table. I have an image to test on but programme os detecting 2 balls, and random circles elsewhere. My code is below with the circle detection algorithm. ...
0
votes
1answer
143 views
Not detecting multiple circles in Image
My code is straightforward. i am trying to detect 22 balls but ionly getting a few. I think it has something to do with the CvSeq* circles = cvHoughCircles Can anyone help me please and thank you!
...
0
votes
1answer
117 views
AForge Hough Transform
Im trying to do an experiment on how to use the HoughTransformation class of AForge. Im using this class to try to count the number of circles on an image. But I always got this error message: ...
0
votes
0answers
40 views
Zooming with object's x and y
I have several circular "objects" that have an x, y, and radius. How would I zoom in and out with multitouch? I already set the variables touch_movex, touch_movey, touch_move2x (2 is for second ...
0
votes
1answer
347 views
google maps v3: clearing a circle made from polylines off the map
I am trying to figure out how to clear circles off the map that allows users to draw a radius around a point. My clearMap function doesn't seem to work. See code below
<!DOCTYPE html>
...
0
votes
3answers
201 views
Is it possible to make small circles via CSS?
Rather than using images, I was wondering if anyone knows how to make small circles with outlines using CSS.
I'm trying to make something similar to the bullseye symbol or Target logo.
0
votes
1answer
379 views
Android: circle drawing and touch event error
I am having an issue right now with drawing circles and handling touch events. Basically I am listening for touch events, which selects a circle and lets a user drag around to control the ...
0
votes
1answer
103 views
Finding Two Touching circles with limited information
I am working on a track editor and have found myself in a situation where I need to define two touching circles. Ideally I would like to know the centre point, and radius of these circles.
The ...
0
votes
0answers
271 views
Box2D - How to make a hollow circle
I would like to know how to make a hollow circle, with boxes and distance joint, something like this:
I've tried it but I cant get a perfect circle, any idea? thanks
0
votes
3answers
269 views
Centre of a circle that intersects two points
Given two points in a 2D plane, and a circle of radius r that intersects both of those points, what would be the formula to calculate the centre of that circle?
I realise there would two places the ...
0
votes
1answer
51 views
Scaling and repositioning cirlces based on Resolution
We are building an application in Flex where we have to scale and reposition the circles based on the changed screen resolutions.
Example:
Current resolution: (800, 600)
I draw a circle at position ...
-2
votes
1answer
80 views
Python using graphics.py
How do you trace on the graphics window where the user clicks?
I have to create a circle at the point they clicked and am not sure where to begin.
I tried;
win.getMouse()
center = ...