238 Commits

Author SHA1 Message Date
Mark kaosat-dev Moissette
cd303829de - continued work migrating api to nan 2014-09-10 15:23:57 +02:00
Salman
49d5cbbb68 added check for number of channels in fetching pixel value. Addresses issue #147 2014-09-07 13:41:26 +05: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
Gregory Ray
40d108861f backwards compatible proposal for full opencv drawing api support 2014-06-19 03:13:13 +01:00
Peter Braden
689a67570d Merge pull request #135 from ytham/master
rectangle function utilizes two cvpoints that are top-left, bottom-right
2014-06-16 09:34:27 +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
Yu Jiang Tham
83b47c8a3b rectangle function utilizes two cvpoints that are top-left, bottom-right 2014-05-21 15:26:27 -07:00
John Ludwig
e27e96e551 fix up sample; and improve arg calling 2014-05-09 14:08:47 -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
Peter Braden
1d70e2047d Merge pull request #121 from morganrallen/putText
Put text
2014-04-21 08:48:34 -07:00
John Ludwig
7c6187b3a8 thickness in contour drawing
Add optional line thickness arg in drawContours and drawAllContours
2014-04-17 16:09:58 -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
Morgan 'ARR\!' Allen
857e88fa21 normalize lines 2014-03-20 16:38:11 -07:00
Yu Jiang Tham
e66e0d250e Added pushBack 2014-03-18 16:10:21 -07:00
Morgan 'ARR\!' Allen
0d2db59e45 fix tabbing 2014-03-12 19:08:26 -07:00
Morgan 'ARR\!' Allen
dfddda739d added adaptiveThreshold 2014-03-12 19:06:46 -07:00
Chia-liang Kao
57ddabd06b Allow args for HoughLinesP 2014-03-10 20:48:08 +08:00
Yu Jiang Tham
c3b123c936 Typo correction 2014-02-28 23:20:14 -08: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
Sebastian Fastner
bbf36e72b1 Add parameter support to async buffer generation 2013-10-03 16:32:13 +02:00
Sebastian Fastner
b79c30069f Add arguments support for async toBuffer 2013-10-03 16:01:33 +02:00
magicode
fddd01a3d1 add pixel function and floodFill function 2013-09-29 21:39:56 +03:00
Paul
824ffceeb2 removed unneeded stuff 2013-08-22 23:48:45 +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
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
Tim Park
d60e3d11d5 add countNonZero to Matrix operations 2013-07-29 12:54:38 -07:00
Tim Park
4ce14beb96 Add bitwiseXor and absDiff to Matrix operations 2013-07-28 11:25:01 -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
45846cd3b2 Open Source Bridge Live coding - woohoo 2013-06-19 11:21:59 -07:00
Peter Braden
bae7a1bfd9 threshold 2013-05-16 18:57:26 -07:00
Alessio Caiazza
f5df8f6599 meanStdDev for Matrix 2013-05-09 18:03:38 +02: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
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
440a72c38e Merge branch 'master' of github.com:peterbraden/node-opencv into beta 2013-04-09 21:34:41 -07:00
Peter Braden
a347ab682e add adjustROI 2013-04-06 18:34:08 -07:00
Carter Thaxton
507ecbf832 Add async save, triggering off existence of callback 2013-03-28 01:01:55 -07:00