Skip to content

Commit

Permalink
Fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ywake committed Feb 16, 2024
1 parent 10e8280 commit f8e5d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ A plugin for using [Apple Vision Framework](https://developer.apple.com/document

## Features ⚙️ & Requirements 🧩

Status: ✅ Complete 👨‍💻 In Progress ❌ Not Yet
Status: ✅ Complete ⚠️ Problematic 👨‍💻 In Progress ❌ Not Yet

| Vision API | Request | Status | iOS | macOS |
|------------|---------|:------:|:---:|:-----:|
||||||
| [Saliency Analysis](https://developer.apple.com/documentation/vision/cropping_images_using_saliency) | [Generate Attention Based Saliency Image](https://developer.apple.com/documentation/vision/vngenerateattentionbasedsaliencyimagerequest) || 13.0+ | 10.15+ |
|| [Generate Objectness Based Saliency Image](https://developer.apple.com/documentation/vision/vngenerateobjectnessbasedsaliencyimagerequest) || 13.0+ | 10.15+ |
||||||
| [Object Tracking](https://developer.apple.com/documentation/vision/tracking_multiple_objects_or_rectangles_in_video) | [Track Rectangle](https://developer.apple.com/documentation/vision/vntrackrectanglerequest) | | 11.0+ | 10.13+ |
|| [Track Object](https://developer.apple.com/documentation/vision/vntrackobjectrequest) | | 11.0+ | 10.13+ |
| [Object Tracking](https://developer.apple.com/documentation/vision/tracking_multiple_objects_or_rectangles_in_video) | [Track Rectangle](https://developer.apple.com/documentation/vision/vntrackrectanglerequest) | ⚠️ | 11.0+ | 10.13+ |
|| [Track Object](https://developer.apple.com/documentation/vision/vntrackobjectrequest) | ⚠️ | 11.0+ | 10.13+ |
||||||
| [Rectangle Detection](https://developer.apple.com/documentation/vision/vndetectrectanglesrequest) | [Detect Rectangle](https://developer.apple.com/documentation/vision/vndetectrectanglesrequest) || 11.0+ | 10.13+ |
||||||
Expand Down

0 comments on commit f8e5d19

Please sign in to comment.