Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
5 replies
179 views

To illustrate the ideas behind discriminant analysis, I created the image below containing a scatterplot with two groups and a plot of the densities of the scores, LD1 on the discriminant function. ...
user101089's user avatar
  • 4,083
-4 votes
1 answer
76 views

I am looking for some advice on how to fit a circular segment to a set of 2D points. My dataset looks like this: 2d data to fit segment to For clarity, my definition of an "optimal" segment ...
Ness Dangerfield's user avatar
2 votes
1 answer
124 views

I have a room that is a box. There is a single rectangular window on one of the walls of the room. A directional light source is shining into the room through the window. The light source has a ...
nj16's user avatar
  • 133
1 vote
1 answer
146 views

I have a convexHull given by a list of 3d point coordinate generated by scipy.spatial.ConvexHull. Now the question is, I want to turn this convexhull defined by the list of vertices into a 0-1 binary ...
J ANDY's user avatar
  • 11
3 votes
0 answers
76 views

Suppose I am given n points in the plane, (x_1, y_1), ... , (x_n, y_n). I want to check if there is a subset of k points from these n that make a convex k-gon. For instance, say I am given 25 points ...
extinct_fishfish's user avatar
1 vote
0 answers
89 views

I am currently working on a statistical shape model/active shape model to make it fit a vertebra. But for some reason it is not working and I have been trying to fit it for some time. First I tried ...
elinagast's user avatar
0 votes
0 answers
107 views

I’m trying to turn a 3D STL surface (exported from ImageJ/Fiji segmentation) into a volume mesh in Gmsh using the typical workflow given by the official tutorial (t13). I’m running this with the Gmsh ...
nicpi's user avatar
  • 1
0 votes
1 answer
98 views

How can I detect whether a circle intersects or crosses a given arc segment? The arc is defined by a center, radius, start angle (angle1), and end angle (angle2). How to detect that arc AB has ...
darkfrei's user avatar
  • 596
4 votes
1 answer
180 views

Essentially what I'm trying to do is moving a point relative to two different scales. The reason is to edit values in a database of a 3d party application. So basically I want to relocate the red ...
IIlllIllIlll's user avatar
0 votes
1 answer
165 views

I want to draw the centerline of a contour I made for the cable in the middle of the video I linked at the bottom. I also want to document the points of the centerline drawn in an array. How do I do ...
turnip's user avatar
  • 11
0 votes
0 answers
43 views

Has anyone encountered this error when working with NetTopologySuite: System.InvalidCastException: Reading as 'NetTopologySuite.Geometries.Geometry' is not supported for fields having DataTypeName '...
Alexander Kolomiets's user avatar
0 votes
0 answers
140 views

I am trying to insert data from a couple different tables in 2 different databases using database links. If I run the select query on it's own, it runs without error and returns the expected results. ...
CRayGo's user avatar
  • 21
1 vote
1 answer
60 views

I am trying to extract the drawing direction of a DOMMatrix with reflection and rotation applied (using rotate, scale). What I want to know is whether it will draw upwards vs. downwards or leftwards ...
Alice's user avatar
  • 171
2 votes
1 answer
100 views

I have been trying to integrate boost geometry into a project but run into an issue when I return a polygon geometry from my custom class. The following is a minimal example that reproduces what I am ...
Steve's user avatar
  • 21
0 votes
1 answer
54 views

This is the following query : SELECT id, x, date_range_start FROM table_a WHERE ST_DWITHIN(point, shape_polygon, 30) After running some tests, i can confidently say that WHERE ST_DWITHIN(...
Hicham G's user avatar
8 votes
2 answers
263 views

Given a rotated rectangle, how can I find the largest axis-aligned rectangle of a given aspect ratio that can fit within the original rectangle? For example, I'd want to find the largest rectangle of ...
screwnut's user avatar
  • 1,490
0 votes
1 answer
110 views

from pyspark.sql import SparkSession from sedona.spark import SedonaContext from pyspark.sql.functions import expr spark = ( SparkSession.builder .appName("SedonaIcebergApp") ...
kawa li's user avatar
18 votes
3 answers
191 views

I'm trying to do a form of trilateration, where the distances between the point of interest (POI) and the anchor points are not given, but instead the heading observed from the POI to each of the ...
Hazen's user avatar
  • 389
3 votes
2 answers
173 views

I am currently working on a number of animal teeth stored as surface meshes in R. Some of the variables I am looking at may be influenced by the number of cusps on the tooth and I would like to try ...
user2352714's user avatar
0 votes
1 answer
46 views

I have a geojson file that needs to iterate over all the polygons in all the features, but some of them are very large, making it slow to perform certain tasks, and I would like to split them into ...
HuaJFrame's user avatar
0 votes
0 answers
29 views

I have a set of graphical objects whose positions are defined relative to the center of a two-page spread. I need to convert them from one page layout to another, where each layout may have different: ...
user30480781's user avatar
0 votes
1 answer
59 views

I'm working on a screen-space outline effect for a low-res, cartoony game idea. I'm very new to HLSL programming and fullscreen Shader Graphs, but by looking at tutorials, I've mostly gotten the depth-...
TT87's user avatar
  • 39
0 votes
0 answers
63 views

How will I plot a marker on Google Map with my geometry points? Here is the sample geometry points POINT Z (642823.3317 937067.5592999998 0). I added a JTS dependencies which is org.locationtech.jts. ...
null_voyager's user avatar
3 votes
1 answer
116 views

Before I illustrate my question with words please imagine a 2D square on a screen. In the center of that square is an archer with a bow. In every corner of the square is a target. When a point on a ...
TEDSON's user avatar
  • 333
0 votes
0 answers
47 views

I have a DataFrame where the geometry data was imported from an Oracle database. It looks like this: df_wkt.head() The output is: FID WKT_GEOM 0 214213 CURVEPOLYGON (COMPOUNDCURVE ((...
user26879298's user avatar

1
2 3 4 5
266