Home
last modified time | relevance | path

Searched refs:matchingPoint (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DScanView.java53 private boolean matchingPoint = false; field in ScanView
144 matchingPoint = false; in clearViews()
176 cut_top = object != null ? (index & 1) == 0 : (!matchingPoint ? !cut_bottom : false); in updateView()
210 matchingPoint = b; in setMatchingPoint()
211 …string_matchingpoint = matchingPoint ? "This: #" + index + " @ " + object[index] + string_in_out[i… in setMatchingPoint()
H A DCutView.java61 private boolean matchingPoint = false; field in CutView
196 matchingPoint = false; in clearViews()
230 cut_top = object != null ? (index & 1) == 0 : (!matchingPoint ? !cut_bottom : false); in updateView()
289 matchingPoint = b; in setMatchingPoint()
290 …string_matchingpoint = matchingPoint ? "This: #" + (index + 1) + " @ " + object[index] + string_in… in setMatchingPoint()
314 if (matchingPoint) in paint()
H A DCutPanel.java109 private boolean matchingPoint = false; field in CutPanel
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/actions/
H A Dfindimageinstance.cpp251 const ActionTools::MatchingPoint &matchingPoint = matchingPointList.at(i); in searchFinished() local
252 QPoint position = matchingPoint.position; in searchFinished()
255 position += mImagesToSearchIn.at(matchingPoint.imageIndex).second.topLeft(); in searchFinished()
258 arrayConfidenceResult.setProperty(i, matchingPoint.confidence); in searchFinished()
/dports/misc/actiona/actiona-3.10.1/actiontools/code/
H A Dimage.cpp489 const ActionTools::MatchingPoint &matchingPoint = matchingPointList.first(); in findSubImage() local
492 …back.setProperty(QStringLiteral("position"), Point::constructor(matchingPoint.position, engine())); in findSubImage()
493 back.setProperty(QStringLiteral("confidence"), matchingPoint.confidence); in findSubImage()
646 const ActionTools::MatchingPoint &matchingPoint = matchingPointList.first(); in findSubImageAsyncFinished() local
649 …back.setProperty(QStringLiteral("position"), CodeClass::constructor(new Point(matchingPoint.positi… in findSubImageAsyncFinished()
650 back.setProperty(QStringLiteral("confidence"), matchingPoint.confidence); in findSubImageAsyncFinished()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dopencvalgorithms.cpp243 for(auto matchingPoint: matchingPointList) in fastMatchTemplate() local
245 const QPoint &foundPoint = matchingPoint.position; in fastMatchTemplate()