Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalVars ¶
type GlobalVars struct { App fyne.App Window fyne.Window ImagePath string ProgBar *widget.ProgressBar InputImageContainer *fyne.Container OutputImageContainer *fyne.Container }
type WindowOpenCV ¶
type WindowOpenCV struct {
MVVM mvvm
}
func New ¶
func New(mvvm mvvm) *WindowOpenCV
func (*WindowOpenCV) Open ¶
func (f *WindowOpenCV) Open()
func (*WindowOpenCV) ShowGeneratedImage ¶
func (f *WindowOpenCV) ShowGeneratedImage(outPath string)
func (*WindowOpenCV) UpdateProgress ¶
func (f *WindowOpenCV) UpdateProgress(value float64)
Click to show internal directories.
Click to hide internal directories.