Package-level declarations

Functions

Link copied to clipboard
fun Drawer.circle(circle: Circle2D_F32)
fun Drawer.circle(circle: Circle2D_F64)
Link copied to clipboard
@JvmName(name = "circles2D_F32")
fun Drawer.circles(circles: List<Circle2D_F32>)
@JvmName(name = "circles2D_F64")
fun Drawer.circles(circles: List<Circle2D_F64>)
Link copied to clipboard
fun Drawer.lineSegment(segment: LineSegment2D_F32)
fun Drawer.lineSegment(segment: LineSegment2D_F64)
Link copied to clipboard
@JvmName(name = "lineSegments2D_F32")
fun Drawer.lineSegments(segments: List<LineSegment2D_F32>)
@JvmName(name = "lineSegments2D_F64")
fun Drawer.lineSegments(segments: List<LineSegment2D_F64>)
Link copied to clipboard
fun <T : ImageBase<out ImageBase<*>>?> ImageBase<T>.resizeBy(scaleX: Double, scaleY: Double = scaleX): T
fun ColorBuffer.resizeBy(scaleX: Double, scaleY: Double = scaleX, convertToGray: Boolean = false): ColorBuffer
Link copied to clipboard
fun <T : ImageBase<out ImageBase<*>>?> ImageBase<T>.resizeTo(newWidth: Int? = null, newHeight: Int? = null): T
fun ColorBuffer.resizeTo(newWidth: Int? = null, newHeight: Int? = null, convertToGray: Boolean = false): ColorBuffer
Link copied to clipboard
fun ImageFlow.toColorBuffer(): ColorBuffer
fun GrayF32.toColorBuffer(): ColorBuffer
fun GrayU8.toColorBuffer(): ColorBuffer
@JvmName(name = "grayF32ToColorBuffer")
fun Planar<GrayF32>.toColorBuffer(): ColorBuffer
fun Planar<GrayU8>.toColorBuffer(): ColorBuffer
Link copied to clipboard
fun ColorBuffer.toGrayF32(): GrayF32
Link copied to clipboard
fun ColorBuffer.toGrayF64(): GrayF64
Link copied to clipboard
fun ColorBuffer.toGrayU8(): GrayU8
Link copied to clipboard
fun Affine2D_F32.toMatrix44(): Matrix44
fun Affine2D_F64.toMatrix44(): Matrix44
Link copied to clipboard
fun ColorBuffer.toPlanarF32(): Planar<GrayF32>
Link copied to clipboard
fun ColorBuffer.toPlanarU8(): Planar<GrayU8>
Link copied to clipboard
fun Contour.toShape(closed: Boolean = false, getInternal: Boolean, getExternal: Boolean): Shape
Link copied to clipboard
fun List<Contour>.toShapeContours(closed: Boolean = false, internal: Boolean = true, external: Boolean = true): List<ShapeContour>
Link copied to clipboard
fun List<Contour>.toShapes(closed: Boolean = false, internal: Boolean = true, external: Boolean = true): List<Shape>
Link copied to clipboard
fun Point2D_F32.toVector2(): Vector2
fun Point2D_F64.toVector2(): Vector2
fun Point2D_I32.toVector2(): Vector2
Link copied to clipboard
fun List<Point2D_I32>.toVector2s(): List<Vector2>