Last 30 days
-
issue 115
(Otsu thresholding enhancement) changed by andrew.kirillov
-
Status:
Fixed
Labels:
Type-Enhancement Priority-Medium Project-Imaging
Status:
Fixed
Labels:
Type-Enhancement Priority-Medium Project-Imaging
-
r1151
(Issue 115: Otsu thresholding enhancement
Added CalculateThr...) committed by andrew.kirillov
- Issue 115 : Otsu thresholding enhancement
Added CalculateThreshold() method into 3 adaptive thresholding classes, which allows to calculate
threshold only without applying it to image.
Issue 115 : Otsu thresholding enhancement
Added CalculateThreshold() method into 3 adaptive thresholding classes, which allows to calculate
threshold only without applying it to image.
-
issue 114
(Division by zero) changed by andrew.kirillov
-
Status:
Fixed
Labels:
Type-Defect Priority-Medium Project-Controls
Status:
Fixed
Labels:
Type-Defect Priority-Medium Project-Controls
-
r1150
(Issue 114: Division by zero
Added check for max equals to z...) committed by andrew.kirillov
- Issue 114 : Division by zero
Added check for max equals to zero to avoid painting histogram when there is nothing to paint
actually.
Issue 114 : Division by zero
Added check for max equals to zero to avoid painting histogram when there is nothing to paint
actually.
-
r1149
(Added Image.FromFile() method to workaround the issue of sta...) committed by andrew.kirillov
- Added Image.FromFile() method to workaround the issue of standard .NET method, which locks file
until image object is disposed.
Added Image.FromFile() method to workaround the issue of standard .NET method, which locks file
until image object is disposed.
-
r1148
(Fixing XML documentation.) committed by andrew.kirillov
- Fixing XML documentation.
Fixing XML documentation.
-
r1147
(- Adding method to access I2C devices connected to SRV-1/SVS...) committed by andrew.kirillov
- - Adding method to access I2C devices connected to SRV-1/SVS robots.
- Removing for new line check for replies which start with '##'. The SRV-1 protocol is real pain to
work with.
- Adding method to access I2C devices connected to SRV-1/SVS robots.
- Removing for new line check for replies which start with '##'. The SRV-1 protocol is real pain to
work with.
-
-
Earlier this year
-
r1146
(Minor correction to documentation.) committed by andrew.kirillov
- Minor correction to documentation.
Minor correction to documentation.
-
r1145
(New branch for Fabio Caversan.) committed by andrew.kirillov
- New branch for Fabio Caversan.
New branch for Fabio Caversan.
-
r1144
(Deleting 2.1 branch since this was already merged into trunk...) committed by andrew.kirillov
- Deleting 2.1 branch since this was already merged into trunk and released.
Deleting 2.1 branch since this was already merged into trunk and released.
-
-
-
r1142
(Issue 113: DisplayPropertyPage in directshow in vista/Window...) committed by andrew.kirillov
- Issue 113 : DisplayPropertyPage in directshow in vista/Windows 7 fails
Applying the fix recommended in the comment to the issue - seems to work (replacing olepro32.dll to
oleaut32.dll for OleCreatePropertyFrame() API call).
Issue 113 : DisplayPropertyPage in directshow in vista/Windows 7 fails
Applying the fix recommended in the comment to the issue - seems to work (replacing olepro32.dll to
oleaut32.dll for OleCreatePropertyFrame() API call).
-
r1141
(Minor updates to documentation.) committed by andrew.kirillov
- Minor updates to documentation.
Minor updates to documentation.
-
issue 113
(DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by superdenn
-
-
r1140
(Updating install script - after installation of AForge.NET F...) committed by andrew.kirillov
- Updating install script - after installation of AForge.NET Framework its assemblies will be seen on
.NET page of "Add Reference" dialog in VS.NET
Updating install script - after installation of AForge.NET Framework its assemblies will be seen on
.NET page of "Add Reference" dialog in VS.NET
-
r1139
(Updating titles of all assemblies, so they look nice if they...) committed by andrew.kirillov
- Updating titles of all assemblies, so they look nice if they are registered on the .NET page of "Add
Reference" dialog in VS.NET
Updating titles of all assemblies, so they look nice if they are registered on the .NET page of "Add
Reference" dialog in VS.NET
-
r1138
(AForge.NET framework 2.1.0 release) committed by andrew.kirillov
- AForge.NET framework 2.1.0 release
AForge.NET framework 2.1.0 release
-
r1137
(Deleting tag, which has a small issue.) committed by andrew.kirillov
- Deleting tag, which has a small issue.
Deleting tag, which has a small issue.
-
-
-
-
r1136
((Post fix) Updating mono project.
) committed by andrew.kirillov
- (Post fix) Updating mono project.
(Post fix) Updating mono project.
-
r1135
((Post fix) Fixing class name of Graham convex hull algorithm...) committed by andrew.kirillov
- (Post fix) Fixing class name of Graham convex hull algorithm. New release will be done soon.
(Post fix) Fixing class name of Graham convex hull algorithm. New release will be done soon.
-
issue 113
(DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by kingjuk
-
-
-
-
issue 113
(DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by kingjuk
-
-
r1134
(AForge.NET Framework 2.1.0 release) committed by andrew.kirillov
- AForge.NET Framework 2.1.0 release
AForge.NET Framework 2.1.0 release
-
issue 113
(DisplayPropertyPage in directshow in vista/Windows 7 fails) changed by andrew.kirillov
-
Status:
Released
Labels:
−Milestone-Coming
Status:
Released
Labels:
−Milestone-Coming
-
issue 106
(DisplayPropertyPage problem - Filter can't create twice) changed by andrew.kirillov
-
Status:
Released
Labels:
−Milestone-Coming
Status:
Released
Labels:
−Milestone-Coming
-
-
-
-
r1133
(Release 2.1.0 related updates.) committed by andrew.kirillov
- Release 2.1.0 related updates.
Release 2.1.0 related updates.
-
r1132
(Fixed build issue of TSP sample for Genetic Algorithms.) committed by andrew.kirillov
- Fixed build issue of TSP sample for Genetic Algorithms.
Fixed build issue of TSP sample for Genetic Algorithms.
-
r1131
(Added possibility to configure HTTP User Agent for MJPEG req...) committed by andrew.kirillov
- Added possibility to configure HTTP User Agent for MJPEG requests. By default it is set to
"Mozilla/5.0".
Added possibility to configure HTTP User Agent for MJPEG requests. By default it is set to
"Mozilla/5.0".
-
r1130
(Updating versions of all assemblies - preparing for release.) committed by andrew.kirillov
- Updating versions of all assemblies - preparing for release.
Updating versions of all assemblies - preparing for release.
-
r1129
(Updating Assembly Info for Blobs Explorer sample.) committed by andrew.kirillov
- Updating Assembly Info for Blobs Explorer sample.
Updating Assembly Info for Blobs Explorer sample.
-
r1128
(- Adding SRV-1 test application;
- Minor updates to SVS test...) committed by andrew.kirillov
- - Adding SRV-1 test application;
- Minor updates to SVS test application.
- Adding SRV-1 test application;
- Minor updates to SVS test application.
-
r1127
(- Adding direct motors control to SVS test application;
- Ad...) committed by andrew.kirillov
- - Adding direct motors control to SVS test application;
- Added About box;
- Minor updates to Surveyor namespace.
- Adding direct motors control to SVS test application;
- Added About box;
- Minor updates to Surveyor namespace.
-
r1126
(Added framework's build instructions.) committed by andrew.kirillov
- Added framework's build instructions.
Added framework's build instructions.
-
r1125
(Merging 2.1 branch into trunk.) committed by andrew.kirillov
- Merging 2.1 branch into trunk.
Merging 2.1 branch into trunk.
-
r1124
(- Some documentation updates to SRV1 class.
- Removing rotat...) committed by andrew.kirillov
- - Some documentation updates to SRV1 class.
- Removing rotation buttons from SVS test application. Some other minor updates to the application.
- Some documentation updates to SRV1 class.
- Removing rotation buttons from SVS test application. Some other minor updates to the application.
-
r1123
(- Updating SVS test application.
- Minor modifications in Su...) committed by andrew.kirillov
- - Updating SVS test application.
- Minor modifications in Surveyor namespace.
- Updating SVS test application.
- Minor modifications in Surveyor namespace.
-
r1122
(Some minor improvements to communication with SRV-1.) committed by andrew.kirillov
- Some minor improvements to communication with SRV-1.
Some minor improvements to communication with SRV-1.
-
r1121
(Completing documentation for the AForge.Robotics.Surveyor cl...) committed by andrew.kirillov
- Completing documentation for the AForge.Robotics.Surveyor classes.
Completing documentation for the AForge.Robotics.Surveyor classes.
-
r1120
(- Added AForge.Robotics.Surveyor project to Build All soluti...) committed by andrew.kirillov
- - Added AForge.Robotics.Surveyor project to Build All solution.
- Added the namespace to documentation.
- Some minor updates to documentation
- Added AForge.Robotics.Surveyor project to Build All solution.
- Added the namespace to documentation.
- Some minor updates to documentation
|