samsonsite1
samsonsite1
Do you have any plans to support fitting shapes to irregular bins? You briefly mentioned it here: https://github.com/tamasmeszaros/libnest2d/issues/7 But, you didn't say if you plan to improve it or expand...
Hello, I would like to compile minkowski.cc without Boost. I think all I need to do is replaced calculateNFP(), but I need a little guidance on how to do that....
Just one suggestion: Please preserve the input file format for whole images. If my input file is .jpeg, then I would like final results saved as .jpeg. Currently, everything is...
Does rhe ControlNet extension work for Python 3.8.5? Because it doesn't work for me.
Hello, I'm looking at both VF2 and VF3 libraries, and noticed VF2 node_id is limited to unsigned short, while VF3 is limited to unsigned int. Is it ok to change...
Hello, I would very much like to capture menu tooltips, running under Windows. The current version, v1.32, apparently does not capture tooltips. Or if anyone has a technical explanation on...
The docs mentions include files for two VF2 classes for isomorphism and graph-subgraph isomorphism: vf2_state.h vf2_sub_state.h The docs specifically state: "If the matching relation is graph-subgraph isomorphism or monomorphism, the...
In the constructor for VF2SubState, there's a flag called sortNodes. The documentation doesn't mention using it. What is it's purpose? Does it speed up matching, if so, why isn't it...
Hello, This one function call, PruneFreeList(), seems to be slowing down the entire MaxRectsBinPack routine, as it's called after every insert. From what I understand, PruneFreeList() runs a containment test...
Hello, I'm looking for a lightweight ASTC decoder, and I was wondering if there's any way to get this compiled for an older compiler that doesn't require C+11? Thanks.