Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchesContainer ¶
type MatchesContainer struct {
Container *gtk.ScrolledWindow
// contains filtered or unexported fields
}
func NewMatchesContainer ¶
func NewMatchesContainer() *MatchesContainer
func (*MatchesContainer) SetMatchesPictures ¶
func (matchesContainer *MatchesContainer) SetMatchesPictures(matches []*imagesearch.PersistedDescriptorWithMatchScore)
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
func NewWindow ¶
func NewWindow(dal imagesearchstoragedal.ImageSearchStorageDAL, options *WindowOptions) *Window
type WindowOptions ¶
type WindowOptions struct {
SeedPicturePath string
QtyBins imagesearch.QtyBins
}
Click to show internal directories.
Click to hide internal directories.