Ross ROSS = Recommend OSS · open-source software intelligence for agents

nagadomi/lbpcascade_animeface resource

A Face detector for anime/manga using OpenCV observed · 2026-08-28

github.com/nagadomi/lbpcascade_animeface observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4317
  • days_rel: n/a
  • days_push: 2840
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1982 stars · 291 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A pretrained LBP cascade classifier file (lbpcascade_animeface.xml) for OpenCV that detects anime and manga character faces in images. Distributed since 2011 as a single XML model file with example Python detection code, rather than as an installable library.

Use cases

  • detect anime character faces in images with opencv
  • locate manga panel faces automatically
  • crop anime faces from screenshots or illustrations
  • download a pretrained cascade file for anime face detection
  • batch-process anime images to find face regions in python
  • add face detection to an anime image tagging pipeline

When to choose

  • You want lightweight anime face detection using only OpenCV's CascadeClassifier, no deep-learning runtime or GPU
  • You need a drop-in XML cascade that works with the standard cv2.detectMultiScale workflow
  • You are processing anime illustrations, screenshots, or manga scans in Python

When to avoid

  • You need to detect real human faces - use OpenCV's built-in haarcascades or DNN face models instead
  • You need maximum detection accuracy - the author states the companion animeface-2009 project detects more accurately
  • You need a robust deep-learning anime face detector with better tolerance to pose and lighting variations
  • You require a clearly licensed, actively maintained dependency - the project has no license file and has not seen releases since 2018

Facets

dataset · maturity stable

computer-vision image-processing machine-learning computer-vision image-processing python cross-platform anime manga face-detection opencv cascade-classifier lbp pretrained-model xml-cascade illustration-processing

1 source

Member repositories

RepositoryRoleHealth v2
nagadomi/lbpcascade_animefacemain32

For agents

markdown · JSON · MCP: product_card(name="nagadomi/lbpcascade_animeface")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem