Home
last modified time | relevance | path

Searched refs:imgFrom (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dpto_move.cpp186 for(const auto& imgFrom: imagesFrom) in PTOCopyMove() local
189 targetDir = imgFrom; in PTOCopyMove()
196 if(fs::exists(imagesTo[imgFrom]) && !overwriteAllFiles) in PTOCopyMove()
198 … std::cout << "Images file " << imagesTo[imgFrom] << " does already exists." << std::endl in PTOCopyMove()
216 fs::rename(imgFrom, imagesTo[imgFrom]); in PTOCopyMove()
228 fs::copy_file(imgFrom, imagesTo[imgFrom], OVERWRITE_EXISTING); in PTOCopyMove()
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dpracticestatemachine.cpp206 QUrl imgFrom = m_current->entry()->translation(m_current->languageFrom())->imageUrl(); in updateFrontend() local
208 if (imgFrom.isEmpty()) { in updateFrontend()
209 imgFrom = imgTo; in updateFrontend()
212 imgTo = imgFrom; in updateFrontend()
215 m_frontend->setQuestionImage(imgFrom); in updateFrontend()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/include/opencv2/optflow/
H A Dsparse_matching_gpc.hpp295 …void findCorrespondences( InputArray imgFrom, InputArray imgTo, std::vector< std::pair< Point2i, P…
313 void GPCForest< T >::findCorrespondences( InputArray imgFrom, InputArray imgTo, std::vector< std::p… in findCorrespondences() argument
316 CV_Assert( imgFrom.channels() == 3 ); in findCorrespondences()
320 imgFrom.getMat().convertTo( from, CV_32FC3 ); in findCorrespondences()