Lee Cooper

Results 46 comments of Lee Cooper

I understand. Given the size and resolution of the native level, convertRegionScale can translate the "region" of the whole slide to other resolutions which would give you the corresponding size....

@alevangel you can also use the result of `getMetadata` to define a region that is the entire slide full magnification, and then convert this to other magnifications using `convertRegionScale`. You...

This is a great idea and for this one I would lean towards the magical "get data" method.

@FattanePourakpour can you take a look at this? This is clearly wrong - a function like `trace_object_boundaries` or opencv should be used to trace boundaries as recommended above (this would...

@FattanePourakpour What are your thoughts on the actual contour output? It seems like our trace is producing a more sensible result.

> I agree, the trace from `trace_object_boundaries` seems to capture the contours more accurately and matches the object’s boundaries better. Plus, in my tests, it performed faster than `cv2.findContours`. At...