-
Notifications
You must be signed in to change notification settings - Fork 202
20_color_rotate_warp docs #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added docs for color rotate warp. Demo TBA.
Erol444
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also include this rst file in docs/source/index.rst in the toctree
| @@ -0,0 +1,22 @@ | |||
| 20 - Color Rotate Warp | |||
| ========================= | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
length of === should match the title
update after comments
| 20 - Color Rotate Warp | ||
| ====================== | ||
|
|
||
| This example shows usage of ImageWarp to crop a rotated rectangle area on a frame, or perform various image transforms: rotate, mirror, flip, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this should be: This example shows usage of **ImageManip** to crop a rotated.... Please also fix in python script (demo 20)
Added docs for color rotate warp. Demo TBA.