The following discussion is an archived debate of the proposed deletion of the article below. Please do not modify it. Subsequent comments should be made on the appropriate discussion page (such as the article's talk page or in a deletion review). No further edits should be made to this page.

The result was delete. Secret account 19:24, 18 October 2014 (UTC)[reply]

Concave hull[edit]

AfDs for this article:
Concave hull (edit | talk | history | protect | delete | links | watch | logs | views) – (View log · Stats)
(Find sources: Google (books · news · scholar · free images · WP refs· FENS · JSTOR · TWL)

The content of the article is based on a single published paper [1], strangely not cited in the pages. The other references are either unpublished research reports, or a patent (apparently, algorithms may be patented in Portugal) by the same authors, or papers that do not contain the term "concave hull", and cite the paper of these authors as one item among several papers addressing the same problem. Thus this article reports only original research, with one primary source and no secondary source.

The term "concave hull" denotes here a notion that is not well defined (as quoted by the rare papers that use the terms) and is thus undoubtedly non-notable.

A redirect or a merge cannot be done, as the subject of the article is commonly called Shape reconstruction or Contour reconstruction in computational geometry, and the corresponding article does not exist. A move is also excluded, as the article mention only one particular algorithm among many, and thus breaks WP:NPOV policy. D.Lazard (talk) 17:31, 9 October 2014 (UTC)[reply]

Note: This debate has been included in the list of Computing-related deletion discussions. NorthAmerica1000 18:33, 9 October 2014 (UTC)[reply]
Note: This debate has been included in the list of Visual arts-related deletion discussions. NorthAmerica1000 18:33, 9 October 2014 (UTC)[reply]
Note: This debate has been included in the list of Science-related deletion discussions. NorthAmerica1000 18:33, 9 October 2014 (UTC)[reply]
  • A reference by Moreira and Santos was added after you commented. Could you take a look at it? --50.53.57.116 (talk) 20:32, 10 October 2014 (UTC)[reply]
  • Here's one possible definition from Park and Oh (2014) "The term ‘convex hull’ indicates the boundary of the minimal convex set containing a given non-empty finite set of points in the plane" +mt 23:55, 12 October 2014 (UTC)[reply]
  • That's the definition of a convex hull, which is a real concept. A definition of a "concave hull" is still lacking, because there is no minimal non-convex set bounding a finite set of points in the plane. --Sammy1339 (talk) 23:06, 15 October 2014 (UTC)[reply]
  • The concave hull is not unique. There is a parameter that controls how refined the hull is. A simple definition of a concave hull of a set of points is a union of disks, with each disk centered on a point of the set. The radius of the disk is the parameter. See the "threshold" parameter here. --50.53.36.23 (talk) 22:39, 16 October 2014 (UTC)[reply]
  • No, the article and its sources describe the concave hull as a polygon, and a finite union of disks is never a polygon. D.Lazard (talk) 23:32, 16 October 2014 (UTC)[reply]
  • That is a simplified example to show how the parameter would be defined. Triangles or hexagons could be used instead of disks. The essential point is that there is a documented "threshold" parameter here. --50.53.36.23 (talk) 02:38, 17 October 2014 (UTC)[reply]
  • No, again, the link says only that this parameter is an integer a real number in the range 0–10. D.Lazard (talk) 13:02, 17 October 2014 (UTC)[reply]
  • I was looking at this too, and from what I see α-shapes predate any other work that has been referred to as "concave hull". Oracle even has a different SDO_GEOM.SDO_ALPHA_SHAPE routine. Duckham et al. (2008) introduced -shapes as distinct from α-shapes from Edelsbrunner et al. (1993) and many other shapes, such as -shapes, r-shapes, and s-shapes. -shapes are used as a basis for some of the Oracle algorithms, as described by Matt Duckam, and more here. There are several other algorithms developed over the past few years such as swing arm, KNN-based, etc. that appear to be group as "concave hull" algorithms. +mt 23:55, 12 October 2014 (UTC)[reply]
  • "The concave hull of a geometry represents a possibly concave geometry that encloses all geometries within the set."[4]
  • "For a finite set of input points P, the algorithm produces a simple, possibly non-convex polygon that contains all the points in P and is contained within and possibly equal to the convex hull."[5]
The latter appears to be defining the term "“characteristic shapes” or simply χ (chi) shapes".
Would translating those into set notation constitute original research?
--50.53.36.23 (talk) 22:20, 16 October 2014 (UTC)[reply]
Neither of those defines the "concave hull." -- 120.23.23.27 (talk) 23:09, 16 October 2014 (UTC)[reply]
Concave hulls are not unique. There is a family of hulls indexed by a parameter. See the "threshold" parameter here. --50.53.36.23 (talk) 03:11, 17 October 2014 (UTC)[reply]
@Kku: I would be happy to reverse my delete vote if you could provide both a clear definition of the concept of a concave hull and two reliable sources (such as selective peer-reviewed journals) that discuss the concept you define. --Sammy1339 (talk) 21:20, 17 October 2014 (UTC)[reply]
  • Yes, that's why I said "such as." As for this paper, while (unlike some of the other references) it is coherent, the term "concave hull" does not appear in it at all. Once again, can you provide a definition of the term "concave hull" and two reliable sources that discuss the construction so-defined? --Sammy1339 (talk) 02:43, 18 October 2014 (UTC)[reply]
  • The article name can be changed and articles can accommodate name variants through redirects. The exact article name is almost irrelevant to the deletion discussion. Please say whether the definition of characteristic shape in Duckham, et al, meets your standards for a definition. Can you understand the definition? --50.53.38.50 (talk) 03:14, 18 October 2014 (UTC)[reply]
  • Please cite wikilaw saying that sources have to be in perfect agreement. Articles commonly say that sources disagree:
  • "There is no scholarly agreement on which are the most common motivations for war."(War)
  • "Sources disagree on whether North Vietnam played a direct role in aiding and organizing South Vietnamese rebels prior to 1960."(Vietnam War)
--50.53.38.50 (talk) 02:29, 18 October 2014 (UTC)[reply]
  • That sounds like a reasonable way to set up a research problem, but Duckman, et al, say "There is no “correct” characteristic shape." (p. 2)
Here is a formalization based on this sentence from Duckman, et al: "For a finite set of input points P, the algorithm produces a simple, possibly non-convex polygon that contains all the points in P and is contained within and possibly equal to the convex hull." (p. 2)
Given a set of points P in the plane, a characteristic shape is any simply connected polygon S that contains P and is a subset of the convex hull H. Thus:
An additional constraint can specify that the vertices of S be in P (Do Duckman, et al, implicitly assume this?). This definition does not specify the length parameter that Duckman, et al, describe: "Changing the length parameter produces one of a finite family of totally ordered characteristic shapes, ranging from the convex hull at one extreme to a uniquely defined simple polygon with minimal area at the other extreme." (p. 30) Can you suggest a way to do that?
Does such a formalization constitute original research?
--50.53.55.68 (talk) 11:47, 18 October 2014 (UTC)[reply]
The above discussion is preserved as an archive of the debate. Please do not modify it. Subsequent comments should be made on the appropriate discussion page (such as the article's talk page or in a deletion review). No further edits should be made to this page.