The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2013-02-05 | 829 Bytes | |
| ivt-1.3.20.zip | 2013-02-05 | 9.4 MB | |
| Totals: 2 Items | 9.4 MB | 0 | |
This is the release of version 1.3.20 of the IVT. Changes: - fix in ImageProcessor::FilterHSV for large tolerance values and added color eWhite - improved PrimitivesDrawer::DrawLine (NaN check) - improved PrimitivesDrawer::DrawCircle (symmetry) - added structs Circle2d and StraightLine2d in IVT/src/Structs.h - added typedefs CCircle2dArray, CEllipse2dArray, CStraightLine2dArray, CIntArray in IVT/src/Structs.h - added PrimitivesDrawer::DrawPoints(...) - added PrimitivesDrawer::DrawCircle(...) for Circle2d - added PrimitivesDrawer::DrawStraightLine(...) for StraightLine2d - added ImageProcessor::HoughTransformLines(...) for result parameter CCircle2dArray - added ImageProcessor::HoughTransformCircles(...) for result parameter CStraightLine2dArray - added boolean result value for functions from namespace ImageProcessor