mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Added space between >>
This commit is contained in:
parent
d9af0e7ee4
commit
1e3842a0ac
@ -339,7 +339,7 @@ Contour::Deserialize(const Arguments &args) {
|
||||
Handle<Array> contours_data = Handle<Array>::Cast(data->Get(v8::String::NewSymbol("contours")));
|
||||
Handle<Array> hierarchy_data = Handle<Array>::Cast(data->Get(v8::String::NewSymbol("hierarchy")));
|
||||
|
||||
vector<vector<cv::Point>> contours_res;
|
||||
vector<vector<cv::Point> > contours_res;
|
||||
int contours_length = contours_data->Length();
|
||||
|
||||
for (int i = 0; i < contours_length; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user