We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2187c commit 963b29bCopy full SHA for 963b29b
modules/photometric_calib/src/VignetteCalib.cpp
@@ -626,12 +626,13 @@ void VignetteCalib::calibFast(bool debug)
626
int wI = wO, hI = hO;
627
628
Ptr<aruco::DetectorParameters> parameters = aruco::DetectorParameters::create();
629
- Ptr<aruco::Dictionary> dictionary = aruco::getPredefinedDictionary(aruco::DICT_6X6_250);
+ Ptr<aruco::Dictionary> dictionary = aruco::getPredefinedDictionary(aruco::DICT_ARUCO_ORIGINAL);
630
631
std::vector<float *> images;
632
std::vector<float *> p2imgX;
633
std::vector<float *> p2imgY;
634
635
+ std::cout<<"Preprocessing images..."<<std::endl;
636
for (unsigned long i = 0; i < imageReader->getNumImages(); ++i)
637
{
638
std::vector<int> markerIds;
0 commit comments