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-12-19 | 888 Bytes | |
| ivt-1.3.21.zip | 2013-12-19 | 9.4 MB | |
| Totals: 2 Items | 9.4 MB | 0 | |
This is the release of version 1.3.21 of the IVT. Source code changes: - added MyRegion::nSeedOffset (contains offset of the seed pixel that was used for the region growing) - memory leak fix in operator= from MyRegion - added non-pure virtual method CMainWindowInterface::SetSize(...) and implemented it for win32 - updated CByteImage::LoadFromFile(...) and CByteImage::SaveToFile(...) so that the file endings are verified case insensitive - added struct Rectangle2d and PrimitivesDrawer::DrawRectangle(...) - added Math2d::Average(...), Math2d::Mean(...), Math2d::RotateVec(...) (rotation around a given center) - added Math3d::Average(...), Math3d::Mean(...) - fixed ImageProcessor::FindRegions(...) and ImageProcessor::RegionGrowing(...) to leave the input image unchanged (before all 255 values were changed to 254) and process the whole image (before a 1 pixel frame was ignored)