VisionScript Snippets (Visual Studio Code)
Quickly write Visionscript. This extension provide full description & useful snippet.
Snippets
Functions available in the VisionScript language.
Functions
├── Input
│ ├── Load
│ └── SetRegion
├── Process
│ ├── Blur
│ ├── Cutout
│ ├── FilterByClass
│ ├── Greyscale
│ ├── Paste
│ ├── PasteRandom
│ ├── Profile
│ ├── Replace
│ ├── Resize
│ ├── Rotate
│ ├── SetBrightness
│ ├── SetConfidence
│ └── Size
├── Find
│ ├── Caption
│ ├── Classify
│ ├── Count
│ ├── CountInRegion
│ ├── Describe
│ ├── Detect
│ ├── Find
│ ├── First
│ ├── GetEdges
│ ├── GetText
│ ├── Last
│ ├── ReadQR
│ ├── Search
│ ├── Segment
│ └── Similarity
├── Output
│ ├── Compare
│ ├── GetDistinctScenes
│ ├── GetFPS
│ ├── Save
│ ├── Say
│ ├── Show
│ └── ShowText
├── Logic
│ ├── Break
│ ├── Breakpoint
│ ├── Equality
│ ├── Exit
│ ├── If
│ ├── import
│ ├── In
│ ├── Make
│ ├── Read
│ ├── Reset
│ ├── Select
│ └── Use
└── Deploy
└── Input
Installation
To install the extension:
- Visit the VisionScript Snippets extension page on the Visual Studio Code Marketplace.
- Click "Install"
License
The source code in this repository is licensed under an MIT license.
| |