Documentation ¶
Index ¶
- func ModifyBrightness(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, change int16)
- func ModifyBrightnessSync(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, change int16)
- func ModifyContrast(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, alpha float64)
- func NameOut(fileName string) string
- func OpenVideo(fileName string) *gocv.VideoCapture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModifyBrightness ¶
func ModifyBrightness(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, change int16)
func ModifyBrightnessSync ¶
func ModifyBrightnessSync(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, change int16)
func ModifyContrast ¶
func ModifyContrast(videoIn *gocv.VideoCapture, videoOut *gocv.VideoWriter, alpha float64)
func NameOut ¶
Name the output file of video Parameter: fileName (recommend the name of the input video file) Return: string
func OpenVideo ¶
func OpenVideo(fileName string) *gocv.VideoCapture
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.