Tom Osika

Results 12 issues of Tom Osika

As of #121, when serializing rulers, the ids of each ruler are written out to json. When loading the json and constructing the rulers again, the ids are used to...

If annotations are drawn with the ruler, then the tool is changed using "\", the annotations disappear until the tool is cycled back for to the ruler. This also holds...

PR #1013 adds scikit-build to the build process, even for non-wheel builds of KWIVER. Refactor so that all wheel building options are in their own target. For more information, see...

PR #1013 brings many changes to the existing Python infrastructure and adds new python functionality. When the PR is merged, other branches with Python changes will have to accommodate the...

The Python bindings for the vital type Similarity were completely redone in eeda4bc80625e6be99e119856d20b5a7bfffe48d. There are a few missing features that may be convenient for Python users: 1.) A constructor that...

The bindings for vital::camera were redone in 0acc5378a3876eb3ecd45212524f35aa474f9e3d after the bindings for rotation were fixed. Two of the bound constructors accept a vital::rotation\ as arguments. It may be convenient for...

Python bindings for essential_matrix were added in 94d1d8336974c0fb793e0ee87c5715b003ecca1c as a part of dev/finish_vital_type_bindings. Because of the inability of pybind to handle templates, templated classes are bound as separate classes on...

The bindings for the vital type Rotation were completely redone in dc210e576a5b74d1ebff0a467848f0644072c4b6. One limitation of these new bindings is that some functions can only be called with rotations of the...

Hi @Jfortin1 Thanks for providing this python package, this has been incredibly useful for some research I'm doing currently. When adjusting the values of the `var_pooled` array that are zero,...