Skip to content

Get multiple borders of black/white image. #1231

Discussion options

You must be logged in to vote

I'm afraid no methods like this exist.

ImageSharp isn't a computer vision library (although we've thrown in a few useful methods). Rather it provides the tools to build a computer vision library upon.

In theory, porting methods to ImageSharp should be fairly trivial as we provide simplified per-pixel access and remove some of the complexity regarding dealing with pixels formats. I would have a look at the source of what you need and have a go at implementing a port. If you have any questions regarding our API please let us know.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@antonfirsov
Comment options

Answer selected by JimBobSquarePants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants