Skip to content

Commit 8968867

Browse files
committed
Update CHANGELOG.md for version 1.0.2 with new features and improvements in the Image class and added command line tools
1 parent 0806e83 commit 8968867

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
1.0.2 January 2026
3+
4+
* `Image` class
5+
6+
- `warp_affine` can now warp an image into a given output image
7+
- graphic primitives
8+
- create an ArUco marker
9+
- save as PDF
10+
11+
- all the draw_xxx() functions in base now have wrappers as methods of `Image`
12+
- draw_xxx() now handle floating point arguments, rounding them to the neares int
13+
- improvements in name2color to handle image datatypes and colororder
14+
15+
* FiducialCollection class, represent a generalized calibration board with AR tags
16+
17+
* ArUcoBoard class, represent a generalized ArUco calibration board
18+
19+
* changed to src folder layout, code is in src/machinevisiontoolbox
20+
* changed from setuptools to hatch
21+
* works if Open3D is not installed, it's always well behind in Python version support
22+
* removed numpy < 2.0 constraint, OpenCV now suppports numpy 2.x
23+
* working with Python 3.12 (except for Open3D)
24+
* added command line tools:
25+
* `imtool` for displaying images, exploring pixels, picking points, showing metadata etc. Works with your own images or those provided with MVTB
26+
* `tagtool` for highlighting AR tags in images
27+
228
1.0.1 March 2025
329

430
* `Image` class

0 commit comments

Comments
 (0)