Paul
|
824ffceeb2
|
removed unneeded stuff
|
2013-08-22 23:48:45 +04:00 |
|
Paul
|
5daf9c0f4d
|
Merge branch 'master' of https://github.com/SergeMv/node-opencv
|
2013-08-22 23:45:11 +04:00 |
|
Paul
|
187b6d073a
|
added some functions: cvtColor, split, merge, equalizeHist
|
2013-08-22 23:43:41 +04:00 |
|
Paul
|
146925ee6d
|
provided interpolation option for the resize() func
|
2013-08-22 19:37:08 +04:00 |
|
Paul
|
e7300b1cfc
|
added options for toBuffer() func
|
2013-08-22 19:07:10 +04:00 |
|
SergeMv
|
e0c4d42503
|
Merge pull request #1 from SergeMv/rotate
fixed the rotate() func for angles which are multiple of 90
|
2013-08-22 06:07:28 -07:00 |
|
Paul
|
b2ed603a2a
|
fixed the rotate() func for angles which are multiple of 90
|
2013-08-22 16:55:32 +04:00 |
|
Paul
|
3105e14f25
|
implemented copyTo() func
|
2013-08-22 05:06:58 +04:00 |
|
Peter Braden
|
276e42bffc
|
Merge pull request #63 from timfpark/master
Add absDiff, bitwiseXor, and countNonZero to Matrix operations
|
2013-07-30 09:51:55 -07:00 |
|
Tim Park
|
ce742ecce2
|
rename test to match combined tests
|
2013-07-29 13:21:37 -07:00 |
|
Tim Park
|
6bdaa3a24f
|
combine absDiff and countNonZero tests
|
2013-07-29 13:17:49 -07:00 |
|
Peter Braden
|
cceea7b498
|
Merge pull request #62 from SonicHedgehog/package.json
Enhance package.json
|
2013-07-29 13:10:03 -07:00 |
|
Tim Park
|
d60e3d11d5
|
add countNonZero to Matrix operations
|
2013-07-29 12:54:38 -07:00 |
|
Tim Park
|
363b950f1e
|
add tests for bitwiseXor and absDiff
|
2013-07-29 10:48:44 -07:00 |
|
Jakob Krigovsky
|
813e5ee55f
|
Specify repository url in package.json
|
2013-07-29 03:30:05 +02:00 |
|
Jakob Krigovsky
|
852de17b47
|
Specify MIT license in package.json
|
2013-07-29 03:27:56 +02:00 |
|
Jakob Krigovsky
|
a190298eaf
|
Specify necessary node version in package.json correctly
|
2013-07-29 03:27:05 +02:00 |
|
Tim Park
|
4ce14beb96
|
Add bitwiseXor and absDiff to Matrix operations
|
2013-07-28 11:25:01 -07:00 |
|
Peter Braden
|
b8ec62e5f8
|
example of roi
|
2013-07-26 10:41:13 -07:00 |
|
Peter Braden
|
03a00c062f
|
Merge pull request #59 from penguin359/master
Smoke test now uses portable file path
|
2013-07-23 10:06:42 -07:00 |
|
Peter Braden
|
d9f0b16f16
|
Merge pull request #60 from carthagan/patch-1
Fix of bindings.gyo for windows
|
2013-07-23 10:05:03 -07:00 |
|
carthagan
|
7ea1435491
|
Fix of bindings.gyo for windows
Adding includes in windows BuildMS
|
2013-07-19 09:20:56 -07:00 |
|
Loren M. Lang
|
13488fa94b
|
Smoke test now uses portable file path
Added a sanity check to ensure smoke.sh is run from the correct folder
and use a relative path to the mona image so it works on any system.
|
2013-07-17 22:26:16 -07:00 |
|
Peter Braden
|
85e1ce2448
|
0.3.1
|
2013-07-17 15:48:12 -07:00 |
|
Peter Braden
|
3b4c361f5c
|
Merge pull request #57 from magicode/master
fix issues #3
|
2013-07-17 15:46:07 -07:00 |
|
magicode
|
5eb7e836c3
|
fix issues #3
|
2013-07-17 08:00:12 +03:00 |
|
Peter Braden
|
abb20798c3
|
0.3.0
|
2013-06-19 11:27:12 -07:00 |
|
Peter Braden
|
7548d39616
|
Merge branch 'master' of github.com:peterbraden/node-opencv
Conflicts:
src/Matrix.cc
src/Matrix.h
|
2013-06-19 11:26:56 -07:00 |
|
Peter Braden
|
762ac42f3b
|
0.2.0
|
2013-06-19 11:23:24 -07:00 |
|
Peter Braden
|
45846cd3b2
|
Open Source Bridge Live coding - woohoo
|
2013-06-19 11:21:59 -07:00 |
|
Peter Braden
|
27f722e6aa
|
Merge pull request #54 from smoodiver/master
Examples, added err argument to callback functions where missing
|
2013-06-09 16:22:24 -07:00 |
|
Ray Smoodiver
|
1e5a0f2a23
|
Added err arguments
Added err arguments to callback functions
|
2013-06-09 18:19:06 +12:00 |
|
Ray Smoodiver
|
4cc5eff25b
|
Added err arguments
OpenCV functions now seem to return (err, val) style arguments. Updated example to handle
|
2013-06-09 18:16:03 +12:00 |
|
Peter Braden
|
ca87972037
|
test it
|
2013-05-16 19:02:52 -07:00 |
|
Peter Braden
|
bae7a1bfd9
|
threshold
|
2013-05-16 18:57:26 -07:00 |
|
Peter Braden
|
c93cfb782b
|
Merge pull request #50 from gluxon/master
Use GitHub Flavored Markdown for JavaScript code and bash
|
2013-05-14 09:20:01 -07:00 |
|
Brandon Cheng
|
bce9d95c29
|
use github flavored markdown for javascript and bash
|
2013-05-13 17:00:42 -04:00 |
|
Peter Braden
|
25bec10b28
|
Merge pull request #49 from nolith/meanStdDev
meanStdDev for Matrix
|
2013-05-09 10:02:43 -07:00 |
|
Alessio Caiazza
|
f5df8f6599
|
meanStdDev for Matrix
|
2013-05-09 18:03:38 +02:00 |
|
Peter Braden
|
f6ff1e58b5
|
Merge pull request #48 from mattholl/master
Just fixed a tiny issue where err wasn't passed as the first argument to read()
|
2013-05-07 15:16:21 -07:00 |
|
mattholl
|
e507377a80
|
fixed tiny issue where err is missing as the first argument to read from a video stream
|
2013-05-07 19:37:07 +01:00 |
|
Peter Braden
|
aa7b3317fe
|
Merge pull request #46 from RNELord/master
Matrix::flip, Matrix::ROI, Matrix::rotate
|
2013-05-01 13:07:53 -07:00 |
|
Peter Braden
|
769d6ebf77
|
v0.1.0
|
2013-05-01 11:53:17 -07:00 |
|
Peter Braden
|
21917f3f17
|
Merge branch 'master' of github.com:peterbraden/node-opencv
|
2013-05-01 11:49:50 -07:00 |
|
Ryan Lord
|
7b3835bbf5
|
Matrix::rotate bind using cv::warpAffine
|
2013-05-01 14:12:30 +01:00 |
|
Ryan Lord
|
c3d1379cd5
|
Added ROI bindings to Matrix
|
2013-05-01 11:50:37 +01:00 |
|
Ryan Lord
|
c4a20bb279
|
Made exception from ::flip throw a type error
|
2013-05-01 02:18:55 +01:00 |
|
Ryan Lord
|
cca52ad691
|
Added cv::flip function to Matrix objects
|
2013-05-01 02:10:27 +01:00 |
|
Peter Braden
|
67abbf4c24
|
Merge pull request #45 from shykes/dockerfile
Build instructions for docker
|
2013-04-23 10:26:37 -07:00 |
|
Solomon Hykes
|
d364f64b84
|
Added a Dockerfile describing how to build node-opencv and all its dependencies into a ready-to-use linux container
|
2013-04-21 11:35:29 -07:00 |
|