{"_id":"opencv-node","_rev":"20-9be6462f94b3faa37b0377a2ecb5a1f6","name":"opencv-node","description":"Opencv for node","dist-tags":{"latest":"0.2.6"},"versions":{"0.1.0":{"name":"opencv-node","description":"Opencv for node","version":"0.1.0","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-waf configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":"*"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3"},"_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"_id":"opencv-node@0.1.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.7.0","_defaultsLoaded":true,"dist":{"shasum":"3c426df50c1c871afac0bd6b6d36710274abcf8b","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.1.0.tgz","integrity":"sha512-/bcPvk49SyKhJUIPI5Z1+OJSNpqtSxjir0rAhDBrgsYIfGVHYR8KFJtrWemcGevoMq9Pb8Tz70B+luvFrPErhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJlhqBS6V+MSEK0D9uB1sS2r0krBW+GUSN/YGVke3FEgIgIItO1nt972lTmIIcP7gu3dIZX4SZtdttIKAWzNL17g8="}]},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.0":{"name":"opencv-node","description":"Opencv for node","version":"0.2.0","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":"*"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3"},"readme":"Opencvjs\r\n\r\n\r\nPurpose \r\n=======\r\nExpose opencv to the node environment.\r\n\r\n\r\nFeatures\r\n======\r\n\t\r\n\t- cv::Point, cv::Size, cv::Rect, etc replaced by object notation:\r\n\t\tPoint -> {x: 0, y:0}, Size -> {width: 33, height: 33}\r\n\r\n\t- Checks the types of parameters as well as ranges of values on each native call (harder to crash app from script)\r\n\t- Friendly exception messages on invalid parameters \r\n\t\r\n\r\nInstallation\r\n============\r\n\r\n\tnpm install opencv\r\n\r\nExample\r\n=======\r\n\r\n\tcv = require 'opencv'\r\n\r\n\r\nBuilding on MacOS X\r\n====================\r\n\r\n\t$ brew install opencv --build32\r\n\t$ node-waf configure build\r\n\t$ coffee scripts/tests\r\n\r\n\r\nBuilding on Windows:\r\n\t1. OpenCV must be installed. Download latest version from http://sourceforge.net/projects/opencvlibrary/files/latest/download\r\n\t2. Extract to a folder, eg C:\\OpenCV\r\n\t3. Open a command prompt and set the environment variable OPENCV_ROOT:\r\n\r\n\t\t\tset OPENCV_ROOT=C:/OpenCV\r\n\t4. Install opencv-node with npm:\r\n\r\n\t\t\tnpm install -g opencv-node\r\n","_id":"opencv-node@0.2.0","dist":{"shasum":"68ebeaaf61eb0864ce9166f3b688cbfa30ea04de","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.0.tgz","integrity":"sha512-I30hCg+Lii7ztRyBSUknb45/QA2gcKaL34Q8cKLKOkDUR6+QTjZjRbzpytC6oFdQUal4uAdhcLcUU06Ih7nCdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsy5WRYF6r0rBmxnL2+BL/BnTR9+v7PD8gsSib5+kjRAiEAizymiadE89kKYiIkF7q5KiLmeA8G2XOMnj4NJq2M2j8="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.1":{"name":"opencv-node","description":"Opencv for node","version":"0.2.1","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":"*"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3","node-gyp":">=0.6.8"},"readme":"Opencvjs\r\n\r\n\r\nPurpose \r\n=======\r\nExpose opencv to the node environment.\r\n\r\n\r\nFeatures\r\n======\r\n\t\r\n\t- cv::Point, cv::Size, cv::Rect, etc replaced by object notation:\r\n\t\tPoint -> {x: 0, y:0}, Size -> {width: 33, height: 33}\r\n\r\n\t- Checks the types of parameters as well as ranges of values on each native call (harder to crash app from script)\r\n\t- Friendly exception messages on invalid parameters \r\n\t\r\n\r\nInstallation\r\n============\r\n\r\n\tnpm install opencv\r\n\r\nExample\r\n=======\r\n\r\n\tcv = require 'opencv'\r\n\r\n\r\nBuilding on MacOS X\r\n====================\r\n\r\n\t$ brew install opencv --build32\r\n\t$ node-waf configure build\r\n\t$ coffee scripts/tests\r\n\r\n\r\nBuilding on Windows:\r\n\t1. OpenCV must be installed. Download latest version from http://sourceforge.net/projects/opencvlibrary/files/latest/download\r\n\t2. Extract to a folder, eg C:\\OpenCV\r\n\t3. Open a command prompt and set the environment variable OPENCV_ROOT:\r\n\r\n\t\t\tset OPENCV_ROOT=C:/OpenCV\r\n\t4. Install opencv-node with npm:\r\n\r\n\t\t\tnpm install -g opencv-node\r\n","_id":"opencv-node@0.2.1","dist":{"shasum":"a0d7acee5278b1bd9ddb7066f5850a96cd66879f","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.1.tgz","integrity":"sha512-Bwgg5PjeXG0spqJ+xDXQPWThwEz3tRSmbKaDHs7P8YDtJsw08pFdw2ZqAUoIm15m2GzNMssos14jLOJuF+qwkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrVWeuGCvU+6V+wamSCfeLmTCM3t/7MO8x14dXHPHxuAiEAimE0GA1hLtYzz0iznt+JmcJIlNMCI/P1Ytw6DVAKxhU="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.2":{"name":"opencv-node","description":"Opencv for node","version":"0.2.2","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":"*"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3"},"readme":"Opencvjs\r\n\r\n\r\nPurpose \r\n=======\r\nExpose opencv to the node environment.\r\n\r\n\r\nFeatures\r\n======\r\n\t\r\n\t- cv::Point, cv::Size, cv::Rect, etc replaced by object notation:\r\n\t\tPoint -> {x: 0, y:0}, Size -> {width: 33, height: 33}\r\n\r\n\t- Checks the types of parameters as well as ranges of values on each native call (harder to crash app from script)\r\n\t- Friendly exception messages on invalid parameters \r\n\t\r\n\r\nInstallation\r\n============\r\n\r\n\tnpm install opencv\r\n\r\nExample\r\n=======\r\n\r\n\tcv = require 'opencv'\r\n\r\n\r\nBuilding on MacOS X\r\n====================\r\n\r\n\t$ brew install opencv --build32\r\n\t$ node-waf configure build\r\n\t$ coffee scripts/tests\r\n\r\n\r\nBuilding on Windows:\r\n\t1. OpenCV must be installed. Download latest version from http://sourceforge.net/projects/opencvlibrary/files/latest/download\r\n\t2. Extract to a folder, eg C:\\OpenCV\r\n\t3. Open a command prompt and set the environment variable OPENCV_ROOT:\r\n\r\n\t\t\tset OPENCV_ROOT=C:/OpenCV\r\n\t4. Install opencv-node with npm:\r\n\r\n\t\t\tnpm install -g opencv-node\r\n","_id":"opencv-node@0.2.2","dist":{"shasum":"2fa99aeca50d587ee332ad4601f5a2534f996fc5","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.2.tgz","integrity":"sha512-pH8zCjx602yZksGt6EHAK6Dq4kH+MgDYhUj3Zxnr55P/RYrs53wC7P5R8qXmkNbw2QJ1iR4W+t7W7++Kh7nVtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICzq+6HSY/yU2OBTvVixexYVT0nuXlCTxYeRtaLxTjrtAiEAtjuh53DhgcRZax/GjSIwWq8GQbkMwcv/ytR9+7bLMYw="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.3":{"name":"opencv-node","description":"Opencv for node","version":"0.2.3","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":">=0.8.11"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3","keypress":"*"},"readme":"Opencvjs\r\n\r\nPurpose \r\n=======\r\nExpose opencv to the node environment.\r\n\r\nFeatures\r\n======\r\n\t\r\n\t- cv::Point, cv::Size, cv::Rect, etc replaced by object notation:\r\n\t\tPoint -> {x: 0, y:0}, Size -> {width: 33, height: 33}\r\n\r\n\t- Checks the types of parameters as well as ranges of values on each native call (harder to crash app from script)\r\n\t- Friendly exception messages on invalid parameters \r\n\t\r\n\r\nInstallation\r\n============\r\n\r\n\tnpm install opencv\r\n\r\nExample\r\n=======\r\n\r\n\tcv = require 'opencv'\r\n\r\n\r\nBuilding on MacOS X\r\n====================\r\n\r\n\t$ brew install opencv --build32\r\n\t$ npm install -g opencv-node\r\n\t$ coffee scripts/tests\r\n\r\n\r\nBuilding on Windows:\r\n\t1. OpenCV must be installed. Download latest version from http://sourceforge.net/projects/opencvlibrary/files/latest/download\r\n\t2. Extract to a folder, eg C:\\OpenCV\r\n\t3. Open a command prompt and set the environment variable OPENCV_ROOT:\r\n\t\t\tset OPENCV_ROOT=C:/OpenCV\r\n\r\n\t4. Install opencv-node with npm:\r\n\r\n\t\t\tnpm install -g opencv-node\r\n\r\n\r\nAPI Differences\r\n\r\nSome functions have a more js-friendly API/syntax. \r\nThe void functions which return their output in an argument passed by reference, return the result directly:\r\n\r\n\tcv::split returns an Array and takes only 1 argument\r\n\tcv::HoughCircles returns an Array\r\n\tcv::HoughLines returns an Array\r\n\tcv::cornerSubPix returns an Array\r\n\r\n\t* others?","_id":"opencv-node@0.2.3","dist":{"shasum":"90637d15e451d8fe7f6eeff4bb7eab54fbe57077","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.3.tgz","integrity":"sha512-6sCEhzB/6zcAKunDOGrdrROL+OkhZdciwmegYwQmHy/5fDWDTr4jJbgkuJBl9rD1h3Zaf/c6WjUT1cn4uAfTiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNTDNJHG7/t1Slahye7uwa5POesNlBK09N5U3IfmuCCwIgDbzkYnbnLB6DmKKHlOtxdgmxNcnm8ldLOUSG94sNVJE="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.4":{"name":"opencv-node","description":"Opencv for node","version":"0.2.4","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":">=0.8.11"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3","keypress":"*"},"_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"_id":"opencv-node@0.2.4","devDependencies":{},"_engineSupported":false,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"b08af0eb4b2bf182c8c29b4967a535601cced584","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.4.tgz","integrity":"sha512-sqk2JyF7XkRSZQNZJjRBgXEqI9rhcfRvqzcGPlxoXyiQNrUQ9fVscg7dcFB5QBGqwNzbBzGDKyV4CMtKlqkGow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBT8kQDe6KFcY1JpEcSQ86XU7hhQhFVdsibSM0WVTAVzAiEA4HU0Y5SoPYOaVD62aI097SjauOSxqzBdUeFlzYDCs8A="}]},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.5":{"name":"opencv-node","description":"Opencv for node","version":"0.2.5","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":">=0.8.11"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3","keypress":"*"},"_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"_id":"opencv-node@0.2.5","devDependencies":{},"_engineSupported":false,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"984609a1ee516f782977a650dab34d6d9e648e17","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.5.tgz","integrity":"sha512-7MHItJ0PKqdmAlfv0TZCCXtVKo7bFFUM2hwOM1QqRvrqq9BJR7EzrlHggKpJrVR6x4OQpxbOjrYZBwRmnor3tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw4TXtW3kfaOMv6b+tqItQpPFbwttO9rzPSgUSc2fSIQIgfCyYBuh6EaKU7CujgwV3gJGiQLDoqNXsUyA6PCsMUKM="}]},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]},"0.2.6":{"name":"opencv-node","description":"Opencv for node","version":"0.2.6","homepage":"https://github.com/codeboost/opencv-node","author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"keywords":["opencv"],"scripts":{"install":"node-gyp configure build","test":"coffee script/tests"},"main":"index.js","engines":{"node":">=0.8.11"},"dependencies":{"coffee-script":">=1.3.3","underscore":">=1.3.3","keypress":"*"},"_npmUser":{"name":"codeboost","email":"florin@libertv.ro"},"_id":"opencv-node@0.2.6","devDependencies":{},"_engineSupported":false,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"ae2f9be83be8243f1456cdc7128d3fb47edc3d22","tarball":"https://registry.npmjs.org/opencv-node/-/opencv-node-0.2.6.tgz","integrity":"sha512-2e+j4EvZeLcXmGmkoV4UB5ow0c+gd+EBhYiXFwr4WKsaDiPyN76HMECyX7rMZPuqQMzvyweM4n85Q5Rq413oLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn5BuzpaeVi0XZ9T31uk+pFtZ61NXoo6qwbXyK0VFXpwIgH18pTiY3q3kInXt6MbziEkp7HVZE7b/8ImpyRpJpHVU="}]},"maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}]}},"readme":"Opencvjs\n\n\nPurpose \n=======\nExpose opencv to the node environment.\n\n\nFeatures\n======\n\t\n\t- cv::Point, cv::Size, cv::Rect, etc replaced by object notation:\n\t\tPoint -> {x: 0, y:0}, Size -> {width: 33, height: 33}\n\n\t- Checks the types of parameters as well as ranges of values on each native call (harder to crash app from script)\n\t- Friendly exception messages on invalid parameters \n\t\n\nInstallation\n============\n\n\tnpm install opencv\n\nExample\n=======\n\n\tcv = require 'opencv'\n\n\nBuilding on MacOS X\n====================\n\n\t$ brew install opencv --build32\n\t$ node-waf configure build\n\t$ coffee scripts/tests\n\nIf you want to make changes to the API:\n\n\t$ npm install -g bea\n\t$ cd bea \n\t$ bea opencv.bea -f -o ../src\n\t$ cd ..\n\t$ node-waf configure build","maintainers":[{"name":"codeboost","email":"florin@libertv.ro"}],"time":{"modified":"2022-06-22T23:43:25.549Z","created":"2012-06-25T15:19:00.428Z","0.1.0":"2012-06-25T15:19:02.850Z","0.2.0":"2012-08-25T18:03:53.326Z","0.2.1":"2012-08-25T18:12:36.086Z","0.2.2":"2012-08-25T18:14:29.111Z","0.2.3":"2012-10-12T10:41:25.433Z","0.2.4":"2012-10-19T22:00:23.184Z","0.2.5":"2012-11-02T21:46:24.687Z","0.2.6":"2012-11-02T21:53:30.553Z"},"author":{"name":"Florin Braghis","email":"florin@libertv.ro"},"users":{"cable023":true}}