Anshul
2a2ea7d74a
Add matrix mean method
2016-04-22 00:01:38 -07:00
Michael Vines
7fb5e261b2
Merge pull request #400 from mvines/asw
...
AsyncSaveWorker now controls the lifecycle of its filename
2016-04-21 21:10:56 -07:00
Michael Vines
5ca03b25b4
AsyncSaveWorker now controls the lifecycle of its filename
2016-04-21 20:54:02 -07:00
Andreas Gal
bd56c36040
add subtract() to Matrix
2016-04-14 10:31:09 -07:00
Peter Braden
7a50a5b4c2
Merge pull request #371 from AwooOOoo/master
...
type_info error
2016-04-13 11:46:52 +02:00
Salman
5102116c52
updated matchTemplate and added example
2016-03-15 10:53:41 +05:00
Paul Matthews
b5228ae209
-Cleanup of white space after last commit
2016-02-12 13:58:52 +01:00
Paul Matthews
ef39f323c7
-Changes to correct type_info errors seen in Visual Studio from std namespace pollution. Removed global std namespace references and specifically prefixed each call.
2016-02-12 13:25:25 +01:00
wenq1
fb6ac0ff30
- more work on mements for matrix
2016-02-12 14:58:13 +08: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
Anshul Jain
26929ea8a6
Make GetRotationMatrix2D static
2015-12-03 18:13:57 -08:00
Peter Braden
9a7784147c
Merge pull request #339 from jspdown/master
...
Add GetStructuringElement, kernel argument for Erode and Dilate
2015-11-25 13:00:18 +01:00
jspdown
162b091f25
Add kernel argument to Dilate and Erode methods
...
A second optional argument can be passed to `mat.erode` and
`mat.dilate`. This argument define the kernel used for this
morphological operation. A kernel can be generated by the
GetStructuringElement function.
2015-11-22 15:19:53 +01:00
Anshul Jain
02aa27da1d
Return a new matrix after reshape operation to preserve the
...
original matrix
2015-11-20 12:11:48 -08:00
Anshul Jain
cd7b6d16bd
Fix typo in Matric convertTo function
2015-11-20 11:25:34 -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
Max Ehrlich
58093bdcfc
Merge pull request #328 from jainanshul/norm
...
Add Matrix norm function
2015-10-30 10:33:58 -04:00
Anshul Jain
caccd601a7
Add Matrix norm function
2015-10-30 18:47:22 +05:30
Peter Braden
b6fd0f00f6
Merge pull request #319 from vyacheslav-lonschakov/master
...
Fixed bug with compile in Visual Studio.
2015-10-30 14:06:27 +01:00
vyacheslav
9675b153c9
Fixed indent.
2015-10-30 12:12:22 +03:00
Peter Braden
baada9d639
Merge pull request #324 from jainanshul/regression_matrix_constructor
...
Fix regression in matrix constructor that takes in array of default v…
2015-10-29 12:40:55 +01:00
Anshul Jain
b3aae5af58
Add support for GetRotationMatrix2D and WarpAffine
2015-10-29 15:11:07 +05:30
Anshul Jain
62697ccf86
Fix regression in matrix constructor that takes in array of default values
2015-10-28 16:20:36 +05:30
vyacheslav-lonschakov
50276232b1
Replaced error message to dynamically array.
2015-10-19 08:29:11 +03:00
Peter Braden
d291d89771
Merge pull request #315 from adius/add-otsus-method
...
Add otsus method
2015-10-09 10:21:14 +02:00
Adrian Sieber
9faf0f5a77
Add function argument to specify the threshold algorithm
2015-10-08 22:00:12 +02:00
Adrian Sieber
90fe184501
Mark the default value in error message
2015-10-08 21:58:32 +02:00
Adrian Sieber
8281330044
Use correct datatype for binarization type
2015-10-08 21:46:03 +02:00
Adrian Sieber
901edf4d58
Throw error if invalid binarization technique is provided
2015-10-08 21:43:36 +02:00
Adrian Sieber
769b3f912e
Remove redundant variable assignment
2015-10-08 21:43:05 +02:00
Anshul Jain
dc12c4f2ed
Prevent a copy during grayscale conversion
2015-10-08 12:21:44 -07:00
Anshul Jain
a2073757a2
Add support for CV_BGR2RGB color transformation
2015-10-08 12:21:44 -07:00
Anshul Jain
c7037ef20c
Fix formatting for CvtColor matrix function
2015-10-08 12:21:41 -07:00
Adrian Sieber
0737bdd85a
Use "else if" to clarify mutual exclusivity
2015-10-08 20:50:59 +02:00
Keegan Brown
8b3e747c35
Eliminated deprecation warnings while building in Node v4.1.2
2015-10-06 12:46:44 -05:00
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
Michael Vines
ddf0313d3a
Matrix::ToBuffer no longer references deallocated memory
2015-08-21 14:12:07 -07:00
Max Ehrlich
3655349e83
Fixed function name
2015-07-23 11:16:27 -04:00
Max Ehrlich
1eeae7879c
Added release function to attempt to explicitly free mat memory
2015-07-23 10:34:56 -04:00
Peter Braden
2ddb97047e
Merge pull request #253 from tualo/master
...
added cv::normalize and getData
2015-07-15 12:32:02 +02:00