Property | Type | Description | |
---|---|---|---|
end_index | int | ||
start_index | int |
Method | Description | |
---|---|---|
MCvSlice ( int start, int end ) : System |
Create a new MCvSlice using the specific start and end index
|
public MCvSlice ( int start, int end ) : System | ||
start | int | start index |
end | int | end index |
return | System |