Mech-Mind: Pro S Mech Vision Image Processing

Please provide as much as possible detailed information about your questions, so that the technical team can provide the most relevant answers.

Hello,
I am using the Pro S (Firmware: 2.4.0) in the Mech Vision 2.0.0 version. I am attempting to measure the circles found after processing the image and am having issues with getting the Detect Circle Centers. It is always finding a seemingly random location and no matter the changes in the tool’s settings, it remains the same.

Any suggestions or help would be greatly appreciated.




Another question: Where do I find the Measurement Output?


For the “Detect Circle Centers” step, try using the “Statistics” detector and set appropriate minimum and maximum radius values. If it still doesn’t work, please share the project along with the data, and we will take a look at it.

The Measurement Mode is no longer supported in Mech-Vision 2.0.0, which means that the measurement output is also no longer available.

https://docs.mech-mind.net/en/suite-software-manual/latest/vision-release-notes.html#improvements-unsupported-features

What ended up fixing the issue was going through the following process:

I did not have anything implemented to correct for any angle on the surface of the scanned object.

I have a new test I am trying to figure out. Currently working with this:


I need to find the midpoints of the bottom edge of each box, measure, and output the x axis and y axis distances from the two points.

What I have so far is:



INPUT FOR ORTHOGRAPHIC PROJECTION (1)

INPUT FOR ORTHOGRAPHIC PROJECTION (2)
image
FINAL OUTPUT
image

I am not sure as to why my output is not similar to the real world measurements.

Any help would be greatly appreciated.