WPIRoboticsProjects / GRIP

Program for rapidly developing computer vision applications
http://wpiroboticsprojects.github.io/GRIP
Other
377 stars 107 forks source link

Units of contour report #487

Closed michaelchacko closed 8 years ago

michaelchacko commented 8 years ago

First of all, I want to say thank you to all of you who give up your time to contribute to GRIP. It's been extremely useful for many teams!

I had a question about the "units" of the contour report: centerX and centerY gives the measure of the distance of the contour from the top left corner. Are these "distances" in pixels? I noticed that lowering the resolution of Axis camera did lower the average centerX and centerY values. Also, are the centerX and centerY measurements affected by the GRIP 'resize' operation?

Thanks!

ThomasJClark commented 8 years ago

Yes, these are in pixels. If you use a resize operation, the numbers will be smaller, as there are less pixels from there to the top of the screen.

If you think you might resize the image and you want to future-proof your robot program, you can publish the resolution to NetworkTables.

publish