Fix docstring

This commit is contained in:
Edwin Jakobs
2019-11-02 12:46:58 +01:00
parent 3edcac10a6
commit 3a1f8a2ac7

View File

@@ -115,7 +115,7 @@ private fun encodeDecodeBitmap(drawer: Drawer, preprocess: Filter, decoder: Filt
/** /**
* Creates a color buffer containing the coordinates of the nearest centroids * Creates a color buffer containing the coordinates of the nearest centroids
* @param bitmap a ColorBuffer with centroids in white * @param bitmap a ColorBuffer with centroids in red (> 0)
*/ */
fun centroidsFromBitmap(drawer: Drawer, bitmap: ColorBuffer, fun centroidsFromBitmap(drawer: Drawer, bitmap: ColorBuffer,
jumpFlooder: JumpFlooder? = null, jumpFlooder: JumpFlooder? = null,