Skip to content

Commit e0d0d3c

Browse files
committed
bumped version and added changelog
1 parent 9703345 commit e0d0d3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
- refactored image detection on java side to work with real images and fixed a logic bug, which found bigger objects that werent rectangles in the end
3+
- lifted the objective c code to the same functionality as the java side
4+
15
## 0.1.1
26

37
Added longer description to pubspec and other fixes from pub

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_feature_detector
22
description: A image feature detector using OpenCV for Android and IOS. The target of this package is to make it easy to find features in images using modern computer vision algorithms.
3-
version: 0.1.1
3+
version: 0.2.0
44
author: "Marco Tschannett<[email protected]>"
55
homepage: https://github.com/MTschannett/image_feature_detector
66
repository: https://github.com/MTschannett/image_feature_detector

0 commit comments

Comments
 (0)