Export to GitHub

aforge - default

Source Commits


Commits

Author Date Commit Message
andrew.kirillov@gmail.com Apr 27, 2011 1434 Edited wiki page Features through web user interface.
andrew.kirillov@gmail.com Apr 27, 2011 1433 Edited wiki page Features2 through web user interface.
andrew.kirillov Apr 27, 2011 1432 Adding implementation of POSIT algorithm - 3D pose estimation algorithm describe
andrew.kirillov Apr 26, 2011 1431 Issue 201: Consider merging HuePicker from IPLab into AForge.NET Framework M
andrew.kirillov Apr 25, 2011 1430 Issue 207: Debugging issues in Horizontalintensitystatistics and verticalintens
andrew.kirillov Apr 23, 2011 1429 VideoSourcePlayer is extended to support cameras providing 16 bpp grayscale or 4
andrew.kirillov Apr 23, 2011 1428 Restoring "Build All.sln", which changed by accident recently.
andrew.kirillov Apr 23, 2011 1427 Adding Snapshot Maker sample application, which demonstrates recently added feat
andrew.kirillov Apr 23, 2011 1426 VideoCaptureDevice is extended to support still image snapshots, which can be ma
andrew.kirillov Apr 22, 2011 1425 Updating media event's DirectShow wrapper, so events are correctly detected on 6
andrew.kirillov Apr 22, 2011 1424 Removed debug output.
andrew.kirillov Apr 22, 2011 1423 Added monitoring for EC_DEVICE_LOST event in VideoCaptureDevice, so it stops vid
andrew.kirillov Apr 21, 2011 1422 Typo correction in docs.
andrew.kirillov Apr 21, 2011 1421 Updated Mono project for AForge.dll
andrew.kirillov Apr 21, 2011 1420 Typo correction in docs.
andrew.kirillov Apr 20, 2011 1419 Issue 199: Conversion operators for IntRange and DoubleRange objects 1) Adde
andrew.kirillov Apr 20, 2011 1418 Issue 196: Provide a way to listen to raw protocol (NXT brick) 1) NXTBrick.Sen
andrew.kirillov Apr 13, 2011 1417 Minor documentation corrections.
andrew.kirillov Apr 11, 2011 1416 Issue 197: MJPEGStream.cs enhancements Report to clients about every excepti
andrew.kirillov Apr 11, 2011 1415 Issue 194: Please provide type converters for NXTBrick internal structs Turne
andrew.kirillov Apr 8, 2011 1414 Issue 195: Provide constructor with arguments allowing to initialize NXTBrick i
andrew.kirillov Apr 8, 2011 1413 Issue 197: MJPEGStream.cs enhancements Setting stream's read time-out to the s
andrew.kirillov Apr 5, 2011 1412 Updating IPPrototyper to build fine with recent renaming of DoublePoint structur
andrew.kirillov Apr 5, 2011 1411 Added UnmanagedImage.CollectActivePixels() method, which returns list of pixels'
andrew.kirillov Apr 4, 2011 1410 Improving performance of EuclideanColorFiltering image processing routine.
andrew.kirillov Apr 3, 2011 1409 Added few references to some image processing algorithms, so those guys who don'
andrew.kirillov Apr 1, 2011 1408 Issue 191: Add VLC support to MJPEGStream class Added support for "applicati
andrew.kirillov Mar 31, 2011 1407 Issue 189: Point Grey camera support Adding try/catch blocks around getting
andrew.kirillov Mar 31, 2011 1406 Issue 192: File locked in AForge.Imaging.Formats.ImageDecoder.DecodeFromFile
andrew.kirillov Mar 21, 2011 1405 Added Matrix4x4 structure and some unit tests for it.
andrew.kirillov Mar 21, 2011 1404 Added Matrix3x3.ExtractYawPitchRoll() method to extract yaw/pitch/roll angles fr
andrew.kirillov Mar 17, 2011 1403 1) Marking DoublePoint and DoubleRange as obsolete; 2) Updating code to replace
andrew.kirillov Mar 16, 2011 1402 1) Adding Point structure, which contains X/Y coordinate of float type. DoublePo
andrew.kirillov Mar 16, 2011 1401 Reverting recent accident changes.
andrew.kirillov Mar 5, 2011 1400 Minor documentation corrections.
andrew.kirillov Mar 4, 2011 1399 Adding Vector4 structure, which provides some operation with 4D vectors.
andrew.kirillov Mar 4, 2011 1398 Change naming of some Matrix3x3 methods.
andrew.kirillov Feb 28, 2011 1397 Issue 140: Proxy support for JPEGStream\MJPEGStream Added Proxy property to bot
andrew.kirillov Feb 28, 2011 1396 Issue 187: Fix grouping of video capabilities Updating VideoCapabilities class
andrew.kirillov Feb 28, 2011 1395 Some more unit tests are added to the Matrix3x3 structure.
andrew.kirillov Feb 28, 2011 1394 Fixing a minor bug reported in documentation area.
andrew.kirillov Feb 27, 2011 1393 Minor corrections to documentation.
andrew.kirillov Feb 27, 2011 1392 Add few tests for Matrix3x3. More to come.
andrew.kirillov Feb 27, 2011 1391 Adding Matrix3x3 structure which provides some operations on 3x3 matrices. Unit
andrew.kirillov Feb 25, 2011 1390 Adding Math.Vector3 structure which provides some operations on 3D vectors.
andrew.kirillov Feb 23, 2011 1389 Fixing minor documentation typos.
andrew.kirillov Feb 6, 2011 1388 Added recent images into documentation project file.
andrew.kirillov Feb 4, 2011 1387 Issue 164: Converting an Image between Rectangular and Polar Coordinates Add
andrew.kirillov Feb 2, 2011 1386 Issue 164: Converting an Image between Rectangular and Polar Coordinates Added
andrew.kirillov@gmail.com Jan 25, 2011 1385 Edited wiki page Features2 through web user interface.
andrew.kirillov@gmail.com Jan 25, 2011 1384 Edited wiki page Features2 through web user interface.
andrew.kirillov Jan 20, 2011 1383 Minor update to AsyncVideoSource class - changing manual reset event to auto res
andrew.kirillov Jan 20, 2011 1382 Moving invalidate request out of lock statement in VideoSourcePlayer control, so
andrew.kirillov Jan 20, 2011 1381 Reverting previous commit.
andrew.kirillov Jan 20, 2011 1380 Moving invalidate request out of lock statement in VideoSourcePlayer control, so
andrew.kirillov Jan 14, 2011 1379 Correcting minor documentation typos.
andrew.kirillov Jan 13, 2011 1378 AForge.NET framework 2.1.5 release.
andrew.kirillov Jan 12, 2011 1377 Including recent images into documentation project file.
andrew.kirillov Jan 11, 2011 1376 2.1.5 release related updates.
andrew.kirillov Jan 11, 2011 1375 Issue 182: Make PointsCloud accept a wider variety of arguments Changed methods
andrew.kirillov Jan 10, 2011 1374 Increasing version numbers of the components, which were updated since the last
andrew.kirillov Jan 10, 2011 1373 Issue 178: HueModifier does not work with 32bpp images Fixed HueModifier imag
andrew.kirillov Jan 10, 2011 1372 Improving boundary parsing in MJPEGStream video source class, so it accepts more
andrew.kirillov Jan 8, 2011 1371 !! Backward compatibility breaking change !! Changing type of Blob.Image from Bi
andrew.kirillov Jan 8, 2011 1370 Adding recently added image to documentation project.
andrew.kirillov Jan 8, 2011 1369 Issue 181: Bicubic resize kernel is badly implemented Changing bicubic kernel f
andrew.kirillov Jan 7, 2011 1368 Issue 160: Blob Detection problem with certain aspect ratio rectangles. 1) Fi
andrew.kirillov Jan 7, 2011 1367 Fixing PointsCloud.FindQuadrilateralCorners() so it does not return 4 corners in
andrew.kirillov Jan 5, 2011 1366 Adding AsyncVideoSource, which is a proxy video source for asynchronous processi
andrew.kirillov Jan 3, 2011 1365 Fixed bug in disposing of DirectShow AMMediaType structure. The bug was introduc
andrew.kirillov Jan 3, 2011 1364 Fixed bug in disposing of DirectShow AMMediaType structure. The bug was introduc
andrew.kirillov Dec 27, 2010 1363 Adding recent images into documentation project.
andrew.kirillov Dec 22, 2010 1362 Added WhitePixelsCount property to both ThresholdedDifference and ThresholdedEuc
andrew.kirillov Dec 21, 2010 1361 Adding ThresholdedDifference and ThresholdedEuclideanDifference, which calculate
andrew.kirillov Dec 13, 2010 1360 Adding local thresholding routine described by Derek Bradley and Gerhard Roth in
andrew.kirillov Dec 13, 2010 1359 Small improvement in Integral Image calculation for minor calculation speed-up.
andrew.kirillov Dec 13, 2010 1358 Minor type fix in documentation sample.
andrew.kirillov Dec 13, 2010 1357 Adding unit test for AForge.Math.Metrics classes contributed in ticket #169.
andrew.kirillov Dec 6, 2010 1356 Merging patches given in ticket #169 - fix to cosine distance/similarity and jac
andrew.kirillov Dec 3, 2010 1355 Correcting documentation for some color dithering classes. Including new AForge.
andrew.kirillov Dec 3, 2010 1354 Issue 20: Color Reduction functionality Completing color reduction functionalit
andrew.kirillov Dec 2, 2010 1353 Added median cut color quantization algorithms. Also added helper ColorImageQuan
andrew.kirillov Nov 25, 2010 1352 Merging patch from ticket #175 - Line.GetIntersectionWith() now also returns nul
andrew.kirillov Nov 25, 2010 1351 Issue 152: Slow performance of PermutationChromosome.CreateChildUsingCrossover
andrew.kirillov Nov 19, 2010 1350 Update documentation project to include demo image of previously added FillHoles
andrew.kirillov Nov 19, 2010 1349 Adding FillHoles image processing routine, which allows to fill black holes in w
andrew.kirillov Nov 18, 2010 1348 Issue 155: Deadlock with out-of-order calling of VideoSourcePlayer.WaitForStop a
andrew.kirillov Nov 17, 2010 1347 Issue 157: MJPEGStream could handle incorrect boundary values Updating MJPEGStr
andrew.kirillov Nov 16, 2010 1346 Issue 175: LineSegment.DistanceToPoint and GetIntersectionWith functions Mergin
andrew.kirillov Nov 15, 2010 1345 Issue 154: PointedColorFloodFill causing Stack Overflow Changing implementation
andrew.kirillov Nov 13, 2010 1344 Issue 174: More Line construction options. Merging the contributed code, whic
andrew.kirillov Nov 13, 2010 1343 Added AForge.Math.Metrics namespace description into documentation project.
andrew.kirillov Nov 13, 2010 1342 Added Equals() and GetHashCode() to IntPoint and DoublePoint, so compiler does n
andrew.kirillov Nov 12, 2010 1341 Issue 151: Add support for 32-bits ARGB images in the CornersMarker filter Ad
andrew.kirillov Nov 12, 2010 1340 Issue 169: Distance and Similarity metrics Committing contributed code, which i
andrew.kirillov Nov 12, 2010 1339 Reverting changes to Build All.sln done by accident in the previous commit.
andrew.kirillov Nov 12, 2010 1338 Issue 163: *Point.DistanceToLine method Merged Line.DistanceToPoint() method, w
andrew.kirillov Nov 11, 2010 1337 Issue 152: Slow performance of PermutationChromosome.CreateChildUsingCrossover
andrew.kirillov Nov 11, 2010 1336 Introducing Line class in AForge.Math.Geometry, which is supposed to keep lines'
andrew.kirillov Nov 10, 2010 1335 Issue 166: Find line intersections Merging the contributed code, which finds in