Most voted "polygon" questions
In geometry, a polygon is a flat figure bounded by a closed polygonal line: for example, the hexagon is a six-sided polygon.
Learn more…3 questions
Sort by count of
-
24
votes4
answers7004
viewsCreate a triangle with CSS
Squares that have the color of an item can have up to two colors that in the latter case should be displayed as shown below: Both colors are applied to the CSS property background. What is being…
-
4
votes1
answer321
viewsSpatial analysis in R: how to implement a polygon with splancs?
I’m trying to calculate the intensity of a point pattern with "Smooth kernel" (sorry, I don’t know how to translate this). Before executing Smooth kernel code, you need to specify a histogram…
-
1
votes1
answer975
viewsHow to identify whether the area of an object is within another area desired by the user, drawn by the mouse
Hello! I recently started to venture into the Opencv library in C++. Today, I want to develop a program that applies a classifier to a polygonal ROI (5 points), obtained through 5 clicks with the…