Home
last modified time | relevance | path

Searched refs:rightImg (Results 1 – 13 of 13) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/IO/Image/Testing/Cxx/
H A DTestImportExport.cxx280 bool compareVtkImages( vtkImageData* leftImg, vtkImageData* rightImg) in compareVtkImages() argument
282 if ( leftImg == rightImg ) in compareVtkImages()
294 if (!rightImg) in compareVtkImages()
302 if ( numComp != rightImg->GetNumberOfScalarComponents()) in compareVtkImages()
310 rightImg->GetOrigin(origin2); in compareVtkImages()
323 rightImg->GetSpacing(spacing2); in compareVtkImages()
337 rightImg->GetExtent(p2Extent); in compareVtkImages()
353 const int p2ScalarType = rightImg->GetScalarType(); in compareVtkImages()
359 << "Right: "<< rightImg->GetScalarTypeAsString() << " (" in compareVtkImages()
381 const double v2 = rightImg->GetScalarComponentAsDouble(i,j,k,c); in compareVtkImages()
/dports/math/vtk9/VTK-9.1.0/IO/Image/Testing/Cxx/
H A DTestImportExport.cxx271 bool compareVtkImages(vtkImageData* leftImg, vtkImageData* rightImg) in compareVtkImages() argument
273 if (leftImg == rightImg) in compareVtkImages()
285 if (!rightImg) in compareVtkImages()
293 if (numComp != rightImg->GetNumberOfScalarComponents()) in compareVtkImages()
301 rightImg->GetOrigin(origin2); in compareVtkImages()
312 rightImg->GetSpacing(spacing2); in compareVtkImages()
324 rightImg->GetExtent(p2Extent); in compareVtkImages()
337 const int p2ScalarType = rightImg->GetScalarType(); in compareVtkImages()
343 << "Right: " << rightImg->GetScalarTypeAsString() << " (" << p2ScalarType << ")" in compareVtkImages()
365 const double v2 = rightImg->GetScalarComponentAsDouble(i, j, k, c); in compareVtkImages()
/dports/math/vtk6/VTK-6.2.0/IO/Image/Testing/Cxx/
H A DTestImportExport.cxx280 bool compareVtkImages( vtkImageData* leftImg, vtkImageData* rightImg) in compareVtkImages() argument
282 if ( leftImg == rightImg ) in compareVtkImages()
294 if (!rightImg) in compareVtkImages()
302 if ( numComp != rightImg->GetNumberOfScalarComponents()) in compareVtkImages()
310 rightImg->GetOrigin(origin2); in compareVtkImages()
323 rightImg->GetSpacing(spacing2); in compareVtkImages()
337 rightImg->GetExtent(p2Extent); in compareVtkImages()
353 const int p2ScalarType = rightImg->GetScalarType(); in compareVtkImages()
359 << "Right: "<< rightImg->GetScalarTypeAsString() << " (" in compareVtkImages()
381 const double v2 = rightImg->GetScalarComponentAsDouble(i,j,k,c); in compareVtkImages()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/stereo/samples/
H A Ddense_disparity.cpp16 cv::Mat rightImg, leftImg; in main() local
18 rightImg = imread("./imgRight.png", IMREAD_COLOR); in main()
29 stereo->process(leftImg, rightImg); in main()
44 cv::imshow("right channel", rightImg); in main()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_stereomatching.cpp384 const Mat& leftImg, const Mat& rightImg,
548 const Mat& leftImg, const Mat& rightImg, in processStereoMatchingResults() argument
782 Mat rightImg; cvtColor( _rightImg, rightImg, COLOR_BGR2GRAY ); in runStereoMatchingAlgorithm() local
791 bm->compute( leftImg, rightImg, tempDisp ); in runStereoMatchingAlgorithm()
840 Mat rightImg = imread(path + "im6.png", 0); in TEST_P() local
841 ASSERT_FALSE(rightImg.empty()); in TEST_P()
848 bm->compute( leftImg, rightImg, leftDisp); in TEST_P()
914 sgbm->compute( leftImg, rightImg, leftDisp ); in runStereoMatchingAlgorithm()
928 Mat rightImg = imread(path + "im6.png", 0); in TEST() local
929 ASSERT_FALSE(rightImg.empty()); in TEST()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dalign_image_stack.cpp124 …const ImageType& rightImg, const vigra::Diff2D searchPos, const int searchWidth, vigra::VigraTrueT… in FineTunePoint() argument
128 rightImg, rightImg.accessor(), in FineTunePoint()
134 …const ImageType& rightImg, const vigra::Diff2D searchPos, const int searchWidth, vigra::VigraFalse… in FineTunePoint() argument
139 rightImg, vigra::RGBToGrayAccessor<typename ImageType::value_type>(), in FineTunePoint()
146 int img2, const ImageType& rightImg, const ImageType& rightImgOrig, in FineTuneInterestPoints() argument
163 rightImg, it->second, sWidth, is_scalar()); in FineTuneInterestPoints()
801 ImageType* rightImg = new ImageType(leftImg->size()); in main2() local
837 vigra_ext::reduceNTimes(*rightImgOrig, *rightImg, param.pyrLevel); in main2()
856 leftImg = rightImg; in main2()
858 rightImg = new ImageType(leftImg->size()); in main2()
[all …]
/dports/devel/upp/upp/uppsrc/GridCtrl/
H A DGridDisplay.cpp90 if(!rightImg.IsEmpty()) in Paint()
92 Size isz = rightImg.GetSize(); in Paint()
93 …e(nx + ncx - isz.cx, y + (cy - isz.cy) / 2, style & GD::READONLY ? Grayscale(rightImg) : rightImg); in Paint()
186 if(!rightImg.IsEmpty()) in PaintFixed()
188 Size isz = rightImg.GetSize(); in PaintFixed()
189 w.DrawImage(x + cx - isz.cx - 3, y + (cy - isz.cy) / 2, rightImg); in PaintFixed()
H A DGridDisplay.h51 Image rightImg; variable
78 void SetRightImage(const Image &img) { rightImg = img; } in SetRightImage()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/test/
H A Dtest_stereo.cpp545 virtual int runStereoMatchingAlgorithm(const Mat& leftImg, const Mat& rightImg,
558 const Mat& leftImg, const Mat& rightImg,
626 Mat rightImg = imread(datasetFullDirName + RIGHT_IMG_NAME); in run() local
631 if (leftImg.empty() || rightImg.empty() || trueLeftDisp.empty()) in run()
652 …int ignBorder = max(runStereoMatchingAlgorithm(leftImg, rightImg, calcROI, leftDisp, rightDisp, ci… in run()
663 …leftImg, rightImg, calcROI, trueLeftDisp, trueRightDisp, leftDisp, rightDisp, QualityEvalParams(ig… in run()
716 const Mat& leftImg, const Mat& rightImg, in processStereoMatchingResults() argument
744 calcErrors(leftImg, rightImg, trueLeftDisp, trueRightDisp, leftUnknMask, rightUnknMask, in processStereoMatchingResults()
941 virtual int runStereoMatchingAlgorithm(const Mat& leftImg, const Mat& rightImg, in runStereoMatchingAlgorithm() argument
950 cv::cvtColor(rightImg, G2, cv::COLOR_RGB2GRAY); in runStereoMatchingAlgorithm()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/whatsinteresting/
H A Dwiview.cpp744 int rightImg = infoBoxHTML.indexOf("\"", leftImg) - leftImg; in loadObjectInfoBox() local
745 QString imgURL = infoBoxHTML.mid(leftImg, rightImg); in loadObjectInfoBox()
886 int rightImg = infoText.indexOf("\"", leftImg) - leftImg; in tryToUpdateWikipediaInfo() local
887 QString imgURL = infoText.mid(leftImg, rightImg); in tryToUpdateWikipediaInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DWritePixelsTest.cpp545 sk_sp<SkImage> rightImg = upload(std::move(rightSurf), kRightColor); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
546 dest->getCanvas()->drawImage(std::move(rightImg), kHalfSize, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DCPEditorPanel.cpp2523 HuginBase::SrcPanoImage rightImg = m_pano->getSrcImage(left ? m_rightImageNr : m_leftImageNr); in EstimatePoint() local
2524 rightImg.setYaw(0); in EstimatePoint()
2525 rightImg.setPitch(0); in EstimatePoint()
2526 rightImg.setRoll(0); in EstimatePoint()
2527 rightImg.setX(0); in EstimatePoint()
2528 rightImg.setY(0); in EstimatePoint()
2529 rightImg.setZ(0); in EstimatePoint()
2533 optPano.addImage(rightImg); in EstimatePoint()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/timeline/
H A Dtimeline.cpp2163 ObjectId rightImg = (right ? right->image()->id(): 0); in drawCel() local
2165 fromRight = (rightImg == cel->image()->id()); in drawCel()