korat.utils.cv
Class CVFinderDelta.FinderResult
java.lang.Object
korat.utils.cv.CVFinderDelta.FinderResult
- Enclosing class:
- CVFinderDelta
public static class CVFinderDelta.FinderResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
found
public boolean found
exactIdx
public long exactIdx
fromIdx
public long fromIdx
toIdx
public long toIdx
CVFinderDelta.FinderResult
public CVFinderDelta.FinderResult()
CVFinderDelta.FinderResult
public CVFinderDelta.FinderResult(boolean found,
long exactIdx,
long fromIdx,
long toIdx)