imgutils

Tutorials

  • Installation
  • Quick Start

Information

  • Run Environment Information

API Documentation

  • imgutils.config
  • imgutils.ascii
  • imgutils.data
  • imgutils.detect
  • imgutils.edge
    • imgutils.edge.canny
    • imgutils.edge.lineart
    • imgutils.edge.lineart_anime
  • imgutils.generic
  • imgutils.metadata
  • imgutils.metrics
  • imgutils.ocr
  • imgutils.operate
  • imgutils.pose
  • imgutils.preprocess
  • imgutils.resource
  • imgutils.restore
  • imgutils.sd
  • imgutils.segment
  • imgutils.tagging
  • imgutils.upscale
  • imgutils.utils
  • imgutils.validate
imgutils
  • imgutils.edge
  • View page source

imgutils.edge

Overview:

Obtaining the outline (or you can call that line drawing) of an anime image.

Here is the example and comparison:

../../_images/edge_demo.plot.py.svg

This is an overall benchmark of all the outline models:

../../_images/edge_benchmark.plot.py.svg
  • imgutils.edge.canny
    • get_edge_by_canny
      • get_edge_by_canny()
    • edge_image_with_canny
      • edge_image_with_canny()
  • imgutils.edge.lineart
    • get_edge_by_lineart
      • get_edge_by_lineart()
    • edge_image_with_lineart
      • edge_image_with_lineart()
  • imgutils.edge.lineart_anime
    • get_edge_by_lineart_anime
      • get_edge_by_lineart_anime()
    • edge_image_with_lineart_anime
      • edge_image_with_lineart_anime()
Previous Next

© Copyright 2025, narugo1992, 7eu7d7.

Built with Sphinx using a theme provided by Read the Docs.
Other Versions v: dev/pt
Tags
v0.12.0
v0.13.0
v0.14.0
v0.14.1
v0.15.0
v0.16.0
Branches
dev/multilabel
HEAD
dev/attachments
dev/pt
main