public static class opencv_legacy.CvCamShiftTracker extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvCamShiftTracker() |
opencv_legacy.CvCamShiftTracker(int size) |
opencv_legacy.CvCamShiftTracker(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.IplImage |
get_back_project()
Retrieving internal data
|
opencv_core.CvPoint2D32f |
get_center() |
int |
get_hist_dims() |
int |
get_hist_dims(int[] dims) |
int |
get_hist_dims(IntBuffer dims) |
int |
get_hist_dims(IntPointer dims) |
float |
get_length() |
int |
get_max_ch_val(int channel) |
int |
get_min_ch_val(int channel) |
float |
get_orientation()
Characteristics of the object that are calculated by track_object method
|
int |
get_threshold()
Tracking parameters
|
float |
get_width() |
opencv_core.CvRect |
get_window() |
opencv_legacy.CvCamShiftTracker |
position(int position) |
float |
query(int[] bin) |
float |
query(IntBuffer bin) |
float |
query(IntPointer bin) |
void |
reset_histogram() |
boolean |
set_hist_bin_range(int dim,
int min_val,
int max_val) |
boolean |
set_hist_dims(int c_dims,
int[] dims) |
boolean |
set_hist_dims(int c_dims,
IntBuffer dims) |
boolean |
set_hist_dims(int c_dims,
IntPointer dims) |
boolean |
set_max_ch_val(int channel,
int val) |
boolean |
set_min_ch_val(int channel,
int val) |
boolean |
set_threshold(int threshold) |
boolean |
set_window(opencv_core.CvRect window) |
boolean |
track_object(opencv_core.IplImage cur_frame)
The processing methods
|
boolean |
update_histogram(opencv_core.IplImage cur_frame) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.CvCamShiftTracker(Pointer p)
public opencv_legacy.CvCamShiftTracker(int size)
public opencv_legacy.CvCamShiftTracker()
public opencv_legacy.CvCamShiftTracker position(int position)
public float get_orientation()
public float get_length()
public float get_width()
public opencv_core.CvPoint2D32f get_center()
public opencv_core.CvRect get_window()
public int get_threshold()
public int get_hist_dims(IntPointer dims)
public int get_hist_dims()
public int get_hist_dims(IntBuffer dims)
public int get_hist_dims(int[] dims)
public int get_min_ch_val(int channel)
public int get_max_ch_val(int channel)
public boolean set_window(opencv_core.CvRect window)
public boolean set_threshold(int threshold)
public boolean set_hist_bin_range(int dim,
int min_val,
int max_val)
public boolean set_hist_dims(int c_dims,
IntPointer dims)
public boolean set_hist_dims(int c_dims,
IntBuffer dims)
public boolean set_hist_dims(int c_dims,
int[] dims)
public boolean set_min_ch_val(int channel,
int val)
public boolean set_max_ch_val(int channel,
int val)
public boolean track_object(opencv_core.IplImage cur_frame)
public boolean update_histogram(opencv_core.IplImage cur_frame)
public void reset_histogram()
public opencv_core.IplImage get_back_project()
public float query(IntPointer bin)
public float query(IntBuffer bin)
public float query(int[] bin)
Copyright © 2014. All Rights Reserved.