Peter Abeles

Results 246 comments of Peter Abeles

Like superpixels? That's in BoofCV and they were all the rage before deep learning took over.

interesting topic for sure! Could be combined nicely with the new image retrieval code to identify true duplicates.

Support for non-symmetric kernels was added in v0.17.

I know this is an old request and you've probably moved on. Everything you said is possible. Can you have an interesting use case for when you might want to...

https://github.com/lessthanoptimal/BoofCV/pull/356 fix in testing

This design made sense years ago but is definitely out of date now. It could be a bit before I personally have time to convert it into a fragment and...

Won't make it into the next stable release but the one after this should have a complete rewrite using fragments. Writing the code for a commercial project and after it's...

Right now there isn't any examples of high level processing of polygons. Inside of BoofCV polygon detection is used exclusively for fiducial detection. So the primitive shape is all that's...

I recently added a much faster contour algorithm. If you see an example some place on the web where they used contour I'll see if making a BoofCV port of...