Home
last modified time | relevance | path

Searched refs:_detectWidth (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DPanoDetectorLogic.cpp106 ioImgInfo._detectWidth = std::max(info.width,info.height); in LoadKeypoints()
108 ioImgInfo._projOpts.setWidth(ioImgInfo._detectWidth); in LoadKeypoints()
113 ioImgInfo._detectWidth = info.width; in LoadKeypoints()
356 ioImgInfo._detectWidth, ioImgInfo._detectHeight, ioImgInfo.IsDownscale(), in AnalyzeImage()
363 ioImgInfo._detectWidth, ioImgInfo._detectHeight, ioImgInfo.IsDownscale(), in AnalyzeImage()
421 … ioImgInfo._detectWidth, ioImgInfo._detectHeight, rgbImage, mask, in AnalyzeImage()
432 … ioImgInfo._detectWidth, ioImgInfo._detectHeight, ioImgInfo.IsDownscale(), in AnalyzeImage()
494 ioImgInfo._detectWidth, ioImgInfo._detectHeight, rgbImage, mask, in AnalyzeImage()
505 … ioImgInfo._detectWidth, ioImgInfo._detectHeight, ioImgInfo.IsDownscale(), in AnalyzeImage()
607 … ioImgInfo._detectWidth, ioImgInfo._detectHeight, ioImgInfo.IsDownscale(), in AnalyzeImage()
[all …]
H A DPanoDetector.h394 int _detectWidth; member
417 _detectWidth = 0; in ImgData()
H A DPanoDetector.cpp456 …maxImageSize=std::max<unsigned long>(aB->second._detectWidth*aB->second._detectHeight,maxImageSize… in run()
808 _filesData[imgNr]._detectWidth = std::max(img.getSize().width(),img.getSize().height()); in loadProject()
814 _filesData[imgNr]._detectWidth = img.getSize().width(); in loadProject()
821 _filesData[imgNr]._detectWidth >>= 1; in loadProject()
842 double scalefactor = std::max((double)_filesData[imgNr]._detectWidth / roi.width(), in loadProject()
853 _filesData[imgNr]._detectWidth = roi.width(); in loadProject()
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DPanoDetectorLogic.cpp182 ioImgInfo._detectWidth = aNewImgWidth; in AnalyzeImage()
227 double aXF = (double)iPanoDetector.getSieve1Width() / (double)ioImgInfo._detectWidth; in FilterKeyPointsInImage()
H A DPanoDetector.h150 int _detectWidth; member