Export to GitHub

aforge - default

Source Commits


Commits

Author Date Commit Message
andrew.kirillov Nov 22, 2011 1634 Issue 264: Support for the alpha channel in convolution filters Convolution f
andrew.kirillov Nov 18, 2011 1633 Minor update to sample code in documentation.
andrew.kirillov Nov 17, 2011 1632 Issue 261: VideoFileWriter should implement IDisposable Implemented IDisposable
andrew.kirillov Nov 14, 2011 1631 1) Added IntegralImage.GetHaarXWavelet() and IntegralImage.GetHaarYWavelet(), wh
andrew.kirillov Nov 11, 2011 1630 Issue 262: Convolution filter generating AccessViolationException for 640x480 16
andrew.kirillov Oct 26, 2011 1629 Adding Width and Height properties to IntegralImage.
andrew.kirillov Oct 24, 2011 1628 Fixing AsyncVideoSource so it does full deep cloning of bitmap provided by neste
andrew.kirillov Oct 14, 2011 1627 Changing IVideoSource.BytesReceived property type from int to long, so it may fi
andrew.kirillov Oct 14, 2011 1626 Fixed BytesReceived property of FileVideoSource and VideoCaptureDevice, so those
andrew.kirillov Oct 12, 2011 1625 Improved performance of grayscale filters so those are about ~4.5 times faster d
andrew.kirillov Oct 3, 2011 1624 Added implementation of Run Length Smoothing Algorithm (horizontal and vertical
andrew.kirillov Sep 30, 2011 1623 Fixing few bugs in Blobs Explorer sample application: - If convex hull contain 3
andrew.kirillov Sep 27, 2011 1622 Allow specifying of video stream bit rate when open video file using VideoFileWr
andrew.kirillov Sep 26, 2011 1621 Adding some code comments.
andrew.kirillov Sep 19, 2011 1620 Recreating 2.2.2 version tag.
andrew.kirillov Sep 19, 2011 1619 Deleting 2.2.2 tag.
andrew.kirillov Sep 19, 2011 1618 Restoring tags removed earlier by accident.
andrew.kirillov Sep 19, 2011 1617 Making copy of tags from revision 1615.
andrew.kirillov Sep 19, 2011 1616 Deleting tag.
andrew.kirillov Sep 19, 2011 1615 Fixing version number in release notes.
andrew.kirillov Sep 18, 2011 1614 Making tag for AForge.NET 2.2.2 release.
andrew.kirillov Sep 18, 2011 1613 Added/updated some NuGet packages.
andrew.kirillov Sep 16, 2011 1612 Updated release note.
andrew.kirillov Sep 15, 2011 1611 Minor update to release notes.
andrew.kirillov Sep 15, 2011 1610 Made a note about debugger visualizers.
andrew.kirillov Sep 15, 2011 1609 Changed active target for VS.NET 2010.
andrew.kirillov Sep 15, 2011 1608 Adding debugging visualizer for BitmapData.
andrew.kirillov Sep 15, 2011 1607 Updating Mono project.
andrew.kirillov Sep 14, 2011 1606 Preparing 2.2.2 release ...
andrew.kirillov Sep 13, 2011 1605 Issue 228: Resolution of Bitmap returned by BaseTransformationFilter.Apply is de
andrew.kirillov Sep 12, 2011 1604 Fixed flood fill classes to avoid conversion of pointer to Int32 so they should
andrew.kirillov Sep 12, 2011 1603 Minor fix to documentation.
andrew.kirillov Sep 12, 2011 1602 Added recent images to documentation project.
andrew.kirillov Sep 12, 2011 1601 Issue 173: 16bpp greyscale Masked Filter Added MaskedFiler image processing
andrew.kirillov Sep 11, 2011 1600 Added ApplyMask image processing routine which applies mask to the specified ima
andrew.kirillov Sep 11, 2011 1599 Corrected OpenKinect's DLL name in documentation.
andrew.kirillov Sep 8, 2011 1598 Fixing Motion Detector sample to perform safe update of UI (avoid cross thread a
andrew.kirillov Sep 8, 2011 1597 Updating Mono project.
andrew.kirillov Sep 8, 2011 1596 Extended motion detectors to support 8 bpp grayscale image for motion detection.
andrew.kirillov Sep 7, 2011 1595 Changing algorithm for standard deviation calculation from single-pass to two-pa
andrew.kirillov Sep 6, 2011 1594 - Fixing the bug in VideoCaptureDeviceForm related to capabilities' dictionaries
andrew.kirillov Sep 5, 2011 1593 Changing BayerFilterOptimized image processing routine to support BGGR pattern a
andrew.kirillov Sep 5, 2011 1592 Creating "AForge" folder in LocalApplicationData folder for configuration files
andrew.kirillov Sep 2, 2011 1591 Committing missing files.
andrew.kirillov Sep 2, 2011 1590 Added DebuggerVisualizers solution files for VS.NET 2010, which also reference v
andrew.kirillov Sep 2, 2011 1589 Added Histogram visualizer into AForge.DebuggerVisualizers tool.
andrew.kirillov Sep 2, 2011 1588 - Added Histogram.TotalCount, which represents total count of values contributed
andrew.kirillov Sep 2, 2011 1587 Adding AForge.DebuggerVisualizers tool assembly, which allows visualizing Bitmap
andrew.kirillov Sep 2, 2011 1586 Exposing FocalLength property for POSIT and CoplanarPosit classes so it could be
andrew.kirillov Sep 1, 2011 1585 Added PlayingFinished event to VideoSourcePlayer, so users could track video sto
andrew.kirillov Aug 30, 2011 1584 - Fixed bug in Matrix3x3 add operator, so it adds instead of doing subtraction (
andrew.kirillov Aug 30, 2011 1583 Issue 246: special character (line 394) Video.VFW\win32.cs Replaced invalid cha
andrew.kirillov Aug 30, 2011 1582 Issue 249: memory leak in ToManagedImage Adding try/catch block into UnmanagedI
andrew.kirillov Aug 29, 2011 1581 Added fix to PointsCloud.FindQuadrilateralCorners() so it does provide 2 same co
andrew.kirillov Aug 25, 2011 1580 Updating COM interop definition for few interfaces of DirectShow.
andrew.kirillov Aug 24, 2011 1579 Fixed selection of first available camera - removing reset of video device to nu
andrew.kirillov Aug 22, 2011 1578 Fixing selection of video size, so it does not rely on index of selected item in
andrew.kirillov Aug 22, 2011 1577 Removing some garbage left after testing.
andrew.kirillov Aug 22, 2011 1576 Issue 244: Error in BlobCountingObjectsProcessing constructor Fixed one of th
andrew.kirillov Aug 18, 2011 1575 Fixing few bugs in Chart control: fixed cloning of data input data and fixed dra
andrew.kirillov Aug 17, 2011 1574 Moving VideoCaptureDeviceForm from Player sample application to AForge.Video.Dir
andrew.kirillov Aug 16, 2011 1573 Fixing silly bug - wrong check for even numbers.
andrew.kirillov Aug 13, 2011 1572 Moving documentation project to "Setup" folder, so it stays together with the re
andrew.kirillov Aug 13, 2011 1571 Added optimized version of Bayer filter, which is optimized for GRBG pattern. Co
andrew.kirillov Aug 12, 2011 1570 Renaming folder.
andrew.kirillov Aug 12, 2011 1569 Moving setup project from Sources to Setup folder.
andrew.kirillov Aug 12, 2011 1568 Adding some NuGet specification files, which allow to build/publish NuGet packag
andrew.kirillov Aug 12, 2011 1567 Removing some references, which are not required.
andrew.kirillov Aug 12, 2011 1566 Adding dependency for AForge.Controls on AForge.Imaging in "Build All.sln" solut
andrew.kirillov Aug 12, 2011 1565 Updating some AForge.Controls classes to use AForge.Imaging instead of internal
andrew.kirillov Aug 12, 2011 1564 Added additional camera parameters/enumerations for XIMEA cameras.
andrew.kirillov Aug 10, 2011 1563 Issue 241: HuePicker control it's not shade color Fixing AForge.Imaging.RGB c
andrew.kirillov Aug 4, 2011 1562 Creating tag for 2.2.1 version - minor release just for fixing one exception.
andrew.kirillov Aug 3, 2011 1561 Updating release note and making minor fix before 2.2.1 build.
andrew.kirillov Aug 3, 2011 1560 Preparing for 2.2.1 build which needs to be done to fix recently reported except
andrew.kirillov Aug 3, 2011 1559 Fixing == operator for Line and LineSegment classes, so it does not cause except
andrew.kirillov Aug 1, 2011 1558 Minor documentation correction.
andrew.kirillov Aug 1, 2011 1557 Issue 236: Compile time warnings related to bad XML comments Fixed some documen
andrew.kirillov Jul 30, 2011 1556 Updating documentation for VideoCaptureDevice class to clarify few things.
andrew.kirillov Jul 29, 2011 1555 Added documentation note about some external libraries required by some namespac
andrew.kirillov Jul 27, 2011 1554 AForge.NET 2.2.0 release
andrew.kirillov Jul 27, 2011 1553 2.2.0 release related updates
andrew.kirillov Jul 27, 2011 1552 Fixing minor documentation typo.
andrew.kirillov Jul 26, 2011 1551 Updating file headers for few files.
andrew.kirillov Jul 24, 2011 1550 Minor correction to documentation project.
andrew.kirillov Jul 24, 2011 1549 Minor update to documentation and image file name.
andrew.kirillov Jul 23, 2011 1548 Renaming file to proper name.
andrew.kirillov Jul 23, 2011 1547 Renaming of file to temp name.
andrew.kirillov Jul 23, 2011 1546 Adding missing picture to documentation project.
andrew.kirillov Jul 22, 2011 1545 Updating libfreenect build.
andrew.kirillov Jul 21, 2011 1544 Updated colors of points and axes to make them more visible.
andrew.kirillov Jul 21, 2011 1543 Updating "Pose Estimation 2" sample application: 1) Fixed model definition; 2) F
andrew.kirillov Jul 21, 2011 1542 Making sure that Chart control displays only data which are in the configure x/Y
andrew.kirillov Jul 18, 2011 1541 Added yet another sample application for POSIT and CoPOSIT algorithm, which show
andrew.kirillov Jul 13, 2011 1540 Removing unused file.
andrew.kirillov Jul 13, 2011 1539 Changed Kinect.LedColor property to Kinect.SetLedColor() method.
andrew.kirillov Jul 4, 2011 1538 Fixing a type in property name.
andrew.kirillov Jun 29, 2011 1537 Corrected documentation typo.
andrew.kirillov Jun 28, 2011 1536 Updating release notes for the upcoming 2.2.0 release, which will happen in July
andrew.kirillov Jun 27, 2011 1535 Issue 229: 16-bit greyscale/48-bit RGB support in CanvasMove CanvasMove is ex