Skip to content

Commit

Permalink
Fixing binding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadt committed Feb 15, 2017
1 parent f633166 commit 7fe8213
Show file tree
Hide file tree
Showing 8 changed files with 574 additions and 629 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ This is a JavaScript binding that exposes OpenCV library to the web. This projec
./emsdk activate sdk-master-64bit
source ./emsdk_env.sh
```
3. Patch Emscripten & Rebuild. Patch OpenCV
3. Patch Emscripten & Rebuild.

```
patch -p1 < PATH/TO/patch_emscripten_master.diff
patch -p1 < patch_opencv.diff
```
4. Rebuild emscripten
```
Expand Down
Loading

1 comment on commit 7fe8213

@santMorales
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no me sirve la función imread(). ¿Como lo puedo solucionar?

Please sign in to comment.