public static class opencv_contrib.CvFeatureTracker extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.CvFeatureTracker() |
opencv_contrib.CvFeatureTracker(opencv_contrib.CvFeatureTrackerParams params) |
opencv_contrib.CvFeatureTracker(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
disp_matches() |
opencv_contrib.CvFeatureTracker |
disp_matches(opencv_core.Mat disp_matches) |
opencv_core.Point2f |
getTrackingCenter() |
opencv_core.Rect |
getTrackingWindow() |
void |
newTrackingWindow(opencv_core.Mat image,
opencv_core.Rect selection) |
opencv_contrib.CvFeatureTrackerParams |
params() |
opencv_contrib.CvFeatureTracker |
params(opencv_contrib.CvFeatureTrackerParams params) |
void |
setTrackingWindow(opencv_core.Rect _window) |
opencv_core.Rect |
updateTrackingWindow(opencv_core.Mat image) |
opencv_core.Rect |
updateTrackingWindowWithFlow(opencv_core.Mat image) |
opencv_core.Rect |
updateTrackingWindowWithSIFT(opencv_core.Mat image) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.CvFeatureTracker()
public opencv_contrib.CvFeatureTracker(Pointer p)
public opencv_contrib.CvFeatureTracker(opencv_contrib.CvFeatureTrackerParams params)
public opencv_core.Mat disp_matches()
public opencv_contrib.CvFeatureTracker disp_matches(opencv_core.Mat disp_matches)
public opencv_contrib.CvFeatureTrackerParams params()
public opencv_contrib.CvFeatureTracker params(opencv_contrib.CvFeatureTrackerParams params)
public void newTrackingWindow(opencv_core.Mat image, opencv_core.Rect selection)
public opencv_core.Rect updateTrackingWindow(opencv_core.Mat image)
public opencv_core.Rect updateTrackingWindowWithSIFT(opencv_core.Mat image)
public opencv_core.Rect updateTrackingWindowWithFlow(opencv_core.Mat image)
public void setTrackingWindow(opencv_core.Rect _window)
public opencv_core.Rect getTrackingWindow()
public opencv_core.Point2f getTrackingCenter()
Copyright © 2014. All Rights Reserved.