Logo
Acquisti Giochi Scienza Affari Notizie Societè Casa
Regionale Sport Computer Salute Tempo libero Consultazione  


Calcultate Optical Flow PyrLK 2 - designer

' inspired by Opencv lkdemo.c sample

' by Giuseppe Di Santo - Studio IT

 

 

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _

Partial Class cvCalcOpticalFlowPyrLK2

    Inherits System.Windows.Forms.Form

 

    'Form overrides dispose to clean up the component list.

    <System.Diagnostics.DebuggerNonUserCode()> _

    Protected Overrides Sub Dispose(ByVal disposing As Boolean)

        Try

            If disposing AndAlso components IsNot Nothing Then

                components.Dispose()

            End If

        Finally

            MyBase.Dispose(disposing)

        End Try

    End Sub

 

    'Required by the Windows Form Designer

    Private components As System.ComponentModel.IContainer

 

    'NOTE: The following procedure is required by the Windows Form Designer

    'It can be modified using the Windows Form Designer. 

    'Do not modify it using the code editor.

    <System.Diagnostics.DebuggerStepThrough()> _

    Private Sub InitializeComponent()

        Me.components = New System.ComponentModel.Container

        Me.ImageBox1 = New Emgu.CV.UI.ImageBox

        Me.Button1 = New System.Windows.Forms.Button

        Me.Button2 = New System.Windows.Forms.Button

        Me.Button3 = New System.Windows.Forms.Button

        CType(Me.ImageBox1, System.ComponentModel.ISupportInitialize).BeginInit()

        Me.SuspendLayout()

        '

        'ImageBox1

        '

        Me.ImageBox1.Location = New System.Drawing.Point(12, 46)

        Me.ImageBox1.Name = "ImageBox1"

        Me.ImageBox1.Size = New System.Drawing.Size(238, 140)

        Me.ImageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize

        Me.ImageBox1.TabIndex = 2

        Me.ImageBox1.TabStop = False

        '

        'Button1

        '

        Me.Button1.Location = New System.Drawing.Point(24, 13)

        Me.Button1.Name = "Button1"

        Me.Button1.Size = New System.Drawing.Size(75, 23)

        Me.Button1.TabIndex = 3

        Me.Button1.Text = "Start"

        Me.Button1.UseVisualStyleBackColor = True

        '

        'Button2

        '

        Me.Button2.Location = New System.Drawing.Point(453, 12)

        Me.Button2.Name = "Button2"

        Me.Button2.Size = New System.Drawing.Size(75, 23)

        Me.Button2.TabIndex = 4

        Me.Button2.Text = "Define Corners"

        Me.Button2.UseVisualStyleBackColor = True

        '

        'Button3

        '

        Me.Button3.Location = New System.Drawing.Point(235, 13)

        Me.Button3.Name = "Button3"

        Me.Button3.Size = New System.Drawing.Size(75, 23)

        Me.Button3.TabIndex = 5

        Me.Button3.Text = "Reset"

        Me.Button3.UseVisualStyleBackColor = True

        '

        'cvCalcOpticalFlowPyrLK2

        '

        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)

        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font

        Me.ClientSize = New System.Drawing.Size(643, 500)

        Me.Controls.Add(Me.Button3)

        Me.Controls.Add(Me.Button2)

        Me.Controls.Add(Me.Button1)

        Me.Controls.Add(Me.ImageBox1)

        Me.Name = "cvCalcOpticalFlowPyrLK2"

        Me.Text = "cvCalcOpticalFlowPyrLK"

        CType(Me.ImageBox1, System.ComponentModel.ISupportInitialize).EndInit()

        Me.ResumeLayout(False)

        Me.PerformLayout()

 

    End Sub

    Friend WithEvents ImageBox1 As Emgu.CV.UI.ImageBox

    Friend WithEvents Button1 As System.Windows.Forms.Button

    Friend WithEvents Button2 As System.Windows.Forms.Button

    Friend WithEvents Button3 As System.Windows.Forms.Button

End Class

 

 

 

 


<< back to index