Log in

View Full Version : NI Vision Remove Small Objects


james7132
06-02-2012, 21:01
I have been experimenting with my team's vision program using the NI Vision Assistant program. I have successfully implemented everything in our team's vision algorithm, except for one function which I can't find. It was listed as "Advanced Morphology: Remove Small Objects" Does anyone know how to implement this in Java.

Chiller
06-02-2012, 21:04
I have been experimenting with my team's vision program using the NI Vision Assistant program. I have successfully implemented everything in our team's vision algorithm, except for one function which I can't find. It was listed as "Advanced Morphology: Remove Small Objects" Does anyone know how to implement this in Java.

Do you just need to keep objects within a certian pixel range?

james7132
06-02-2012, 22:32
Yes, but I can't figure out how to do that either with the Native functions. To be honest, the only NI Vision native library function I have gotten working is the Convex hull function.