Piercus
1300265317
add dct method
2016-11-07 22:07:01 +01:00
Sen
d8de6a86b8
Add match temple method
...
Add match temple method that accept a matrix
2016-07-25 13:16:32 -04:00
Anshul
2a2ea7d74a
Add matrix mean method
2016-04-22 00:01:38 -07:00
Andreas Gal
bd56c36040
add subtract() to Matrix
2016-04-14 10:31:09 -07:00
wenq1
48f18f5526
- add moments
2016-02-11 22:35:42 +08:00
Peter Braden
703bbfefa1
Merge pull request #330 from vargad/master
...
Added Sobel operator
2016-02-03 16:45:51 +01:00
Michael Vines
c457310497
Define a native interface for unwrapping the cv:Mat from a Matrix object
2016-01-20 20:42:41 -08:00
Peter Braden
fdc2f6b49a
Merge pull request #334 from jainanshul/reshape
...
Add matrix reshape function
2015-11-20 10:32:37 +01:00
Anshul Jain
fa008d86a4
Add support for matrix convertTo function
2015-11-19 21:51:13 -08:00
Anshul Jain
49bc593d17
Add matrix reshape function
2015-11-19 15:39:12 -08:00
Dániel Varga
38ff7a9f35
Added Sobel operation
2015-11-06 21:57:31 +01:00
Anshul Jain
caccd601a7
Add Matrix norm function
2015-10-30 18:47:22 +05:30
Anshul Jain
b3aae5af58
Add support for GetRotationMatrix2D and WarpAffine
2015-10-29 15:11:07 +05:30
Keegan Brown
ec09e0bdde
Swapped out all "handle" for "local"
...
Now building and passing tests locally in node v0.10.40 v0.12.7 and
v4.1.1. Other modules would not build at node lower than v0.10, so I
stopped there.
2015-10-05 14:33:12 -05:00
Keegan Brown
0216128fb0
Builds fine in 4, Fails in 0.12.7
2015-10-01 18:15:10 -05:00
Keegan Brown
1974fd6d00
Revert "conversion + build + test passed... so far"
...
This reverts commit ea69fcc10b73a191e1d3dc6c9decdc1ebc8bc714.
2015-10-01 11:03:08 -05:00
Keegan Brown
ea69fcc10b
conversion + build + test passed... so far
2015-09-29 13:39:49 -05:00
Anshul Jain
7c426bf69a
Fix code formatting for native code closes #295
2015-09-14 17:03:51 -07:00
Anshul Jain
4f04198cc3
Create a matrix using the provided scalar
2015-09-10 17:59:33 -07:00
Max Ehrlich
1eeae7879c
Added release function to attempt to explicitly free mat memory
2015-07-23 10:34:56 -04:00
Thomas Hoffmann
f9d5c8a4d7
added brightness
2015-06-11 12:23:54 +02:00
Thomas Hoffmann
569a1143cd
added getData and normailze
2015-05-15 10:43:33 +02:00
Thomas Hoffmann
150fc4a66d
added mat.put(buffer) function
2015-04-22 07:51:46 +02:00
Max Ehrlich
7acb6ea5cd
Added fillPoly function for drawing polygons
2015-03-17 10:09:39 -04:00
Peter Braden
aa8ee12587
Merge branch 'templateMatches' of https://github.com/oskardahlberg/node-opencv into oskardahlberg-templateMatches
...
Conflicts:
src/Matrix.cc
2015-02-11 18:46:13 +01:00
Dmitry Ivanov
23fc1c04ed
HoughCircles added
2014-10-23 15:50:05 -04:00
Peter Braden
19058ecea9
Merge branch 'nodev11.x' of github.com:kaosat-dev/node-opencv into kaosat-dev-nodev11.x
...
Conflicts:
src/Contours.cc
src/Contours.h
src/Matrix.cc
src/VideoCaptureWrap.cc
2014-10-07 07:56:31 +02:00
Mark Moissette
a42033ac96
- overall cleanup :
...
* removed obsolete code , comments
2014-09-30 21:49:24 +02:00
Peter Braden
e6f9ee971f
Merge pull request #174 from oskardahlberg/synced
...
Added Zeros, Ones constructors
2014-09-24 20:03:47 +02:00
Oskar Dahlberg
af67ae0905
Revert "Revert "Added Zeros, Ones constructors""
...
This reverts commit d4b9d0edffad3de105d981219cdb08e210d633f4.
2014-09-22 23:41:39 +02:00
Oskar Dahlberg
d4b9d0edff
Revert "Added Zeros, Ones constructors"
...
This reverts commit ee3ae4c1968b1acd54d389bac742c5c6d8e32ca3.
2014-09-22 23:35:38 +02:00
Oskar Dahlberg
ee3ae4c196
Added Zeros, Ones constructors
2014-09-22 21:54:40 +02:00
J David Smith
21afdcd787
Added Matrix constructor with integer type field.
2014-09-18 10:24:46 -04:00
Oskar Dahlberg
056b6cd68e
New method for filtering template matches
2014-09-11 16:59:22 +02:00
Mark kaosat-dev Moissette
8db4e0ed2d
- added nan dependency
...
- updated binding.gyp
- ported all header files to the nan api
2014-09-10 13:41:09 +02:00
Salman
86d277f1b3
added image.crop(x,y,width,height) to address #150
2014-09-07 13:21:09 +05:00
John Ludwig
d9bfdee231
add shift image entry
...
Shifts an image by an integer number of pixels x or y directions, with
a BORDER_REPLICATE fill. uses the underlying copymakeborder opencv call
2014-06-28 18:23:45 -07:00
Peter Braden
e8e8170b46
Merge branch 'bitwiseNot,-bitwiseAnd' of github.com:jhludwig/node-opencv into jhudliwig-bitwiseNot,-bitwiseAnd
...
Conflicts:
src/Matrix.cc
src/Matrix.h
2014-06-19 15:12:07 +02:00
Peter Braden
8fd3f664c3
Merge pull request #137 from jhludwig/mask-operations
...
copy, set, mean with mask operations
2014-06-16 09:33:40 +02:00
Gregory Ray
5dcc240550
fixed a bug where minAreaRect c++ function was pointing at BoundingRect function, added BitwiseNot for easy image invertion and added scale arg to putText
2014-06-16 01:16:17 +01:00
John Ludwig
5d34c5990d
copy, set, mean with mask operations
...
methods with binary masks applied. created new entry points rather than
modifying existing methods to avoid compat issues
2014-05-27 20:21:15 -07:00
John Ludwig
06ccd6919d
Add bitwiseNot, bitwiseAnd methods
...
Modelled after existing BitwiseXor method
2014-05-27 19:58:29 -07:00
John Ludwig
1c29319733
add warp calls and example
2014-04-23 18:13:35 -07:00
Peter Braden
8822bb4c01
Merge pull request #118 from ytham/blur
...
Added medianBlur and bilateralFilter
2014-04-21 08:49:17 -07:00
Morgan 'ARR\!' Allen
ee25c1f2ee
putText with font and color support
2014-04-17 14:08:02 -07:00
Yu Jiang Tham
3ac7b0d7f5
Added medianBlur and bilateralFilter
2014-04-08 20:57:34 -07:00
Yu Jiang Tham
e66e0d250e
Added pushBack
2014-03-18 16:10:21 -07:00
Morgan 'ARR\!' Allen
dfddda739d
added adaptiveThreshold
2014-03-12 19:06:46 -07:00
Yu Jiang Tham
7ec393ac09
Added matchTemplate and minMaxLoc
2014-02-28 23:14:55 -08:00
Peter Braden
1d9072aefb
Merge branch 'master' of github.com:magicode/node-opencv into magicode-master
...
Conflicts:
src/Matrix.cc
src/Matrix.h
2013-12-23 17:22:42 -08:00