-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathNext Release notes.txt
39 lines (31 loc) · 1.13 KB
/
Next Release notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Catalano Framework 1.6.2 road map
-----------------------------------------
* Catalano.Imaging
- New: Color Card.
- New: Hit-And-Miss Transform.
- New: Find Contours.
- New: Ultimate Eroded Points.
- Added: Clamp values in Fast Bitmap.
- Added: DPI support when save the images in FastBitmap.
- Added: RGB -> LMS -> RGB color space.
- Added: RGB -> xyY -> RGB color space.
- Added: DPI support when save the images in FastBitmap.
- Reworked: Fast Variance, now is really fast.
- Fixed: Hu Moments with NaN and some mistake in the equation.
- Fixed: Shrink was slow and some images doesn't work.
- Fixed: CIE Delta-E in Color Difference.
- Fixed: RGB -> LAB -> RGB conversion.
* Catalano.Genetic
- New: Differential Evolution.
- New: Particle Swarm Optimization.
- New: Firefly Optimization.
- New: Teaching Learning Based Optimization.
- New: Harmony Search Optimizer.
- New: Grey Wolf Optimizer.
* Catalano.MachineLearning
- New: One Hot Encoder
- Fixed: Categorical mapping in the Dataset Classification
* Catalano.Math
- New: Mixed Integer Linear Programming.
- New: Linear Programming.
- Added: InsertColumn and InsertColumns in the Matrix.