Skip to content

[scene_manager] Add crop functionality - #449

Merged
Breakthrough merged 2 commits into
mainfrom
issue-302-crop
Nov 25, 2024
Merged

[scene_manager] Add crop functionality#449
Breakthrough merged 2 commits into
mainfrom
issue-302-crop

Conversation

@Breakthrough

@BreakthroughBreakthrough commented Oct 25, 2024

Copy link
Copy Markdown
Owner

Adds the ability to crop the input videos to a region specified by two points (X0, Y0) to (X1, Y1) within the frame. Resolves#302.

Open items:

  • Validate crop values passed in from config file
  • Update auto downscale calculation to use cropped size instead of original
  • Update CLI documentation

@Breakthrough
Breakthrough marked this pull request as draft October 25, 2024 00:16
@Breakthrough
Breakthroughforce-pushed the main branch 2 times, most recently from 85d1bdd to 2c55a55CompareNovember 13, 2024 03:03
@BreakthroughBreakthrough added this to the 0.6.5 milestone Nov 24, 2024
Make sure exceptions are always thrown in debug mode from the source location.
@Breakthrough
Breakthrough marked this pull request as ready for review November 25, 2024 03:54
@Breakthrough
Breakthrough merged commit 18c7ab8 into mainNov 25, 2024
@Breakthrough
Breakthrough deleted the issue-302-crop branch November 25, 2024 03:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support cropping / region of interest

1 participant

@Breakthrough