cospectrum

Results 91 comments of cospectrum

The first thing to check is whether opencv is using the GPU in this case or not.

I think It's not the wrong Y position, it's the wrong `text_size`

Thats probably glyph "bearing" at the top. But `text_size` is broken for sure!

An entire struct for a Laplacian filter seems redundant. Maybe just 2 functions.

> Unexpected errors occurred in the merge testing phase @theotherphil, in the version of the library that I forked and edited in the branch, the threshold function had the structure...

It's borken I think https://github.com/image-rs/imageproc/issues/585

Is there a way to load a model, optimize it with tract, and then save it back?

If there is no such thing yet, it would be a good idea to start by at least providing public access to all the necessary internals of your IR so...

Well, I see that `TypedModel` (created with `into_optimed`) is an alias to `Graph` whose fields are completely public. Perhaps I have everything I need!