Skip to content

Commit

Permalink
Init StereoGC class
Browse files Browse the repository at this point in the history
  • Loading branch information
Queuecumber committed Feb 12, 2015
1 parent d0400ec commit bce394f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ init(Handle<Object> target) {
ImgProc::Init(target);
StereoBM::Init(target);
StereoSGBM::Init(target);
StereoGC::Init(target);


#if CV_MAJOR_VERSION >= 2 && CV_MINOR_VERSION >=4
Expand Down

0 comments on commit bce394f

Please sign in to comment.