tag:github.com,2008:https://github.com/atduskgreg/opencv-processing/releasesRelease notes from opencv-processing2017-05-22T00:55:33Ztag:github.com,2008:Repository/9136356/latest2017-05-22T00:57:45Z0.5.4<p>First release in ages!</p>
<ul>
<li>Processing 3 compatibility via fixing size() calls in all the examples (thanks @nextgensparx!)</li>
<li>Raspberry Pi support through armv6hf compatibility (thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gohai/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gohai">@gohai</a>!)</li>
<li>Wrappers for some morphological operations (thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/qwzybug/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/qwzybug">@qwzybug</a>!)</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.5.22017-05-22T00:45:46Z0.5.2<ul>
<li>Implementation of Optical Flow using the Farneback algorithm. See <a href="https://github.com/atduskgreg/opencv-processing/blob/master/examples/OpticalFlow/OpticalFlow.pde">the example</a></li>
<li>Support for arm7 devices (Thanks, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jmwohl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jmwohl">@jmwohl</a>!)</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/lastest2014-12-08T19:31:41Zlastest<p>update properties for release</p>atduskgregtag:github.com,2008:Repository/9136356/v0.5.02014-12-08T19:34:25Z0.5.0<ul>
<li>ByteBuffer loop-less PImage conversion technique from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mudphone/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mudphone">@mudphone</a> should cause significant speedup</li>
<li>Updated all examples to not explicitly call P2D in setup() since that seems to cause problems with contemporary processing.</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.4.52014-10-17T21:01:46Z0.4.5<ul>
<li>Add a version of detect() that allows additional options for detection speed (thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/eyaler/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eyaler">@eyaler</a>).</li>
<li>Add a version of loadCascade() that accepts an absolute path to the cascade xml file so you can load your own.</li>
<li>Add a flip() function for <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bengrosser/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bengrosser">@bengrosser</a>.</li>
<li>Add a helper function for converting OpenCV Rect[] to java.awt Rectangle[] so people can experiment with other detectMultiScale() options.</li>
<li>Add significant amounts of additional Javadocs.</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.4.42014-04-07T21:31:43Z0.4.4<ul>
<li>Finally, actually, fixing support for 64-bit Windows, courtesy of <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zmike808/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zmike808">@zmike808</a>!</li>
</ul>
<p><em>Note: Despite what Github might say, this release was created Mon Jan 20 23:51:58 2014 -0500</em></p>atduskgregtag:github.com,2008:Repository/9136356/v0.4.32014-01-21T05:07:23Z0.4.3<ul>
<li>Include binaries for 64-bit windows</li>
<li>Fixes from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/P0ulp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/P0ulp">@P0ulp</a> for export under Processing 2.1</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.4.22014-01-15T22:20:35Z0.4.2<p>Features:</p>
<ul>
<li>Official support for 32- and 64-bit Linux (thanks Arturo Castro!)</li>
<li>ConvexHull support for Contours</li>
<li>First release meant for inclusion in the Processing contributions manager.</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.4.12013-08-01T16:01:07Z0.4.1<p>Much-improved Windows support and Eclipse compatibility thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/P0ulp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/P0ulp">@P0ulp</a>! Improvements. Plus a few other things!</p>
<ul>
<li>Cascade paths calculate correctly on Windows so face detection works.</li>
<li>Histograms draw correctly on Windows</li>
<li>Updated libs structure</li>
<li>Improved Eclipse compatibility</li>
<li>blur() has options for directionality, i.e. horizontal- or vertical-only blurring</li>
</ul>atduskgregtag:github.com,2008:Repository/9136356/v0.42013-07-10T20:05:57Z0.4<p>First real public release! Features include:</p>
<ul>
<li>Load PImages and files into OpenCV</li>
<li>Support for a bunch of filters: blur, brightness/contrast, threshold, adaptive threshold, range, invert, dilate and erode, histogram equalization, diff, Canny, Sobel, and Scharr edges</li>
<li>Face detection and other cascade-based detection</li>
<li>Contour detection with polygon approximation</li>
<li>Ability to work in grayscale, RGB, or HSV color space (with support for individual color channels)</li>
<li>Histogram calculation</li>
<li>Region of Interest support</li>
<li>Basic camera calibration support</li>
<li>Background subtraction</li>
<li>Min and max support</li>
<li>Based on OpenCV 2.4.5</li>
<li>Tested on 64-bit Mac OS X with Mountain Lion and Lion as well as 32-bit Windows 7</li>
</ul>atduskgreg