Jon Crall

Results 320 comments of Jon Crall

Note, OpenCV includes FLANN, not sure if its recent enough though.

Would it help to add a blurb like: Building Fletch results in a set of inter-compatable shared libraries suitable for use in downstream applications - with the primary consumer being...

So, I think we should at least spend some effort to determine which third-party-libraries actually have this problem. A condensed list of the above is as follows: * libpng *...

Its more the GLUT dependency than the OpenGL dependency. Isn't GLUT depricated? I have OpenGL on my system, what I didn't have was `libxmu` and `libxi`, which I believe only...

I was able to get OpenCV to depend on OpenBLAS by moving the OpenBLAS tarball block to appear before OpenCV.

I would suggest simply adding a field to images called "tags" which is a list of strings. ``` { "file_name": "0B7414E1.png", "height": 3024, "width": 4032, "id": 1, "tags": ["tag1", "tag2"]...

2cents: even though `NaN` is not valid JSON according to [RFC 8259](https://datatracker.ietf.org/doc/html/rfc8259), it is not equivalent to `null`, and blindly converting it can cause downstream errors. To illustrate this point,...

@KyleFromKitware might know something about the interpreter embedding.

> That means that the venv creation is not using the same python executable that CMake found originally. Looks like we need to find the locations that aren't using `PYTHON_EXECUTABLE`...

@johnwparent @tao558 @mleotta @as6520 @linus-sherrill @dstoup Thoughts?