Tagged Questions
The points tag has no wiki summary.
24
votes
9answers
915 views
Algorithm to cover maximal number of points with one circle of given radius
Let's imagine we have a plane with some points on it.
We also have a circle of given radius.
I need an algorithm that determines such position of the circle that it covers maximal possible amount of ...
19
votes
6answers
381 views
Algorithm for arranging Cartesian points
I have few Cartesian points of the form : (x,y)
where x and y both are non-negative integers.
For e.g.
(0,0) , (1,1), (0,1)
I need an algorithm to arrange the above points
in such a way that ...
18
votes
8answers
749 views
Pixels vs. Points in HTML
When creating an HTML page, should I specify things like margins with pixels or with points?
Is one of them considered to be better practice than the other? Any advantages or disadvantages to either ...
15
votes
3answers
7k views
photoshop pt size conversion to web [closed]
In photoshop, my text size is 5.12pt and font type is Arial.
My base font size for my website is 13px/1.23 Arial.
How would I convert the 5.12pt size to the same size on web?
Thanks!
10
votes
1answer
245 views
How to find the border points of a particular shape
Suppose I have a irregular, random, shape generated from a dataset. How do I find points that are situated on the shape's border?
I am using R. Are there any packages in R for this purpose? For ...
8
votes
2answers
132 views
How to reduce the number of points in a curve while preserving its overall shape?
I have a list of points that make a curve, and I would like to reduce the number of points, but still keep the overall shape of the curve.
Basically, I want to go from this:
To this:
So the ...
8
votes
3answers
541 views
Reputation and point system models
I'm looking to implement a reputation-based point system for a QA site. I like Stack Overflow's model, but I was wondering if there's anything else like this out there. I was doing some research on ...
7
votes
2answers
99 views
Individual point coloring in ListPlot, ErrorListPlot in Mathematica
I can get a colored ListLinePlot by doing something like
ListLinePlot[Range[420, 680, 20], ColorFunction -> "VisibleSpectrum", ColorFunctionScaling -> False]
However, as indicated by the ...
7
votes
4answers
774 views
Given a set of points, how do I find the two points that are farthest from each other?
I could compute the distance between each point and take the largest but that doesn't sound like a very efficient way to do it when there are a large (> 1000) number of points.
Note: This is for ...
6
votes
4answers
359 views
How to avoid overplotting (for points) using base-graph?
I am in my way of finishing the graphs for a paper and decided (after a discussion on stats.stackoverflow), in order to transmit as much information as possible, to create the following graph that ...
6
votes
3answers
783 views
Fastest way to find the closest point to a given point in 3D, in Python
So lets say I have 10,000 points in A and 10,000 points in B and want to find out the closest point in A for every B point.
Currently, I simply loop through every point in B and A to find which one ...
6
votes
3answers
5k views
Finding points on a line with a given distance
I have a question i know a line i just know its slope(m) and a point on it A(x,y) How can i calculate the points(actually two of them) on this line with a distance(d) from point A ???
I m asking this ...
6
votes
4answers
2k views
How to check whether a NSPoint lays inside a NSRect
I've created a mutable array containing NSRect values. I want to check whether the NSPoint I created is within this rectangle. What is the best way to do this in cocoa.
5
votes
1answer
321 views
Closest pair of points problem
I know how to implement n log n closest pair of points algorithm (Shamos and Hoey) for 2D cases (x and y). However for a problem where latitude and longitude are given this approach cannot be used. ...
5
votes
2answers
195 views
2D nearest neighbour search for moving points
I want do do some flocking simulation, as described here.
For this I need to search for the nearest neighbours of each of my 2D points. However, I cannot use a static data structure like a k-d tree ...
5
votes
1answer
64 views
SQL: list of points to rectangle
I have two tables:
regions <id>
points <region_id, x, y>
Assuming there are exactly 4 points per region, and these points describe a rectangle -- is there an SQL query that will bring ...
4
votes
1answer
232 views
Drawing a curve through a set of N points, where N>2
I need to draw a curve smoothly through N points with N>2 with Javascript. I am currently using the bezierCurveTo() within an html5 canvas object. I've invested a good deal of time into trying to find ...
4
votes
2answers
3k views
Iphone's retina display in the simulator
I'm getting a bit confused on how to use the simulator to build applications that need to support the new higher resolution of the iphone 4.
I would except when selecting the iphone4 simulator to run ...
4
votes
9answers
669 views
Closest point to a given point
I have a set K of randomly selected pixels in a 2D image. For every other pixel in the image I need to find out which pixel in set K is closest to it (using the standard sqrt(dx^2 + dy^2) measure of ...
4
votes
3answers
428 views
Calculate the horizon of a curved face? - Not extrema
I need to find the 2 points of the visual horizon, of a curved face.
I have:
XYZ of the 4 corner points
XYZ of the 2 curved edge bezier points
And I need to calculate either:
XY of the 2 ...
3
votes
5answers
1k views
What's the fastest Java collection for single threaded Contains(Point(x,y)) functionality?
In my application I need to check a collection of 2D coordinates (x,y) to see if a given coordinate is in the collection, it needs to be as fast as possible and it will only be accessed from one ...
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) ...
3
votes
3answers
2k views
FLOT: How to make different colored points in same data series, connected by a line?
I think I may have stumbled onto a limitation of Flot, but I'm not sure. I'm trying to represent a single data series over time. The items' "State" is represented on the Y-Axis (there are 5 of them), ...
3
votes
4answers
350 views
Creating a surface of triangles from a set of 2D points
I have a set of points and I need to convert the set to (non-overlapping) triangles (or a big polygon if equivalent)...
The application: I have a list of locations (latitude,longitude) from a ...
2
votes
1answer
87 views
Make points “look” under surface in R using lattice and wireframe
I've been working on a rather complicated chart in R. I have a wireframe with a surface and points distributed in X,Y,Z space all over (e.g. under the surface and over it).
The problem is that the ...
2
votes
3answers
52 views
How to get covered areas in image, any algorithm?
I have an image like in the left side. I want to get covered areas or the arc points of polygons for getting image like in the right side. I have got end point-values of all lines.
How can I do ...
2
votes
1answer
51 views
Control points of the edge moving
In my graph edges have points and I want to have such behavior: I drag one of edges points another points stay in place and only my point(under mouse cursor) is dragging and the distance between ...
2
votes
2answers
200 views
How to build a grid from scattered points in OpenCV?
What I need is to construct a intensity grid(image) in OpenCV from which I can extract some contours. I have already resolved this issue with a complete data grid, but my problem is that I will only ...
2
votes
1answer
116 views
matplotlib 'auto dimensioning of axes' not showing all datapoints
I recently moved from matplotlib version '0.99.1.1' to '1.0.1'.
A new glitch i'm encountering has to do with "automatic axis dimensioning' ... not all datapoints end up being shown. Here is some code ...
2
votes
2answers
159 views
How can I create a “reputation” system similar to StackOverflow using Rails?
I have users in my system and I want to create a reputation system where they begin to accumulate points based on a few, simpler inputs:
The ratings of their reviews
The number of reviews they have
...
2
votes
1answer
530 views
How to miss points in a ZedGraph line graph in C#
I have bit of code that draws nice line charts in ZedGraph.
I can not change the code entirely, but I would like to have some of the lines not have a y value for each point on the x-axis.
I can do ...
2
votes
1answer
76 views
What are some architectural best practices to consider when designing a point-based permissions system like Stack Overflow uses?
Stack Overflow has a points-based permissions system that determines a lot of things on the site, such as what you can edit and the ability to add new tags to the system.
What advice, specifically ...
2
votes
1answer
106 views
How do I get points on a curve in PHP with log()?
I have a graph I am trying to replicate:
I have the following PHP code:
$sale_price = 25000;
$future_val = 5000;
$term = 60;
$x = $sale_price / $future_val;
$pts = array();
$pts[] = ...
2
votes
1answer
258 views
How to control point deleting in MATLAB?
I have some graphics. User can delete any selected points,
how can I know which points exactly user deleted?
by "deleted" I mean using MATLAB tool such as "Brush/Select Tool" and then clicking ...
2
votes
2answers
1k views
Physical size of font in points in Android
I have two devices - HTC Tattoo and Sony Ericsson Xperia X10. One has 145 DPI, the other 245 DPI.
When I specify font size for a TextView in points, like this:
...
2
votes
3answers
369 views
Add kilometers to a map point
Good morning.
I would like to know how do I add kilometers to a map point (latitude / longitude).
For example: The city Jaraguá do Sul is in latitude -26.462049, longitude -49.059448. I want to add ...
2
votes
3answers
968 views
DLL entry point
The standard DLL entry point is called DllMain. The second param is DWORD ul_reason_for_call.
I have looked up on the MSDN to find all the values this can have, the following are obvious:
...
2
votes
1answer
584 views
Fast way to convert array of points into triangle strip?
I have an array of CGPoints (basic struct with two floats: x and y). I want to use OpenGL ES to draw a textured curve using these points. I can do this fine with just two points, but it gets harder ...
2
votes
2answers
215 views
Need help with Converting Points to Shapes
below are a whole length of code i have copied from NEHE Production (Lesson 25)..
i was just trying to play around but seem to not able to change/convert each points into a individual spheres nor ...
2
votes
2answers
417 views
Calculate the horizon of a curved face?
I need to find the 2 points of the visual horizon, of a curved face.
I have:
XYZ of the 4 corner points
XYZ of the 2 curved edge bezier points
And I need to calculate either:
XY of the horizon ...
1
vote
0answers
44 views
How to check if connected points form a self-intersecting polygon? [closed]
Possible Duplicate:
Check if Polygon is Self-Intersecting
I have N connected points in the plane (max 100). How can I determine whether the resulting polygon is self-intersecting or not? I ...
1
vote
3answers
92 views
Computational Geometry set of points algorithm
I have to design an algorithm with running time O(nlogn) for the following problem:
Given a set P of n points, determine a value A > 0 such that the shear transformation (x,y) -> (x+Ay,y) does not ...
1
vote
1answer
79 views
3D contour of a list of points (concave hull)
I have a list of Vector3 points in c#, and I need to calculate the concave contour of these.
There's really a lot of references around, especially for -convex- resolution (which I have successfully ...
1
vote
1answer
73 views
Python, GIS and Fortran: Trying to create multiple polygons from xy point data
I've been working on this problem for awhile and have found no joy on the ESRI forum page or with some FORTRAN triangulation script I wrote.
I have two .csv files with hundreds of xy point data in. ...
1
vote
3answers
97 views
MySQL - storing numbers with decimal point
exist any way to store in database a numbers with or without decimal point? The user can store to database numbers like 10 and 10.1 - for storing numbers in MySQL I use data type column decimal, so ...
1
vote
0answers
124 views
Finding points between two points
I have looked around a bit and I haven't found an answer. I would like to get an array of Points that are between two preset points.
[X][o][o][o]
[o][x][o][o]
[o][o][x][o]
[o][o][o][X]
...
1
vote
3answers
355 views
matlab plot different colors
I have set of points (matrix Nx1) and groups for this points (matrix Nx1). I want to plot this points (there is no problem, I do this like this: plot(points, groups, 'o');), but I'd like to set unique ...
1
vote
1answer
74 views
matlab: how to use an array for coloring a plot
I have a set of 3d coordinates in 3 arrays X, Y, Z, and the temperature T at each point. I want to plot the points as a point cloud, such that each point will have a color according to it's ...
1
vote
3answers
55 views
Efficient way to check all points around a given point
Hey, I recently wrote this fairly simple game of life in JavaScript.
Within this script I check all cells around a given cell, I currently do this via eight if statements.
It works but just feels ...
1
vote
2answers
343 views
.NET converts pixels to points and creates a wrong image size
I have an image of size 144 pixels (I measured the image size using both irfanView and Photoshop).
However, when opened in a window using the following xaml, the image's width, measured both by the ...