Home
last modified time | relevance | path

Searched refs:ImgDataRunnable (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DPanoDetector.cpp107 class ImgDataRunnable : public Runnable class
110 ImgDataRunnable(PanoDetector::ImgData& iImageData, const PanoDetector& iPanoDetector) : in ImgDataRunnable() function in ImgDataRunnable
160 aExecutor.execute(new ImgDataRunnable(aB->second, *this)); in run()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DPanoDetector.cpp291 class ImgDataRunnable : public Runnable class
294ImgDataRunnable(PanoDetector::ImgData& iImageData, const PanoDetector& iPanoDetector) : Runnable(), in ImgDataRunnable() function in ImgDataRunnable
554 queue.push_back(new ImgDataRunnable(_filesData[*it], *this)); in run()
568 queue.push_back(new ImgDataRunnable(aB->second, *this)); in run()