Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Documentation Question #1

Closed
umaqs opened this issue Sep 26, 2017 · 1 comment
Closed

General Documentation Question #1

umaqs opened this issue Sep 26, 2017 · 1 comment

Comments

@umaqs
Copy link

umaqs commented Sep 26, 2017

Hello,

I am amazed by your work. Just a couple of questions I have regarding the document scanning:

Does this library support perspective transformation (if picture is taken from different angles)?
What is effect of different ObjectOrder values in BlobCounter:

var blobCounter = new BlobCounter
{
   ObjectsOrder = ObjectsOrder.Size // or XY, YX, Area ?
};
@enginkirmaci
Copy link
Owner

Hello @Unitarian,

Yes, library supports perspective transformation. After suitable blob found, it uses quadrilateral transformation to correct image.

For blob processing, I used AForge.net code for it. You can check it from here. http://www.aforgenet.com/framework/features/blobs_processing.html

As I understand from ObjectsOrder, size calculates lines length, area is what it is. I don't know XY or YX. For detection, I found best option is ObjectsOrder.Size, which results of testing different scans.

@umaqs umaqs closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants