@@ -88,7 +88,6 @@ public class StructuringElements
88
88
* This methods relies on heuristics to determine automatically what
89
89
* decomposition level to use.
90
90
*
91
- * @implNote op name='create.disk', type=Function
92
91
* @param radius
93
92
* the radius of the disk, so that it extends over
94
93
* {@code 2 × radius + 1} in all dimensions
@@ -146,7 +145,6 @@ else if ( radius < 17 )
146
145
* select the level of approximation. For other dimensionalities, no
147
146
* optimization are available yet and the parameter is ignored.
148
147
*
149
- * @implNote op name='create.disk', type=Function
150
148
* @param radius
151
149
* the radius of the disk, so that it extends over
152
150
* {@code 2 × radius + 1} in all dimensions
@@ -293,7 +291,6 @@ else if ( decomposition == 8 || decomposition == 4 || decomposition == 6 )
293
291
* dimensionality and target dimensionality do not match. Non-decomposed
294
292
* version are dimension-generic.
295
293
*
296
- * @implNote op name='create.square', type=Function
297
294
* @param radius
298
295
* the radius of the square.
299
296
* @param dimensionality
@@ -343,7 +340,6 @@ public static final List< Shape > square( final int radius, final int dimensiona
343
340
* This method determines whether it is worth returning a decomposed strel
344
341
* based on simple heuristics.
345
342
*
346
- * @implNote op name='create.square', type=Function
347
343
* @param radius
348
344
* the radius of the square.
349
345
* @param dimensionality
@@ -374,7 +370,6 @@ public static final List< Shape > square( final int radius, final int dimensiona
374
370
* of orthogonal lines and yield the exact same results on any of the
375
371
* morphological operations.
376
372
*
377
- * @implNote op name='create.rectangle', type=Function
378
373
* @param halfSpans
379
374
* an {@code int[]} array containing the half-span of the
380
375
* symmetric rectangle in each dimension. The total extent of the
@@ -428,7 +423,6 @@ public static final List< Shape > rectangle( final int[] halfSpans, final boolea
428
423
* morphological operations. This method uses a simple heuristic to decide
429
424
* whether to decompose the rectangle or not.
430
425
*
431
- * @implNote op name='create.rectangle', type=Function
432
426
* @param halfSpans
433
427
* an {@code int[]} array containing the half-span of the
434
428
* symmetric rectangle in each dimension. The total extent of the
@@ -484,7 +478,6 @@ public static final List< Shape > rectangle( final int halfSpans[] )
484
478
* fall back on a linear decomposition, still very effective (see [1] as
485
479
* well).
486
480
*
487
- * @implNote op name='create.diamond', type=Function
488
481
* @param radius
489
482
* the desired radius of the diamond structuring element. The
490
483
* strel will extend over {@code 2 × radius + 1} in all
@@ -534,7 +527,6 @@ public static final List< Shape > diamond( final int radius, final int dimension
534
527
* fall back on a linear decomposition, still very effective (see [1] as
535
528
* well).
536
529
*
537
- * @implNote op name='create.diamond', type=Function
538
530
* @param radius
539
531
* the desired radius of the diamond structuring element. The
540
532
* strel will extend over {@code 2 × radius + 1} in all
@@ -630,7 +622,6 @@ public static final List< Shape > diamond( final int radius, final int dimension
630
622
*
631
623
* The importance of periodic lines is explained in [1].
632
624
*
633
- * @implNote op name='create.periodicLine', type=Function
634
625
* @param span
635
626
* the span of the neighborhood, so that it will iterate over
636
627
* {@code 2 × span + 1} pixels.
0 commit comments