My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 16, 2009
    issue 115 (Otsu thresholding enhancement) changed by andrew.kirillov   -   Added CalculateThreshold() method into 3 adaptive thresholding classes, which allows to calculate threshold only without applying it to image. Committed in revision 1151. Will be released in 2.1.x version.
    Status: Fixed
    Labels: Type-Enhancement Priority-Medium Project-Imaging
    Added CalculateThreshold() method into 3 adaptive thresholding classes, which allows to calculate threshold only without applying it to image. Committed in revision 1151. Will be released in 2.1.x version.
    Status: Fixed
    Labels: Type-Enhancement Priority-Medium Project-Imaging
  • Dec 16, 2009
    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.
  • Dec 16, 2009
    issue 114 (Division by zero) changed by andrew.kirillov   -   Added check for max equals to zero to avoid painting histogram when there is nothing to paint actually. Committed in revision 1150. Will be released in 2.1.x.
    Status: Fixed
    Labels: Type-Defect Priority-Medium Project-Controls
    Added check for max equals to zero to avoid painting histogram when there is nothing to paint actually. Committed in revision 1150. Will be released in 2.1.x.
    Status: Fixed
    Labels: Type-Defect Priority-Medium Project-Controls
  • Dec 16, 2009
    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.
  • Dec 16, 2009
    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.
  • Dec 08, 2009
    r1148 (Fixing XML documentation.) committed by andrew.kirillov   -   Fixing XML documentation.
    Fixing XML documentation.
  • Dec 08, 2009
    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.
  • Dec 03, 2009
    issue 115 (Otsu thresholding enhancement) reported by Qbit86   -   Current Otsu thresholding isn't atomic enouhg, it performs several functions at the same time: 1) looks for the threshold, 2) applies it to the image. It would be nice if there were ability to compute and cache threshold separatly to avoid overhead of unnecessary image transform. > What version of the product are you using? 2.0.1
    Current Otsu thresholding isn't atomic enouhg, it performs several functions at the same time: 1) looks for the threshold, 2) applies it to the image. It would be nice if there were ability to compute and cache threshold separatly to avoid overhead of unnecessary image transform. > What version of the product are you using? 2.0.1
  • Dec 02, 2009
    issue 114 (Division by zero) reported by sotoisra24   -   First sorry for my english. I am doing test with GestureRecognition, I am showing in real time the histogram in the left side of me videosourceplayer, the histogram is showing correctly but when i do not move, the histogram should be disappears, and is when crash because max is zero and is doing division by zero. // scaling factor double factor = (double) ( ( vertical ) ? width : height ) / ( ( logarithmic ) ? maxLogarithmic : max ); line 355, 356, 357 AForge.Controls.Histogram.cs
    First sorry for my english. I am doing test with GestureRecognition, I am showing in real time the histogram in the left side of me videosourceplayer, the histogram is showing correctly but when i do not move, the histogram should be disappears, and is when crash because max is zero and is doing division by zero. // scaling factor double factor = (double) ( ( vertical ) ? width : height ) / ( ( logarithmic ) ? maxLogarithmic : max ); line 355, 356, 357 AForge.Controls.Histogram.cs

