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

Blobs BlobAnalysis ROI Not Working #13

Closed
NatureMade4u opened this issue Jun 6, 2014 · 5 comments
Closed

Blobs BlobAnalysis ROI Not Working #13

NatureMade4u opened this issue Jun 6, 2014 · 5 comments

Comments

@NatureMade4u
Copy link

When using:

public int BlobAnalysis(IplImage Src,           // input image
                      int Col0, int Row0,                 // start of ROI
                      int Cols, int Rows,                 // size of ROI
                      int Border,                             // border color (0 = black; 1 = white)
                      int MinArea)                          // minimum region area

Setting the Start Column/Row and a size is not actually analyzing the correct area. When setting anything other than 0, or -1 for start ROI it will still start at 0. Example setting Col0 and Row0 to 100. It will still only analyse from 0 to size instead of 100 to size.

@saudet
Copy link
Member

saudet commented Jun 8, 2014

Could you contact the author of that code by e-mail, Dave Grossman dgrossman2@gmail.com? Maybe he'll show up here eventually, but you should also contact him separately for efficiency, thanks!

@NatureMade4u
Copy link
Author

Will do thanks for quick response

@saudet
Copy link
Member

saudet commented Jun 15, 2014

Please post the resolution here, if you end up with one, thanks!

@saudet
Copy link
Member

saudet commented Dec 27, 2014

So, in the end, has this issue been resolved?

@saudet
Copy link
Member

saudet commented Jul 4, 2015

Given the lack of feedback, I'm assuming this issue has been resolved, but please let me know if this is not the case! Thank you

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