ronaldpan

Results 12 issues of ronaldpan

CMake Error at CMakeLists.txt:71 (find_package): Could not find a configuration file for package "OGRE" that is compatible with requested version "1.12". The following configuration files were considered but not accepted:...

struct OgreContext : public OgreBites::ApplicationContextQt { OgreContext() : OgreBites::ApplicationContextQt("Ogitor") {} // here Microsoft C++ exception: std::length_error QT5.14.12+VS2017+Windows 10 + OGRE 20200423

OgitorsRootUtilityFunctions.obj : error LNK2001: unresolved symbol "__declspec(dllimport) public: void __cdecl Ogre::SceneNode::setVisible(bool,bool)" (__imp_?setVisible@SceneNode@Ogre@@QEAAX_N0@Z)

请问PPOCRLabel 有Windows下独立运行版吗?PPOCRLabel.exe可以直接点击运行,进行标注工作。

enhancement

In Figure 7.6, lambda1 is smaller than lambda2. But in 7.4.1, It is standard to sort the eigenvectors in order of their eigenvalues, with the largest magnitude ones first.

Could you please add a test in cpp_example.cpp for homography_affine_correspondence_estimator?

78 // 画出连线 79 for (size_t i = 0; i < poses.size(); i++) { 应该是 for (size_t i = 0; i < poses.size()-1; i++) {

Could you please give the order of menu operations in order to generate the output? I use the parafashion/data/dress/input.ply as input.

I cannot get the idea of these code. Could you please explain in detail: // x -y -z -> x y z trans.bottomRightCorner() *= -1; trans.block(0, 1) *= -1; trans.bottomLeftCorner()...

It should be Pr(x, y, z) = Pr(x)Pr(y|x)Pr(z|x,y).