Earlier this year

  • Nov 26, 2009
    r1146 (Minor correction to documentation.) committed by andrew.kirillov   -   Minor correction to documentation.
    Minor correction to documentation.
  • Nov 25, 2009
    r1145 (New branch for Fabio Caversan.) committed by andrew.kirillov   -   New branch for Fabio Caversan.
    New branch for Fabio Caversan.
  • Nov 25, 2009
    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.
  • Nov 25, 2009
    r1143 (Deleting old branch.) committed by andrew.kirillov   -   Deleting old branch.
    Deleting old branch.
  • Nov 23, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) Status changed by andrew.kirillov   -   Thank you for the hint. It seems to work. Committed in revision 1142. Will be released in 2.1.x version.
    Status: Fixed
    Thank you for the hint. It seems to work. Committed in revision 1142. Will be released in 2.1.x version.
    Status: Fixed
  • Nov 23, 2009
    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).
  • Nov 21, 2009
    r1141 (Minor updates to documentation.) committed by andrew.kirillov   -   Minor updates to documentation.
    Minor updates to documentation.
  • Nov 20, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by superdenn   -   I have solution for the problem. The olepro32.dll is not in System32 folder, so it is only x86 version. But OleCreatePropertyFrame method oresent also in library oleaut32.dll, which is present in System32 folder. So simple change in Win32.cs file in the line DllImport() from olepro32.dll to oleaut32.dll solves the problem. (After recompiling)
    I have solution for the problem. The olepro32.dll is not in System32 folder, so it is only x86 version. But OleCreatePropertyFrame method oresent also in library oleaut32.dll, which is present in System32 folder. So simple change in Win32.cs file in the line DllImport() from olepro32.dll to oleaut32.dll solves the problem. (After recompiling)
  • Nov 10, 2009
    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
  • Nov 10, 2009
    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
  • Nov 07, 2009
    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
  • Nov 07, 2009
    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.
  • Nov 06, 2009
    AForge.NET Framework-2.1.0-(libs only).zip (AForge.NET Framework 2.1.0 ZIP with libraries only) file uploaded by andrew.kirillov   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 06, 2009
    AForge.NET Framework-2.1.0.zip (AForge.NET Framework 2.1.0 ZIP) file uploaded by andrew.kirillov   -  
    Labels: Type-Archive OpSys-All Featured
    Labels: Type-Archive OpSys-All Featured
  • Nov 06, 2009
    AForge.NET Framework-2.1.0.exe (AForge.NET Framework 2.1.0 Installation ) file uploaded by andrew.kirillov   -  
    Labels: Type-Installer OpSys-Windows Featured
    Labels: Type-Installer OpSys-Windows Featured
  • Nov 06, 2009
    r1136 ((Post fix) Updating mono project. ) committed by andrew.kirillov   -   (Post fix) Updating mono project.
    (Post fix) Updating mono project.
  • Nov 06, 2009
    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.
  • Nov 05, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by kingjuk   -   Sorry got busy with other stuff and now I'm back to it.
    Sorry got busy with other stuff and now I'm back to it.
  • Nov 05, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) Status changed by andrew.kirillov   -  
    Status: InHold
    Status: InHold
  • Nov 05, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by andrew.kirillov   -   That is bad. Where have you been before when I was asking for additional details? Anyway. Don't have 64 bit system now, so the fix will need to wait.
    That is bad. Where have you been before when I was asking for additional details? Anyway. Don't have 64 bit system now, so the fix will need to wait.
  • Nov 05, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) commented on by kingjuk   -   I get an exception. I am using 64 bit machine. It says olepro32.dll not found
    I get an exception. I am using 64 bit machine. It says olepro32.dll not found
  • Nov 05, 2009
    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
  • Nov 05, 2009
    issue 113 (DisplayPropertyPage in directshow in vista/Windows 7 fails) changed by andrew.kirillov   -  
    Status: Released
    Labels: Milestone-Coming
    Status: Released
    Labels: Milestone-Coming
  • Nov 05, 2009
    issue 106 (DisplayPropertyPage problem - Filter can't create twice) changed by andrew.kirillov   -  
    Status: Released
    Labels: Milestone-Coming
    Status: Released
    Labels: Milestone-Coming
  • Nov 05, 2009
    AForge.NET Framework-2.1.0-(libs only).zip (AForge.NET Framework 2.1.0 ZIP with libraries only ) file uploaded by andrew.kirillov   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 05, 2009
    AForge.NET Framework-2.1.0.zip (AForge.NET Framework 2.1.0 ZIP ) file uploaded by andrew.kirillov   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 05, 2009
    AForge.NET Framework-2.1.0.exe (AForge.NET Framework 2.1.0 Installation ) file uploaded by andrew.kirillov   -  
    Labels: Type-Installer OpSys-Windows Featured
    Labels: Type-Installer OpSys-Windows Featured
  • Nov 05, 2009
    r1133 (Release 2.1.0 related updates.) committed by andrew.kirillov   -   Release 2.1.0 related updates.
    Release 2.1.0 related updates.
  • Nov 05, 2009
    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.
  • Nov 05, 2009
    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".
  • Nov 05, 2009
    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.
  • Nov 05, 2009
    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.
  • Nov 05, 2009
    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.
  • Nov 04, 2009
    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.
  • Nov 04, 2009
    r1126 (Added framework's build instructions.) committed by andrew.kirillov   -   Added framework's build instructions.
    Added framework's build instructions.
  • Nov 04, 2009
    r1125 (Merging 2.1 branch into trunk.) committed by andrew.kirillov   -   Merging 2.1 branch into trunk.
    Merging 2.1 branch into trunk.
  • Nov 03, 2009
    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.
  • Nov 03, 2009
    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.
  • Nov 02, 2009
    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.
  • Nov 02, 2009
    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.
  • Oct 27, 2009
    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
 
Hosted by Google Code