|
1 | | -# Bio Image Operation script operations (v1.7.17 / 2024-03-22) |
| 1 | +# Bio Image Operation script operations (v1.7.19 / 2024-09-21) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | **Set** (Path, Width, Height, Fps, PixelSize, WindowSize) |
@@ -39,6 +39,18 @@ Create a new image |
39 | 39 | - Blue: Blue color component (numeric value between 0 and 1) |
40 | 40 |
|
41 | 41 |
|
| 42 | +**VideoInfo** (**Path**, API, Start, Length, Interval, Total) |
| 43 | + |
| 44 | +Open video file(s) and show info (ffmpeg formats supported) |
| 45 | + |
| 46 | + - Path: File path ("path") |
| 47 | + - API: OpenCV API code (See OpenCV API codes) (numeric value) |
| 48 | + - Start: Start (time reference as (hours:)minutes:seconds, or frame number) |
| 49 | + - Length: Length (time reference as (hours:)minutes:seconds, or frame number) |
| 50 | + - Interval: Interval in number of frames (numeric value) |
| 51 | + - Total: Total number of frames at regular interval (numeric value) |
| 52 | + |
| 53 | + |
42 | 54 | **OpenImage** (**Path**, Start, Length, Interval, Total) |
43 | 55 |
|
44 | 56 | Open image file(s) for processing, accepts file name pattern |
@@ -430,14 +442,15 @@ Draw tracked clusters |
430 | 442 | - DrawMode: Draw mode(s) (combine using | character) (None, Point, Circle, Ellipse, Box, Angle, Label, LabelArea, LabelLength, LabelAngle, Track, Tracks, Fill, ClusterDefault, TracksDefault) |
431 | 443 |
|
432 | 444 |
|
433 | | -**DrawPaths** (Label, Tracker, PathDrawMode, Power, Palette) |
| 445 | +**DrawPaths** (Label, Tracker, PathDrawMode, Power, Offset, Palette) |
434 | 446 |
|
435 | 447 | Draw common paths |
436 | 448 |
|
437 | 449 | - Label: Label id (string) |
438 | 450 | - Tracker: Tracker id (string) |
439 | | - - PathDrawMode: Path draw mode (Age, Usage, Usage2, Usage3, Links, LinksMove) |
| 451 | + - PathDrawMode: Path draw mode (Count, Time, Paths, Direction) |
440 | 452 | - Power: Exponential power of value range (1E-[power] ... 1) (numeric value) |
| 453 | + - Offset: Exponential offset of value range (numeric value) |
441 | 454 | - Palette: Palette (GrayScale, Heat, Rainbow) |
442 | 455 |
|
443 | 456 |
|
|
0 commit comments