227
edits
Line 242: | Line 242: | ||
** Works as long as there are (black) contour borders | ** Works as long as there are (black) contour borders | ||
** Might need border detection for contourless images | ** Might need border detection for contourless images | ||
==== Color Edge Detection ==== | |||
* Generate pairwise channel differences r-g, r-b, g-b images | |||
** No edges will be detected for grayscale images | |||
* Apply smoothing to reduce edges introduced by noise | |||
* Detect edges (steep gradiants) in each generated image | |||
* Combine edge images EdgeImage = Max(Edge(r-g), Edge(r-b), Edge(g-b)) | |||
* Combine EdgeImage with grayscale image | |||
* | |||
== Remove/Change "hostile" judgemental anime/character tags? (Abandoned) == | == Remove/Change "hostile" judgemental anime/character tags? (Abandoned) == | ||
* Meh, just me overreacting a bit | * Meh, just me overreacting a bit | ||
** Approval rating seems to take care of it | ** Approval rating seems to take care of it |
edits