Packages
opencv
OpenCV
Trackbar
Callback
create
get_position
set_position
OpenCV.Trackbar
Description:
Content:
Delegates:
public
delegate
void
Callback
(
int
pos)
Functions:
public
int
create
(
string
trackbar_name,
string
window_name,
ref
int
value,
int
count,
Callback
on_change)
public
int
get_position
(
string
trackbar_name,
string
window_name)
public
void
set_position
(
string
trackbar_name,
string
window_name,
int
pos)