Export to GitHub

aforge - default

Source Commits


Commits

Author Date Commit Message
andrew.kirillov Mar 30, 2010 1234 Adding initial skeleton of Atlas Math library wrapper.
nagl.frank Mar 25, 2010 1233 Options structure of ample application 'ShaderBasedImageProcessor' improved. Add
nagl.frank Mar 24, 2010 1232 [Imaging.ShaderBased] HLSLExtractChannel-filter added. HLSLThreshold-filter ad
andrew.kirillov Mar 23, 2010 1231 Adding initial implementation DoubleVector class and corresponding unit test.
andrew.kirillov Mar 23, 2010 1230 Renaming tests' class names to match name of testing class plus "Test" suffix in
andrew.kirillov Mar 23, 2010 1229 Merging bug fix for ClosePointsMergingOptimizer.
andrew.kirillov Mar 23, 2010 1228 Added new unit test for AForge.Math.Geometry.ClosePointsMergingOptimizer class.
andrew.kirillov Mar 23, 2010 1227 Fixing a bug in ClosePointsMergingOptimizer, when optimizer makes wrong assumpti
nagl.frank Mar 23, 2010 1226 [Imaging.ShaderBased] HLSLReplaceChannel-filter added. HLSLBaseFilter.CreateTex
andrew.kirillov Mar 18, 2010 1225 Committing some missing file recently added to the project.
andrew.kirillov Mar 14, 2010 1224 Adding some more unit test to recent features.
andrew.kirillov Mar 13, 2010 1223 Removing MbUnit test project, since it seems that its GUI does not present in fr
andrew.kirillov Mar 13, 2010 1222 Some modifications to unit test, so they run on fresh Galio setup.
andrew.kirillov Mar 13, 2010 1221 Renaming solution file which is supposed to build all unit test.
andrew.kirillov Mar 13, 2010 1220 Adding some initial unit tests for recently added features.
andrew.kirillov Mar 13, 2010 1219 Branch for some new features to appear in 2.2 version.
andrew.kirillov Mar 13, 2010 1218 Fixing bug in LineStraighteningOptimizer - if the last point of a shape should n
andrew.kirillov Mar 13, 2010 1217 - Adding new shape optimization algorithm - ClosePointsMergingOptimizer, which m
andrew.kirillov Mar 13, 2010 1216 Minor update to documentation.
andrew.kirillov Mar 12, 2010 1215 Adding new shape optimization algorithm - LineStraighteningOptimizer, which remo
andrew.kirillov Mar 12, 2010 1214 Updating documentation to include images added in the previous commit.
andrew.kirillov Mar 12, 2010 1213 Adding interface for shape optimizers and its first implementation - FlatAnglesO
andrew.kirillov Mar 10, 2010 1212 AForge.NET Framework 2.1.2 release
andrew.kirillov Mar 10, 2010 1211 Some corrections to 2.1.2 release notes.
andrew.kirillov Mar 10, 2010 1210 Release 2.1.2 related updates.
andrew.kirillov Mar 9, 2010 1209 Removing an old branch which was created for Vincent Mailot - one of those, who
andrew.kirillov Mar 9, 2010 1208 - Added two more properties into Blob class, which are calculated by BlobCounter
andrew.kirillov Mar 8, 2010 1207 Optimizing calculation of standard deviation by doing single pass through histog
andrew.kirillov Mar 8, 2010 1206 Fixed bug in ContinuousHistogram class, which was causing wrong calculation of m
nagl.frank Mar 5, 2010 1205 Fixed graphics device bug. Moved images to Sources/Imaging.ShaderBased/Images.
nagl.frank Mar 4, 2010 1204 [Imaging.ShaderBased] HLSLGrayscale-, HLSLSepia- and HLSLSobelEdgeDetector-filte
andrew.kirillov Mar 2, 2010 1203 Updating documentation project with new images.
andrew.kirillov Mar 2, 2010 1202 Surveyor SRV-1 and SVS sample are update to use AForge.Controls.SliderControl, w
andrew.kirillov Mar 1, 2010 1201 Issue 58: Image Warping Added ImageWarp image processing filter, which sets pix
nagl.frank Feb 28, 2010 1200 [Imaging.ShaderBased] Small changes in concept of HLSLBaseFilter.
andrew.kirillov Feb 26, 2010 1199 Adding check to make sure stopEvent is not null, which may happen when tread is
andrew.kirillov Feb 26, 2010 1198 Adding pictures to documentation project, which were recently used in XML docume
andrew.kirillov Feb 26, 2010 1197 Adding manipulator's position correction when set using property.
andrew.kirillov Feb 26, 2010 1196 Adding WaterWave filter - image processing filter implementing simple water wave
andrew.kirillov Feb 26, 2010 1195 Fixing minor documentation issues in texture classes.
andrew.kirillov Feb 25, 2010 1194 Reverting accident changes to Build All.sln, which were made in revision 1190.
andrew.kirillov Feb 25, 2010 1193 Minor correction to SliderControl - using Cursor.Hand when dragging mouse.
andrew.kirillov Feb 25, 2010 1192 Adding slider control, which allows dragging manipulator in [-1, 1] range.
andrew.kirillov Feb 25, 2010 1191 Minor correction to ManipulatorControl - adding immediate PositionChanged even f
andrew.kirillov Feb 25, 2010 1190 Minor correction to ManipulatorControl - adjusting margins so manipulator fits i
andrew.kirillov Feb 25, 2010 1189 Issue 129: GaussianGenerator constructor ignores the seed value Update construc
nagl.frank Feb 24, 2010 1188 Adding several filter to Imaging.ShaderBased library (HLSLSepia, HLSLGrayscale,
andrew.kirillov Feb 24, 2010 1187 Issue 127: DirectShow video player cannot play .wmv Using IGraphBuilder.AddSou
andrew.kirillov Feb 24, 2010 1186 Issue 125: DisplayPropertyPage() method brings up locked properties panel Chang
andrew.kirillov Feb 24, 2010 1185 Issue 128: COM objects not freed in DirectShow player Fixing some memory leaks
andrew.kirillov Feb 23, 2010 1184 Tiny correction in documentation.
andrew.kirillov Feb 23, 2010 1183 Minor change in documentation to fix build warning.
andrew.kirillov Feb 23, 2010 1182 Adding AForge.Controls.Joystick class, which represent a simple wrapper around W
nagl.frank Feb 23, 2010 1181 Adding Imaging.ShaderBased name space including IShaderProcessor interface for s
nagl.frank Feb 22, 2010 1180 Updating Frank Nagl's branch to AForge.NET v2.1.1.
andrew.kirillov Feb 17, 2010 1179 Changing parameters type from byte to int for ControlServos() method to avoid an
andrew.kirillov Feb 17, 2010 1178 Changed delay before notifying user from 100 ms to 50 ms in ManipulatorColor.
andrew.kirillov Feb 17, 2010 1177 Fixing bug in SVS.Disconnect() method - wrong object was accessed for aborting r
andrew.kirillov Feb 17, 2010 1176 Fixing exception in ManipulatorColor, which happens when control's size is small
andrew.kirillov Feb 16, 2010 1175 Removing ManipulatorControl from SRVTest and SVSTest sample applications, since
andrew.kirillov Feb 15, 2010 1174 Added operator for implicit casting of IntPoint to DoublePoint, so integer point
andrew.kirillov Feb 12, 2010 1173 - Adding addition, subtraction, multiplication and division operators between In
andrew.kirillov Feb 12, 2010 1172 Issue 126: Documentation to BlobCounterBase Class Fixed sample code in document
andrew.kirillov Feb 12, 2010 1171 Add PointsCloud.GetBoundingRectangle() method to search for minimum/maximum X/Y
andrew.kirillov Feb 12, 2010 1170 Added BlobCounterBase.GetBlobsEdgePoints() method, which return unsorted list of
andrew.kirillov Feb 10, 2010 1169 HoughTransformation sample application is updated to use new Drawing.Line() meth
andrew.kirillov Feb 10, 2010 1168 HoughCircleTransformation is update to return zero length array of circles inste
andrew.kirillov Feb 9, 2010 1167 Merging trunk with fabio.caversan branch to get latest updates to AForge.Fuzzy.
fabio.caversan Feb 9, 2010 1166 NOT operator included in Rule class documentation.
andrew.kirillov Feb 8, 2010 1165 Updating documentation for ManipulatorColor class.
andrew.kirillov Feb 8, 2010 1164 Adding ManipulatorColor to AForge.Controls namespace, so it is no longer require
andrew.kirillov Feb 4, 2010 1163 - Fixing MJPEGStream to skip clients' notification, if the video source was requ
andrew.kirillov Feb 4, 2010 1162 Removing generation of exception in the case if user tries to change video sourc
andrew.kirillov Feb 4, 2010 1161 Merging trunk with fabio.caversan branch to get latest updates to AForge.Fuzzy.
andrew.kirillov Feb 4, 2010 1160 - Minor update to coding style. - Minor update in copyright placed in files' hea
fabio.caversan Feb 3, 2010 1159 Sample changed to use the NOT operator in some rules, just to have an example of
fabio.caversan Feb 3, 2010 1158 Minor fixes in Norms documentation. NOT operator functionality implemented, prep
andrew.kirillov Jan 29, 2010 1157 Fixed a rounding bug in Hough Line Transformation, causing unnecessary doubling
andrew.kirillov Jan 24, 2010 1156 AForge.NET Framework 2.1.1 release
andrew.kirillov Jan 24, 2010 1155 Release 2.1.1 related updates.
andrew.kirillov Jan 18, 2010 1154 Issue 121: RotateBilinear optimization Some optimizations are done for RotateB
andrew.kirillov Jan 18, 2010 1153 Fixing typo in XML documentation.
andrew.kirillov Dec 31, 2009 1152 Issue 116: DoublePoint Fixed operator- for DoublePoint and IntPoint classes.
andrew.kirillov Dec 16, 2009 1151 Issue 115: Otsu thresholding enhancement Added CalculateThreshold() method into
andrew.kirillov Dec 16, 2009 1150 Issue 114: Division by zero Added check for max equals to zero to avoid paintin
andrew.kirillov Dec 16, 2009 1149 Added Image.FromFile() method to workaround the issue of standard .NET method, w
andrew.kirillov Dec 8, 2009 1148 Fixing XML documentation.
andrew.kirillov Dec 8, 2009 1147 - Adding method to access I2C devices connected to SRV-1/SVS robots. - Removing
andrew.kirillov Nov 26, 2009 1146 Minor correction to documentation.
andrew.kirillov Nov 25, 2009 1145 New branch for Fabio Caversan.
andrew.kirillov Nov 25, 2009 1144 Deleting 2.1 branch since this was already merged into trunk and released.
andrew.kirillov Nov 25, 2009 1143 Deleting old branch.
andrew.kirillov Nov 23, 2009 1142 Issue 113: DisplayPropertyPage in directshow in vista/Windows 7 fails Applying
andrew.kirillov Nov 21, 2009 1141 Minor updates to documentation.
andrew.kirillov Nov 10, 2009 1140 Updating install script - after installation of AForge.NET Framework its assembl
andrew.kirillov Nov 10, 2009 1139 Updating titles of all assemblies, so they look nice if they are registered on t
andrew.kirillov Nov 7, 2009 1138 AForge.NET framework 2.1.0 release
andrew.kirillov Nov 7, 2009 1137 Deleting tag, which has a small issue.
andrew.kirillov Nov 6, 2009 1136 (Post fix) Updating mono project.
andrew.kirillov Nov 6, 2009 1135 (Post fix) Fixing class name of Graham convex hull algorithm. New release will b